Go to the documentation of this file.
37 #ifndef VTK_CELL_DISTANCE_SELECTOR_H
38 #define VTK_CELL_DISTANCE_SELECTOR_H
void SetInputSelection(vtkSelection *obj)
GLsizei GLsizei GLuint * obj
static vtkCellDistanceSelector * New()
select neighbor cells up to a distance
#define vtkTypeMacro(thisClass, superclass)
Hold a reference to a vtkObjectBase instance.
virtual void PrintSelf(ostream &os, vtkIndent indent)
abstract superclass for arrays of numeric data
A node in a selection tree. Used to store selection results.
void AddSelectionNode(vtkSelection *output, vtkSmartPointer< vtkDataArray > outIndices, int partNumber, int d)
void SetInputSelectionConnection(vtkAlgorithmOutput *in)
a simple class to control print indentation
#define vtkGetMacro(name, type)
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
abstract class to specify dataset behavior
vtkBooleanMacro(IgnoreDriverBugs, bool)
virtual void SetInputConnection(int port, vtkAlgorithmOutput *input)
vtkSetMacro(IgnoreDriverBugs, bool)
Proxy object to connect input/output ports.
void SetInputMeshConnection(vtkAlgorithmOutput *in)
virtual int FillInputPortInformation(int port, vtkInformation *info)
Superclass for algorithms that produce only Selection as output.
void SetInputData(vtkDataObject *obj)
void SetInputMesh(vtkDataObject *obj)
general representation of visualization data
virtual ~vtkCellDistanceSelector()
vtkCellDistanceSelector()