35 #ifndef vtkCellDistanceSelector_h
36 #define vtkCellDistanceSelector_h
38 #include "vtkFiltersSelectionModule.h"
98 vtkGetMacro(Distance,
int);
106 vtkGetMacro(IncludeSeed,
int);
115 vtkGetMacro(AddIntermediate,
int);
void SetInputSelection(vtkSelection *obj)
A convenience method to set the input selection.
abstract class to specify dataset behavior
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
A node in a selection tree.
Hold a reference to a vtkObjectBase instance.
Grows a selection, selecting neighbor cells, up to a user defined topological distance.
Proxy object to connect input/output ports.
static vtkSelectionAlgorithm * New()
a simple class to control print indentation
void SetInputSelectionConnection(vtkAlgorithmOutput *in)
A convenience method to set the selection input connection to the producer output.
InputPorts
enumeration values to specify input port types
abstract superclass for arrays of numeric data
virtual void SetInputConnection(int port, vtkAlgorithmOutput *input)
Set the connection for the given input port index.
void SetInputMeshConnection(vtkAlgorithmOutput *in)
A convenience method to set the data object input connection to the producer output.
Superclass for algorithms that produce only Selection as output.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
general representation of visualization data
void SetInputMesh(vtkDataObject *obj)
A convenience method to set the input data object.
void SetInputData(vtkDataObject *obj)
Assign a data object as input.