Go to the documentation of this file.
38 #ifndef vtkCellDistanceSelector_h
39 #define vtkCellDistanceSelector_h
41 #include "vtkFiltersSelectionModule.h"
101 vtkGetMacro(Distance,
int);
109 vtkGetMacro(IncludeSeed,
int);
118 vtkGetMacro(AddIntermediate,
int);
void SetInputSelection(vtkSelection *obj)
A convenience method to set the input selection.
int AddIntermediate
Decide whether at distance between 1 and Distance-1 are included in selection Default: 1.
static vtkCellDistanceSelector * New()
Grows a selection, selecting neighbor cells, up to a user defined topological distance.
abstract superclass for arrays of numeric data
A node in a selection tree.
void AddSelectionNode(vtkSelection *output, vtkSmartPointer< vtkDataArray > outIndices, int partNumber, int d)
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
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
abstract class to specify dataset behavior
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
virtual void SetInputConnection(int port, vtkAlgorithmOutput *input)
Set the connection for the given input port index.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
Proxy object to connect input/output ports.
int IncludeSeed
Decide whether seed cells are included in selection Default: 1.
void SetInputMeshConnection(vtkAlgorithmOutput *in)
A convenience method to set the data object input connection to the producer output.
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
Superclass for algorithms that produce only Selection as output.
void SetInputData(vtkDataObject *obj)
Assign a data object as input.
int Distance
Tological radius from seed cells to be used to select cells Default: 1.
void SetInputMesh(vtkDataObject *obj)
A convenience method to set the input data object.
general representation of visualization data
virtual ~vtkCellDistanceSelector()
vtkCellDistanceSelector()