Documentation for vtkPolyDataSource

vtkPolyDataSource - abstract class whose subclasses generate polygonal data

Super Class: vtkSource

Description:

vtkPolyDataSource is an abstract class whose subclasses generate polygonal data.

 

See Also:

vtkPolyDataReader vtkAxes vtkBYUReader vtkConeSource vtkCubeSource vtkCursor3D vtkCyberReader vtkCylinderSource vtkDiskSource vtkLineSource vtkMCubesReader vtkOutlineSource vtkPlaneSource vtkPointSource vtkSTLReader vtkSphereSource vtkTextSource vtkUGFacetReader vtkVectorText

 

Methods:

void vtkPolyDataSource ()
static vtkPolyDataSource *New ()
const char *GetClassName ()
vtkPolyData *GetOutput ()

 

Detailed Method Descriptions:

Get the output of this source.

vtkPolyData *GetOutput ()