 |
VTK
9.0.1
|
Go to the documentation of this file.
50 #ifndef vtkMaskPointsFilter_h
51 #define vtkMaskPointsFilter_h
53 #include "vtkFiltersPointsModule.h"
92 vtkSetMacro(EmptyValue,
unsigned char);
93 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
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.
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
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.