Go to the documentation of this file.
53 #ifndef vtkExtractEnclosedPoints_h
54 #define vtkExtractEnclosedPoints_h
56 #include "vtkFiltersPointsModule.h"
105 vtkGetMacro(Tolerance,
double);
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.
a simple class to control print indentation
virtual int FilterPoints(vtkPointSet *input)=0
Proxy object to connect input/output ports.
abstract class for specifying dataset behavior
concrete dataset represents vertices, lines, polygons, and triangle strips
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
static vtkPolyDataAlgorithm * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.