Documentation for vtkPointSetFilter

vtkPointSetFilter - filter that takes vtkPointSet as input

Super Class: vtkFilter

Description:

vtkPointSetFilter is a filter that takes a single vtkPointSet data object as input.

 

See Also:

vtkDelaunay2D vtkDelaunay3D vtkPointSetToPointSetFilter

 

Methods:

void vtkPointSetFilter ()
void vtkPointSetFilter ()
static vtkPointSetFilter *New ()
const char *GetClassName ()
void PrintSelf (unknown & ,vtkIndent )
void SetInput (vtkPointSet *)
vtkPointSet *GetInput ()
void SetInput (vtkPointSet &)

 

Detailed Method Descriptions:

Set / get the input data or filter.

void SetInput (vtkPointSet *)
vtkPointSet *GetInput ()

For legacy compatibility. Do not use.

void SetInput (vtkPointSet &)