NAME
vtkUnstructuredGridSource - abstract class whose subclasses generate unstructured grid data
SYNOPSIS
#include "/opt/vtk-c++/graphics/vtkUnstructuredGridSource.h"
class VTK_EXPORT vtkUnstructuredGridSource : public vtkSource
vtkUnstructuredGridSource();
static vtkUnstructuredGridSource *New() {return new vtkUnstructuredGridSource;};
const char *GetClassName() {return "vtkUnstructuredGridSource";};
vtkUnstructuredGrid *GetOutput() {return (vtkUnstructuredGrid *)this->Output;};
DESCRIPTION
vtkUnstructuredGridSource is an abstract class whose subclasses generate unstructured grid data.
SEE ALSO
vtkUnstructuredGridReader