Documentation for vtkUnstructuredGridSource

vtkUnstructuredGridSource - abstract class whose subclasses generate unstructured grid data

Super Class: vtkSource

Description:

vtkUnstructuredGridSource is an abstract class whose subclasses generate unstructured grid data.

 

See Also:

vtkUnstructuredGridReader

 

Methods:

void vtkUnstructuredGridSource ()
static vtkUnstructuredGridSource *New ()
const char *GetClassName ()
vtkUnstructuredGrid *GetOutput ()

 

Detailed Method Descriptions:

Get the output of this source.

vtkUnstructuredGrid *GetOutput ()