map the input image through a lookup table More...
#include <vtkImageMapToRGBA.h>
Public Types | |
typedef vtkImageMapToColors | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
Static Public Member Functions | |
static vtkImageMapToRGBA * | New () |
static int | IsTypeOf (const char *type) |
static vtkImageMapToRGBA * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkImageMapToRGBA () | |
~vtkImageMapToRGBA () |
map the input image through a lookup table
This filter has been replaced by vtkImageMapToColors, which provided additional features. Use vtkImageMapToColors instead.
Definition at line 34 of file vtkImageMapToRGBA.h.
Reimplemented from vtkImageMapToColors.
Definition at line 36 of file vtkImageMapToRGBA.h.
vtkImageMapToRGBA::vtkImageMapToRGBA | ( | ) | [inline, protected] |
Definition at line 39 of file vtkImageMapToRGBA.h.
vtkImageMapToRGBA::~vtkImageMapToRGBA | ( | ) | [inline, protected] |
Definition at line 40 of file vtkImageMapToRGBA.h.
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 vtkTypeRevisionMacro 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 vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkImageMapToColors.
static vtkImageMapToRGBA* vtkImageMapToRGBA::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkImageMapToColors.