Documentation for vtkStructuredGridToStructuredGridFilter

vtkStructuredGridToStructuredGridFilter - abstract filter class

Super Class: vtkStructuredGridFilter

Description:

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

 

See Also:

vtkExtractGrid

 

Methods:

void vtkStructuredGridToStructuredGridFilter ()
static vtkStructuredGridToStructuredGridFilter *New ()
const char *GetClassName ()
vtkStructuredGrid *GetOutput ()

 

Detailed Method Descriptions:

Get the output of this filter.

vtkStructuredGrid *GetOutput ()