57 #ifndef vtkPointCloudFilter_h
58 #define vtkPointCloudFilter_h
60 #include "vtkFiltersPointsModule.h"
102 vtkGetMacro(GenerateOutliers,
bool);
114 vtkGetMacro(GenerateVertices,
bool);
131 bool GenerateOutliers;
134 bool GenerateVertices;
137 vtkInformationVector *) VTK_OVERRIDE;
138 int FillInputPortInformation(
int port, vtkInformation *
info) VTK_OVERRIDE;
140 void GenerateVerticesIfRequested(
vtkPolyData *output);
abstract class for specifying dataset behavior
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
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
abstract class for filtering a point cloud
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.