abstract class whose subclasses generate unstructured grid data
More...
#include <vtkUnstructuredGridSource.h>
abstract class whose subclasses generate unstructured grid data
vtkUnstructuredGridSource is an abstract class whose subclasses generate unstructured grid data.
- See Also
- vtkUnstructuredGridReader
Definition at line 32 of file vtkUnstructuredGridSource.h.
vtkUnstructuredGridSource::vtkUnstructuredGridSource |
( |
| ) |
|
|
protected |
vtkUnstructuredGridSource::~vtkUnstructuredGridSource |
( |
| ) |
|
|
inlineprotected |
virtual const char* vtkUnstructuredGridSource::GetClassName |
( |
| ) |
|
|
virtual |
static int vtkUnstructuredGridSource::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkUnstructuredGridSource::IsA |
( |
const char * |
type | ) |
|
|
virtual |
void vtkUnstructuredGridSource::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
vtkUnstructuredGrid* vtkUnstructuredGridSource::GetOutput |
( |
| ) |
|
Get the output of this source.
vtkUnstructuredGrid* vtkUnstructuredGridSource::GetOutput |
( |
int |
idx | ) |
|
Get the output of this source.
void vtkUnstructuredGridSource::SetOutput |
( |
vtkUnstructuredGrid * |
output | ) |
|
Get the output of this source.
void vtkUnstructuredGridSource::ComputeInputUpdateExtents |
( |
vtkDataObject * |
output | ) |
|
|
protected |
virtual int vtkUnstructuredGridSource::FillOutputPortInformation |
( |
int |
, |
|
|
vtkInformation * |
|
|
) |
| |
|
protectedvirtual |
The documentation for this class was generated from the following file: