Main Page | Directories | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

vtkImageMapToRGBA Class Reference

#include <vtkImageMapToRGBA.h>

Inheritance diagram for vtkImageMapToRGBA:

Inheritance graph
[legend]
Collaboration diagram for vtkImageMapToRGBA:

Collaboration graph
[legend]
List of all members.

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
Created by:
  • Gobbi, David
CVS contributions (if > 5%):
  • Gobbi, David (72%)
  • Law, Charles (10%)
  • Lorensen, Bill (6%)
  • Schroeder, Will (5%)
  • Martin, Ken (5%)
CVS logs (CVSweb):
  • .cxx (/Imaging/vtkImageMapToRGBA.cxx)
  • .h (/Imaging/vtkImageMapToRGBA.h)
Tests:
vtkImageMapToRGBA (Tests)

Definition at line 48 of file vtkImageMapToRGBA.h.

Public Types

typedef vtkImageMapToColors Superclass

Public Member Functions

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

Static Public Member Functions

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

Protected Member Functions

 vtkImageMapToRGBA ()
 ~vtkImageMapToRGBA ()


Member Typedef Documentation

typedef vtkImageMapToColors vtkImageMapToRGBA::Superclass
 

Reimplemented from vtkImageMapToColors.

Definition at line 52 of file vtkImageMapToRGBA.h.


Constructor & Destructor Documentation

vtkImageMapToRGBA::vtkImageMapToRGBA  )  [inline, protected]
 

Definition at line 55 of file vtkImageMapToRGBA.h.

vtkImageMapToRGBA::~vtkImageMapToRGBA  )  [inline, protected]
 

Definition at line 56 of file vtkImageMapToRGBA.h.


Member Function Documentation

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.

int vtkImageMapToRGBA::IsTypeOf const char *  type  )  [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 vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkImageMapToColors.

virtual int vtkImageMapToRGBA::IsA const char *  type  )  [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 vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkImageMapToColors.

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

Reimplemented from vtkImageMapToColors.


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