#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 | |
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 *) |
|
Reimplemented from vtkSource. Reimplemented in vtkDataSetToImageFilter, vtkImageMultipleInputFilter, vtkImageMultipleInputOutputFilter, vtkImageToImageFilter, vtkImageTwoInputFilter, and vtkImageSpatialFilter. Definition at line 36 of file vtkImageSource.h. |
|
|
|
Definition at line 48 of file vtkImageSource.h. |
|
Reimplemented from vtkSource. Reimplemented in vtkDataSetToImageFilter, vtkImageMultipleInputFilter, vtkImageMultipleInputOutputFilter, vtkImageToImageFilter, vtkImageTwoInputFilter, and vtkImageSpatialFilter. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkSource. Reimplemented in vtkDataSetToImageFilter, vtkImageMultipleInputFilter, vtkImageMultipleInputOutputFilter, vtkImageToImageFilter, vtkImageTwoInputFilter, and vtkImageSpatialFilter. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkSource. Reimplemented in vtkDataSetToImageFilter, vtkImageMultipleInputFilter, vtkImageMultipleInputOutputFilter, vtkImageToImageFilter, vtkImageTwoInputFilter, and vtkImageSpatialFilter. |
|
Reimplemented from vtkSource. Reimplemented in vtkDataSetToImageFilter, vtkImageMultipleInputFilter, vtkImageMultipleInputOutputFilter, vtkImageToImageFilter, vtkImageTwoInputFilter, and vtkImageSpatialFilter. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkSource. Reimplemented in vtkDataSetToImageFilter, vtkImageMultipleInputFilter, vtkImageMultipleInputOutputFilter, vtkImageToImageFilter, vtkImageTwoInputFilter, and vtkImageSpatialFilter. |
|
Get the output of this source. |
|
Reimplemented in vtkImageMultipleInputOutputFilter. |
|
Reimplemented from vtkSource. Reimplemented in vtkImageMultipleInputOutputFilter. |
|
This method is the old style execute method Reimplemented from vtkSource. |
|
|
|
Reimplemented in vtkImageToImageFilter. |
|
Fill the output port information objects for this algorithm. This is invoked by the first call to GetOutputPortInformation for each port so subclasses can specify what they can handle. Reimplemented from vtkSource. |