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
int FilterPoints(vtkPointSet *input) override
extract points within an image/volume mask
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void SetMaskConnection(vtkAlgorithmOutput *algOutput)
Specify the masking image.
void SetMaskData(vtkDataObject *source)
Specify the masking image.
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
topologically and geometrically regular array of data
a simple class to control print indentation
~vtkMaskPointsFilter() override
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.
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkDataObject * GetMask()
general representation of visualization data
static vtkMaskPointsFilter * New()
Standard methods for instantiating, obtaining type information, and printing information.