VTK
|
Source of data for the imaging pipeline. More...
#include <vtkImageSource.h>
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) |
vtkImageData * | GetOutput () |
vtkImageData * | GetOutput (int idx) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkImageSource * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkImageSource () | |
~vtkImageSource () | |
void | Execute () |
virtual void | Execute (vtkImageData *data) |
virtual vtkImageData * | AllocateOutputData (vtkDataObject *out) |
virtual int | FillOutputPortInformation (int, vtkInformation *) |
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.
Definition at line 33 of file vtkImageSource.h.
typedef vtkSource vtkImageSource::Superclass |
Definition at line 36 of file vtkImageSource.h.
|
protected |
|
inlineprotected |
Definition at line 48 of file vtkImageSource.h.
|
virtual |
Reimplemented in vtkImageToImageFilter.
|
static |
|
virtual |
Reimplemented in vtkImageToImageFilter.
|
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.
|
protected |
|
protectedvirtual |
|
protectedvirtual |
Reimplemented in vtkImageToImageFilter.
|
protectedvirtual |