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 const char * GetClassName ()
virtual int IsA (const char *type)

Static Public Member Functions

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

Protected Member Functions

 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 34 of file vtkImageMapToRGBA.h.


Member Typedef Documentation

Reimplemented from vtkImageMapToColors.

Definition at line 38 of file vtkImageMapToRGBA.h.


Constructor & Destructor Documentation

vtkImageMapToRGBA::vtkImageMapToRGBA ( ) [inline, protected]

Definition at line 41 of file vtkImageMapToRGBA.h.

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

Definition at line 42 of file vtkImageMapToRGBA.h.


Member Function Documentation

static vtkImageMapToRGBA* vtkImageMapToRGBA::New ( ) [static]

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

Reimplemented from vtkImageMapToColors.

virtual const char* vtkImageMapToRGBA::GetClassName ( ) [virtual]

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.

static vtkImageMapToRGBA* vtkImageMapToRGBA::SafeDownCast ( vtkObject o) [static]

Reimplemented from vtkImageMapToColors.


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