#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) |
int * | GetExecuteExtent () |
virtual void | PropagateUpdateExtent (vtkDataObject *output) |
virtual void | InterceptCacheUpdate () |
Static Public Methods | |
int | IsTypeOf (const char *type) |
vtkImageSource * | SafeDownCast (vtkObject *o) |
vtkImageSource * | New () |
Public Attributes | |
int | LegacyHack |
Protected Methods | |
vtkImageSource () | |
~vtkImageSource () | |
vtkImageSource (const vtkImageSource &) | |
void | operator= (const vtkImageSource &) |
void | Execute () |
virtual void | Execute (vtkImageData *data) |
void | ComputeRequiredInputUpdateExtent (int *vtkNotUsed(in), int *vtkNotUsed(out)) |
Protected Attributes | |
int | ExecuteExtent [6] |
Definition at line 63 of file vtkImageSource.h.
|
|
|
Definition at line 92 of file vtkImageSource.h. |
|
Definition at line 93 of file vtkImageSource.h. |
|
|
|
|
|
|
Get the output of this source. |
|
Reimplemented in vtkImageOpenClose3D. Referenced by vtkImageOpenClose3D::GetOutput().
|
|
Reimplemented from vtkSource. Reimplemented in vtkImageOpenClose3D. Definition at line 72 of file vtkImageSource.h. |
|
For streaming. ExecuteExtent is set to the extent of the output that is currently being generated. Note: Threaded execution might break this up further. Definition at line 78 of file vtkImageSource.h. |
|
Reimplemented from vtkSource. |
|
Legacy compatibility. Do not use. Definition at line 85 of file vtkImageSource.h. |
|
Definition at line 94 of file vtkImageSource.h. |
|
|
|
Definition at line 103 of file vtkImageSource.h. |
|
Reimplemented in vtkImageMultipleInputFilter, and vtkImageToImageFilter. Definition at line 87 of file vtkImageSource.h. |
|
Definition at line 98 of file vtkImageSource.h. |