#include <vtkImageMapToRGBA.h>
This filter has been replaced by vtkImageMapToColors, which provided additional features. Use vtkImageMapToColors instead.
Definition at line 34 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 | |
static vtkImageMapToRGBA * | New () |
static int | IsTypeOf (const char *type) |
static vtkImageMapToRGBA * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkImageMapToRGBA () | |
~vtkImageMapToRGBA () |
vtkImageMapToRGBA::vtkImageMapToRGBA | ( | ) | [inline, protected] |
Definition at line 41 of file vtkImageMapToRGBA.h.
vtkImageMapToRGBA::~vtkImageMapToRGBA | ( | ) | [inline, protected] |
Definition at line 42 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 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.