#include <vtkImageSource.h>
Inheritance diagram for vtkImageSource:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | SetOutput (vtkImageData *output) |
vtkImageData * | GetOutput () |
vtkImageData * | GetOutput (int idx) |
Static Public Methods | |
int | IsTypeOf (const char *type) |
vtkImageSource * | SafeDownCast (vtkObject *o) |
vtkImageSource * | New () |
Protected Methods | |
vtkImageSource () | |
~vtkImageSource () | |
void | Execute () |
virtual void | Execute (vtkImageData *data) |
vtkImageData * | AllocateOutputData (vtkDataObject *out) |
void | ComputeRequiredInputUpdateExtent (int *vtkNotUsed(in), int *vtkNotUsed(out)) |
Definition at line 61 of file vtkImageSource.h.
|
|
|
Definition at line 77 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. Definition at line 71 of file vtkImageSource.h. |
|
This method is the old style execute method Reimplemented from vtkSource. |
|
Reimplemented in vtkImageBlockReader. |
|
|
|
Definition at line 86 of file vtkImageSource.h. |