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);
vtkIdType NumberOfPointsRemoved
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
abstract class for filtering a point cloud
void GenerateVerticesIfRequested(vtkPolyData *output)
a simple class to control print indentation
virtual int FilterPoints(vtkPointSet *input)=0
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
vtkIdType GetNumberOfPointsRemoved()
Return the number of points removed after filter execution.
abstract class for specifying dataset behavior
concrete dataset represents vertices, lines, polygons, and triangle strips
const vtkIdType * GetPointMap()
Retrieve a map which indicates, on a point-by-point basis, where each input point was placed into the...
Superclass for algorithms that produce only polydata as output.