#include <vtkSimpleImageFilterExample.h>
Inheritance diagram for vtkSimpleImageFilterExample:
This is an example of a simple image-image filter. It copies it's input to it's output (point by point). It shows how templates can be used to support various data types.
Definition at line 45 of file vtkSimpleImageFilterExample.h.
Public Types | |
typedef vtkSimpleImageToImageFilter | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
Static Public Member Functions | |
vtkSimpleImageFilterExample * | New () |
int | IsTypeOf (const char *type) |
vtkSimpleImageFilterExample * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkSimpleImageFilterExample () | |
~vtkSimpleImageFilterExample () | |
virtual void | SimpleExecute (vtkImageData *input, vtkImageData *output) |
|
Reimplemented from vtkSimpleImageToImageFilter. Definition at line 49 of file vtkSimpleImageFilterExample.h. |
|
Definition at line 53 of file vtkSimpleImageFilterExample.h. |
|
Definition at line 54 of file vtkSimpleImageFilterExample.h. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkAlgorithm. |
|
Reimplemented from vtkSimpleImageToImageFilter. |
|
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 vtkSimpleImageToImageFilter. |
|
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 vtkSimpleImageToImageFilter. |
|
Reimplemented from vtkSimpleImageToImageFilter. |
|
Implements vtkSimpleImageToImageFilter. |