VTK
|
map the input image through a lookup table More...
#include <vtkImageMapToRGBA.h>
Public Types | |
typedef vtkImageMapToColors | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkImageMapToRGBA * | NewInstance () const |
Static Public Member Functions | |
static vtkImageMapToRGBA * | New () |
static int | IsTypeOf (const char *type) |
static vtkImageMapToRGBA * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
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 35 of file vtkImageMapToRGBA.h.
Reimplemented from vtkImageMapToColors.
Definition at line 39 of file vtkImageMapToRGBA.h.
vtkImageMapToRGBA::vtkImageMapToRGBA | ( | ) | [inline, protected] |
Definition at line 42 of file vtkImageMapToRGBA.h.
vtkImageMapToRGBA::~vtkImageMapToRGBA | ( | ) | [inline, protected] |
Definition at line 43 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.
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 | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkImageMapToColors.
virtual vtkObjectBase* vtkImageMapToRGBA::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkImageMapToColors.
vtkImageMapToRGBA* vtkImageMapToRGBA::NewInstance | ( | ) | const |
Reimplemented from vtkImageMapToColors.