VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkSimpleImageFilterExample Class Reference

Simple example of an image-image filter. More...

#include <vtkSimpleImageFilterExample.h>

Inheritance diagram for vtkSimpleImageFilterExample:
Inheritance graph
[legend]
Collaboration diagram for vtkSimpleImageFilterExample:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkSimpleImageToImageFilter Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkSimpleImageFilterExampleNewInstance () const

Static Public Member Functions

static
vtkSimpleImageFilterExample
New ()
static int IsTypeOf (const char *type)
static
vtkSimpleImageFilterExample
SafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkSimpleImageFilterExample ()
 ~vtkSimpleImageFilterExample ()
virtual void SimpleExecute (vtkImageData *input, vtkImageData *output)

Detailed Description

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.


Member Typedef Documentation

Reimplemented from vtkSimpleImageToImageFilter.

Definition at line 38 of file vtkSimpleImageFilterExample.h.


Constructor & Destructor Documentation

Definition at line 42 of file vtkSimpleImageFilterExample.h.

Definition at line 43 of file vtkSimpleImageFilterExample.h.


Member Function Documentation

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkAlgorithm.

static int vtkSimpleImageFilterExample::IsTypeOf ( const char *  name) [static]

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 vtkSimpleImageToImageFilter.

virtual int vtkSimpleImageFilterExample::IsA ( const char *  name) [virtual]

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 vtkSimpleImageToImageFilter.

Reimplemented from vtkSimpleImageToImageFilter.

virtual vtkObjectBase* vtkSimpleImageFilterExample::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkSimpleImageToImageFilter.

Reimplemented from vtkSimpleImageToImageFilter.

virtual void vtkSimpleImageFilterExample::SimpleExecute ( vtkImageData input,
vtkImageData output 
) [protected, virtual]

The documentation for this class was generated from the following file: