45 #ifndef vtkPointCloudFilter_h
46 #define vtkPointCloudFilter_h
48 #include "vtkFiltersPointsModule.h"
51 VTK_ABI_NAMESPACE_BEGIN
90 vtkSetMacro(GenerateOutliers,
bool);
91 vtkGetMacro(GenerateOutliers,
bool);
92 vtkBooleanMacro(GenerateOutliers,
bool);
102 vtkSetMacro(GenerateVertices,
bool);
103 vtkGetMacro(GenerateVertices,
bool);
104 vtkBooleanMacro(GenerateVertices,
bool);
128 void GenerateVerticesIfRequested(
vtkPolyData* output);
135 VTK_ABI_NAMESPACE_END
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
vtkIdType NumberOfPointsRemoved
concrete class for storing a set of points
concrete dataset represents vertices, lines, polygons, and triangle strips
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.
abstract class for filtering a point cloud
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.