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

abstract class whose subclasses generate unstructured grid data More...

#include <vtkUnstructuredGridSource.h>

Inheritance diagram for vtkUnstructuredGridSource:
[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)
 
vtkUnstructuredGrid * GetOutput ()
 
vtkUnstructuredGrid * GetOutput (int idx)
 
void SetOutput (vtkUnstructuredGrid *output)
 

Static Public Member Functions

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

Protected Member Functions

 vtkUnstructuredGridSource ()
 
 ~vtkUnstructuredGridSource ()
 
void ComputeInputUpdateExtents (vtkDataObject *output)
 
virtual int FillOutputPortInformation (int, vtkInformation *)
 

Detailed Description

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.

Member Typedef Documentation

Definition at line 35 of file vtkUnstructuredGridSource.h.

Constructor & Destructor Documentation

vtkUnstructuredGridSource::vtkUnstructuredGridSource ( )
protected
vtkUnstructuredGridSource::~vtkUnstructuredGridSource ( )
inlineprotected

Definition at line 47 of file vtkUnstructuredGridSource.h.

Member Function Documentation

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