25 #ifndef __vtkUnstructuredGridSource_h
26 #define __vtkUnstructuredGridSource_h
28 #include "vtkSource.h"
30 class vtkUnstructuredGrid;
36 void PrintSelf(ostream& os,
vtkIndent indent);
40 vtkUnstructuredGrid *GetOutput();
41 vtkUnstructuredGrid *GetOutput(
int idx);
42 void SetOutput(vtkUnstructuredGrid *output);
~vtkUnstructuredGridSource()
abstract class whose subclasses generate unstructured grid data
a simple class to control print indentation
helper class to get VTK data object types as string and instantiate them