VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkStructuredGridSource Class Reference

Abstract class whose subclasses generates structured grid data. More...

#include <vtkStructuredGridSource.h>

Inheritance diagram for vtkStructuredGridSource:
[legend]

Public Types

typedef vtkSource Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent)
 
vtkStructuredGridGetOutput ()
 
vtkStructuredGridGetOutput (int idx)
 
void SetOutput (vtkStructuredGrid *output)
 

Static Public Member Functions

static int IsTypeOf (const char *type)
 
static vtkStructuredGridSourceSafeDownCast (vtkObject *o)
 

Protected Member Functions

 vtkStructuredGridSource ()
 
 ~vtkStructuredGridSource ()
 
virtual int FillOutputPortInformation (int, vtkInformation *)
 

Detailed Description

Abstract class whose subclasses generates structured grid data.

vtkStructuredGridSource is an abstract class whose subclasses generate structured grid data.

See Also
vtkStructuredGridReader vtkPLOT3DReader

Definition at line 32 of file vtkStructuredGridSource.h.

Member Typedef Documentation

Definition at line 35 of file vtkStructuredGridSource.h.

Constructor & Destructor Documentation

vtkStructuredGridSource::vtkStructuredGridSource ( )
protected
vtkStructuredGridSource::~vtkStructuredGridSource ( )
inlineprotected

Definition at line 47 of file vtkStructuredGridSource.h.

Member Function Documentation

virtual const char* vtkStructuredGridSource::GetClassName ( )
virtual
static int vtkStructuredGridSource::IsTypeOf ( const char *  type)
static
virtual int vtkStructuredGridSource::IsA ( const char *  type)
virtual
static vtkStructuredGridSource* vtkStructuredGridSource::SafeDownCast ( vtkObject o)
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.

virtual int vtkStructuredGridSource::FillOutputPortInformation ( int  ,
vtkInformation  
)
protectedvirtual

The documentation for this class was generated from the following file: