Documentation for vtkStructuredPointsToStructuredPointsFilter

vtkStructuredPointsToStructuredPointsFilter - abstract filter class

Super Class: vtkStructuredPointsFilter

Description:

vtkStructuredPointsToStructuredPointsFilter is an abstract filter class whose subclasses take on input structured points and generate structured points on output.

 

See Also:

vtkExtractVOI vtkImageDifference vtkSweptSurface vtkTransformStructuredPoints

 

Methods:

void vtkStructuredPointsToStructuredPointsFilter ()
static vtkStructuredPointsToStructuredPointsFilter *New ()
const char *GetClassName ()
vtkStructuredPoints *GetOutput ()

 

Detailed Method Descriptions:

Get the output of this filter.

vtkStructuredPoints *GetOutput ()