ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
vtkMinkowskiFilter.cxx File Reference
#include "vtkMinkowskiFilter.h"
#include <cmath>
#include <cstdio>
#include <map>
#include <vtkCell.h>
#include <vtkCellData.h>
#include <vtkDoubleArray.h>
#include <vtkFloatArray.h>
#include <vtkInformation.h>
#include <vtkInformationVector.h>
#include <vtkMath.h>
#include <vtkObjectFactory.h>
#include <vtkPointData.h>
#include <vtkPoints.h>
#include <vtkPolygon.h>
#include <vtkPolyhedron.h>
#include <vtkStreamingDemandDrivenPipeline.h>
#include <vtkUnstructuredGrid.h>
#include <vtkSmartPointer.h>
Include dependency graph for vtkMinkowskiFilter.cxx:

Go to the source code of this file.

Macros

#define VTK_CREATE(type, name)   vtkSmartPointer<type> name = vtkSmartPointer<type>::New()
 
#define VTK_NEW(type, name)   name = vtkSmartPointer<type>::New()
 

Functions

 vtkStandardNewMacro (vtkMinkowskiFilter)
 

Macro Definition Documentation

◆ VTK_CREATE

#define VTK_CREATE (   type,
  name 
)    vtkSmartPointer<type> name = vtkSmartPointer<type>::New()

Definition at line 24 of file vtkMinkowskiFilter.cxx.

◆ VTK_NEW

#define VTK_NEW (   type,
  name 
)    name = vtkSmartPointer<type>::New()

Definition at line 25 of file vtkMinkowskiFilter.cxx.

Function Documentation

◆ vtkStandardNewMacro()

vtkStandardNewMacro ( vtkMinkowskiFilter  )