Go to the documentation of this file.
53 #ifndef vtkMaskPointsFilter_h
54 #define vtkMaskPointsFilter_h
56 #include "vtkFiltersPointsModule.h"
96 vtkSetMacro(EmptyValue,
unsigned char);
97 vtkGetMacro(EmptyValue,
unsigned char);
abstract class for filtering a point cloud
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
extract points within an image/volume mask
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
topologically and geometrically regular array of data
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
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
general representation of visualization data
static vtkPolyDataAlgorithm * New()
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.