24 #ifndef vtkOctreeImageToPointSetFilter_h
25 #define vtkOctreeImageToPointSetFilter_h
27 #include "vtkFiltersGeometryPreviewModule.h"
30 VTK_ABI_NAMESPACE_BEGIN
44 vtkSetMacro(CreateVerticesCellArray,
bool);
45 vtkGetMacro(CreateVerticesCellArray,
bool);
46 vtkBooleanMacro(CreateVerticesCellArray,
bool);
56 vtkSetMacro(ProcessInputCellArray,
bool);
57 vtkGetMacro(ProcessInputCellArray,
bool);
58 vtkBooleanMacro(ProcessInputCellArray,
bool);
67 vtkSetClampMacro(CellArrayComponent,
int, 0,
VTK_INT_MAX);
68 vtkGetMacro(CellArrayComponent,
int);
82 bool CreateVerticesCellArray =
true;
83 bool ProcessInputCellArray =
false;
84 int CellArrayComponent = 0;
88 #endif // vtkOctreeImageToPointSetFilter_h
Convert an octree image to point set.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.