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]
Collaboration diagram for vtkStructuredGridSource:
[legend]

Public Types

typedef vtkSource Superclass
 
- Public Types inherited from vtkSource
typedef vtkProcessObject 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)
 
- Public Member Functions inherited from vtkSource
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual void Update ()
 
virtual void UpdateWholeExtent ()
 
virtual void UpdateInformation ()
 
virtual void PropagateUpdateExtent (vtkDataObject *output)
 
virtual void TriggerAsynchronousUpdate ()
 
virtual void UpdateData (vtkDataObject *output)
 
virtual void ComputeInputUpdateExtents (vtkDataObject *output)
 
void UnRegisterAllOutputs (void)
 
int GetOutputIndex (vtkDataObject *out)
 
virtual void SetExecutive (vtkExecutive *executive)
 
virtual void SetReleaseDataFlag (int)
 
virtual int GetReleaseDataFlag ()
 
virtual void ReleaseDataFlagOn ()
 
virtual void ReleaseDataFlagOff ()
 
vtkDataObject ** GetOutputs ()
 
virtual int GetNumberOfOutputs ()
 
virtual int ProcessRequest (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 

Static Public Member Functions

static int IsTypeOf (const char *type)
 
static vtkStructuredGridSourceSafeDownCast (vtkObject *o)
 
- Static Public Member Functions inherited from vtkSource
static int IsTypeOf (const char *type)
 
static vtkSourceSafeDownCast (vtkObject *o)
 

Protected Member Functions

 vtkStructuredGridSource ()
 
 ~vtkStructuredGridSource ()
 
virtual int FillOutputPortInformation (int, vtkInformation *)
 
- Protected Member Functions inherited from vtkSource
 vtkSource ()
 
 ~vtkSource ()
 
virtual void ExecuteData (vtkDataObject *output)
 
virtual void Execute ()
 
virtual void ExecuteInformation ()
 
virtual void MarkGeneratedOutputs (vtkDataObject *)
 
void SetNumberOfOutputs (int num)
 
vtkDataObjectGetOutput (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

- Protected Attributes inherited from vtkSource
vtkDataObject ** Outputs
 
int NumberOfOutputs
 
int Updating
 
vtkTimeStamp InformationTime
 

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: