VTK
|
Abstract class whose subclasses generates structured grid data. More...
#include <vtkStructuredGridSource.h>
Public Types | |
typedef vtkSource | Superclass |
![]() | |
typedef vtkProcessObject | Superclass |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkStructuredGridSource * | SafeDownCast (vtkObject *o) |
![]() | |
static int | IsTypeOf (const char *type) |
static vtkSource * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkStructuredGridSource () | |
~vtkStructuredGridSource () | |
virtual int | FillOutputPortInformation (int, vtkInformation *) |
![]() | |
vtkSource () | |
~vtkSource () | |
virtual void | ExecuteData (vtkDataObject *output) |
virtual void | Execute () |
virtual void | ExecuteInformation () |
virtual void | MarkGeneratedOutputs (vtkDataObject *) |
void | SetNumberOfOutputs (int num) |
vtkDataObject * | GetOutput (int idx) |
virtual void | SetNthOutput (int num, vtkDataObject *output) |
virtual void | AddOutput (vtkDataObject *output) |
virtual void | RemoveOutput (vtkDataObject *output) |
virtual void | ReportReferences (vtkGarbageCollector *) |
int | FillOutputPortInformation (int, vtkInformation *) |
virtual void | SetNumberOfOutputPorts (int n) |
Additional Inherited Members | |
![]() | |
vtkDataObject ** | Outputs |
int | NumberOfOutputs |
int | Updating |
vtkTimeStamp | InformationTime |
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.
Definition at line 35 of file vtkStructuredGridSource.h.
|
protected |
|
inlineprotected |
Definition at line 47 of file vtkStructuredGridSource.h.
|
virtual |
Reimplemented from vtkSource.
Reimplemented in vtkStructuredGridToStructuredGridFilter, and vtkDataSetToStructuredGridFilter.
|
static |
|
virtual |
Reimplemented from vtkSource.
Reimplemented in vtkStructuredGridToStructuredGridFilter, and 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 |