Go to the documentation of this file.
57 #ifndef vtkPointCloudFilter_h
58 #define vtkPointCloudFilter_h
60 #include "vtkFiltersPointsModule.h"
102 vtkGetMacro(GenerateOutliers,
bool);
114 vtkGetMacro(GenerateVertices,
bool);
140 void GenerateVerticesIfRequested(
vtkPolyData *output);
vtkIdType NumberOfPointsRemoved
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.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
a simple class to control print indentation
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
abstract class for specifying dataset behavior
concrete dataset represents vertices, lines, polygons, and triangle strips
Superclass for algorithms that produce only polydata as output.