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

map the input image through a lookup table More...

#include <vtkImageMapToRGBA.h>

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

List of all members.

Public Types

typedef vtkImageMapToColors Superclass

Public Member Functions

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

Static Public Member Functions

static vtkImageMapToRGBANew ()
static int IsTypeOf (const char *type)
static vtkImageMapToRGBASafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkImageMapToRGBA ()
 ~vtkImageMapToRGBA ()

Detailed Description

map the input image through a lookup table

This filter has been replaced by vtkImageMapToColors, which provided additional features. Use vtkImageMapToColors instead.

See also:
vtkLookupTable
Tests:
vtkImageMapToRGBA (Tests)

Definition at line 35 of file vtkImageMapToRGBA.h.


Member Typedef Documentation

Reimplemented from vtkImageMapToColors.

Definition at line 39 of file vtkImageMapToRGBA.h.


Constructor & Destructor Documentation

vtkImageMapToRGBA::vtkImageMapToRGBA ( ) [inline, protected]

Definition at line 42 of file vtkImageMapToRGBA.h.

vtkImageMapToRGBA::~vtkImageMapToRGBA ( ) [inline, protected]

Definition at line 43 of file vtkImageMapToRGBA.h.


Member Function Documentation

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

Reimplemented from vtkImageMapToColors.

static int vtkImageMapToRGBA::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 vtkImageMapToColors.

virtual int vtkImageMapToRGBA::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 vtkImageMapToColors.

Reimplemented from vtkImageMapToColors.

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

Reimplemented from vtkImageMapToColors.

Reimplemented from vtkImageMapToColors.


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