24#ifndef vtkOctreeImageToPointSetFilter_h
25#define vtkOctreeImageToPointSetFilter_h
27#include "vtkFiltersGeometryPreviewModule.h"
30VTK_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);
68 vtkGetMacro(CellArrayComponent,
int);
82 bool CreateVerticesCellArray =
true;
83 bool ProcessInputCellArray =
false;
84 int CellArrayComponent = 0;
a simple class to control print indentation
Convert an octree image to point set.
~vtkOctreeImageToPointSetFilter() override
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.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkOctreeImageToPointSetFilter()
static vtkOctreeImageToPointSetFilter * New()
Superclass for algorithms that produce only polydata as output.