#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] |
|
Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkSource. Reimplemented in vtkWindowToImageFilter. |
|
For streaming. ExecuteExtent is set to the extent of the output that is currently being generated. Note: Threaded execution might break this up further. |
|
Legacy compatibility. Do not use. |
|
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 vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkSource. Reimplemented in vtkWindowToImageFilter. |
|
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 vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkSource. Reimplemented in vtkWindowToImageFilter. |
|
Instantiate object with no start, end, or progress methods. Reimplemented from vtkSource. Reimplemented in vtkWindowToImageFilter. |
|
Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkSource. Reimplemented in vtkWindowToImageFilter. |
|
Get the output of this source. |