69#ifndef vtkMaskPointsFilter_h
70#define vtkMaskPointsFilter_h
72#include "vtkFiltersPointsModule.h"
111 vtkSetMacro(EmptyValue,
unsigned char);
112 vtkGetMacro(EmptyValue,
unsigned char);
Proxy object to connect input/output ports.
general representation of visualization data
topologically and geometrically regular array of data
a simple class to control print indentation
extract points within an image/volume mask
vtkDataObject * GetMask()
Specify the masking image.
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
static vtkMaskPointsFilter * New()
Standard methods for instantiating, obtaining type information, and printing information.
int FilterPoints(vtkPointSet *input) override
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instantiating, obtaining type information, and printing information.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void SetMaskConnection(vtkAlgorithmOutput *algOutput)
Specify the masking image.
~vtkMaskPointsFilter() override
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
void SetMaskData(vtkDataObject *source)
Specify the masking image.
abstract class for filtering a point cloud
concrete class for storing a set of points
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)