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

abstract class whose subclasses generate datasets More...

#include <vtkDataSetSource.h>

Inherits vtkSource.

Public Types

typedef vtkSource Superclass
 

Public Member Functions

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

Static Public Member Functions

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

Protected Member Functions

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

Detailed Description

abstract class whose subclasses generate datasets

vtkDataSetSource is an abstract class whose subclasses generate datasets.

Definition at line 28 of file vtkDataSetSource.h.

Member Typedef Documentation

typedef vtkSource vtkDataSetSource::Superclass

Definition at line 31 of file vtkDataSetSource.h.

Constructor & Destructor Documentation

vtkDataSetSource::vtkDataSetSource ( )
protected
vtkDataSetSource::~vtkDataSetSource ( )
inlineprotected

Definition at line 44 of file vtkDataSetSource.h.

Member Function Documentation

virtual const char* vtkDataSetSource::GetClassName ( )
virtual
static int vtkDataSetSource::IsTypeOf ( const char *  type)
static
virtual int vtkDataSetSource::IsA ( const char *  type)
virtual
static vtkDataSetSource* vtkDataSetSource::SafeDownCast ( vtkObject o)
static
void vtkDataSetSource::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
vtkDataSet* vtkDataSetSource::GetOutput ( )

Get the output of this source.

vtkDataSet* vtkDataSetSource::GetOutput ( int  idx)

Get the output of this source.

void vtkDataSetSource::SetOutput ( vtkDataSet )
virtual int vtkDataSetSource::FillOutputPortInformation ( int  ,
vtkInformation  
)
protectedvirtual

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