VTK
|
Abstract class whose subclasses generates structured grid data. More...
#include <vtkStructuredGridSource.h>
Public Types | |
typedef vtkSource | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
vtkStructuredGrid * | GetOutput () |
vtkStructuredGrid * | GetOutput (int idx) |
void | SetOutput (vtkStructuredGrid *output) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkStructuredGridSource * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkStructuredGridSource () | |
~vtkStructuredGridSource () | |
virtual int | FillOutputPortInformation (int, vtkInformation *) |
Abstract class whose subclasses generates structured grid data.
vtkStructuredGridSource is an abstract class whose subclasses generate structured grid data.
Definition at line 32 of file vtkStructuredGridSource.h.
typedef vtkSource vtkStructuredGridSource::Superclass |
Definition at line 35 of file vtkStructuredGridSource.h.
|
protected |
|
inlineprotected |
Definition at line 47 of file vtkStructuredGridSource.h.
|
virtual |
Reimplemented in vtkDataSetToStructuredGridFilter.
|
static |
|
virtual |
Reimplemented in vtkDataSetToStructuredGridFilter.
|
static |
void vtkStructuredGridSource::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
vtkStructuredGrid* vtkStructuredGridSource::GetOutput | ( | ) |
Get the output of this source.
vtkStructuredGrid* vtkStructuredGridSource::GetOutput | ( | int | idx | ) |
Get the output of this source.
void vtkStructuredGridSource::SetOutput | ( | vtkStructuredGrid * | output | ) |
Get the output of this source.
|
protectedvirtual |