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

Source of data for the imaging pipeline. More...

#include <vtkImageSource.h>

Inheritance diagram for vtkImageSource:
[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)
 
void SetOutput (vtkImageData *output)
 
vtkImageDataGetOutput ()
 
vtkImageDataGetOutput (int idx)
 

Static Public Member Functions

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

Protected Member Functions

 vtkImageSource ()
 
 ~vtkImageSource ()
 
void Execute ()
 
virtual void Execute (vtkImageData *data)
 
virtual vtkImageDataAllocateOutputData (vtkDataObject *out)
 
virtual int FillOutputPortInformation (int, vtkInformation *)
 

Detailed Description

Source of data for the imaging pipeline.

vtkImageSource is the superclass for all imaging sources and filters. The method Update(), called by the cache, is the major interface to the source.

See Also
vtkImageToImageFilter

Definition at line 33 of file vtkImageSource.h.

Member Typedef Documentation

typedef vtkSource vtkImageSource::Superclass

Definition at line 36 of file vtkImageSource.h.

Constructor & Destructor Documentation

vtkImageSource::vtkImageSource ( )
protected
vtkImageSource::~vtkImageSource ( )
inlineprotected

Definition at line 48 of file vtkImageSource.h.

Member Function Documentation

virtual const char* vtkImageSource::GetClassName ( )
virtual

Reimplemented in vtkImageToImageFilter.

static int vtkImageSource::IsTypeOf ( const char *  type)
static
virtual int vtkImageSource::IsA ( const char *  type)
virtual

Reimplemented in vtkImageToImageFilter.

static vtkImageSource* vtkImageSource::SafeDownCast ( vtkObject o)
static
void vtkImageSource::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
void vtkImageSource::SetOutput ( vtkImageData output)

Get the output of this source.

vtkImageData* vtkImageSource::GetOutput ( )

Get the output of this source.

vtkImageData* vtkImageSource::GetOutput ( int  idx)

Get the output of this source.

void vtkImageSource::Execute ( )
protected
virtual void vtkImageSource::Execute ( vtkImageData data)
protectedvirtual
virtual vtkImageData* vtkImageSource::AllocateOutputData ( vtkDataObject out)
protectedvirtual

Reimplemented in vtkImageToImageFilter.

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

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