#include <vtkImageSource.h>
Inheritance diagram for vtkImageSource:
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.
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 | |
int | IsTypeOf (const char *type) |
vtkImageSource * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkImageSource () | |
~vtkImageSource () | |
void | Execute () |
virtual void | Execute (vtkImageData *data) |
virtual vtkImageData * | AllocateOutputData (vtkDataObject *out) |
|
|
|
|
Definition at line 48 of file vtkImageSource.h. |
|
|
|
|
|
|
Get the output of this source. |
|
Get the output of this source. Reimplemented in vtkImageMultipleInputOutputFilter, and vtkImageOpenClose3D.
Referenced by vtkImageOpenClose3D::GetOutput(). |
|
Get the output of this source. Reimplemented from vtkSource.
Reimplemented in vtkImageMultipleInputOutputFilter, and vtkImageOpenClose3D.
|
|
This method is the old style execute method Reimplemented from vtkSource.
|
|
Reimplemented in vtkImageBlockReader.
|
|
Reimplemented in vtkImageToImageFilter.
|