Simple example of an image-image filter.
More...
#include <vtkSimpleImageFilterExample.h>
Inherits vtkSimpleImageToImageFilter.
Simple example of an image-image filter.
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.
- See Also
- vtkSimpleImageToImageFilter
- Tests:
- vtkSimpleImageFilterExample (Tests)
Definition at line 34 of file vtkSimpleImageFilterExample.h.
vtkSimpleImageFilterExample::vtkSimpleImageFilterExample |
( |
| ) |
|
|
inlineprotected |
vtkSimpleImageFilterExample::~vtkSimpleImageFilterExample |
( |
| ) |
|
|
inlineprotected |
static int vtkSimpleImageFilterExample::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkSimpleImageFilterExample::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkSimpleImageFilterExample::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
virtual void vtkSimpleImageFilterExample::SimpleExecute |
( |
vtkImageData * |
input, |
|
|
vtkImageData * |
output |
|
) |
| |
|
protectedvirtual |
The documentation for this class was generated from the following file: