#include <vtkSimpleImageToImageFilter.h>
Inheritance diagram for vtkSimpleImageToImageFilter:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
virtual void | SetInput (vtkImageData *input) |
vtkImageData * | GetInput () |
Static Public Methods | |
int | IsTypeOf (const char *type) |
vtkSimpleImageToImageFilter * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkSimpleImageToImageFilter () | |
~vtkSimpleImageToImageFilter () | |
virtual void | ExecuteInformation () |
virtual void | ComputeInputUpdateExtent (int inExt[6], int outExt[6]) |
virtual void | ExecuteData (vtkDataObject *output) |
virtual void | SimpleExecute (vtkImageData *input, vtkImageData *output)=0 |
Definition at line 73 of file vtkSimpleImageToImageFilter.h.
|
|
|
|
|
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 vtkImageSource. Reimplemented in vtkSimpleImageFilterExample. |
|
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 vtkImageSource. Reimplemented in vtkSimpleImageFilterExample. |
|
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 vtkImageSource. Reimplemented in vtkSimpleImageFilterExample. |
|
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 vtkImageSource. Reimplemented in vtkSimpleImageFilterExample. |
|
Set the Input of a filter. |
|
Set the Input of a filter. |
|
Reimplemented from vtkSource. |
|
|
|
|
|
Reimplemented in vtkSimpleImageFilterExample. |