VTK
|
map the input image through a lookup table More...
#include <vtkImageMapToRGBA.h>
Public Types | |
typedef vtkImageMapToColors | Superclass |
![]() | |
typedef vtkThreadedImageAlgorithm | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkImageMapToRGBA * | NewInstance () const |
![]() | |
vtkImageMapToColors * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual unsigned long | GetMTime () |
virtual void | SetLookupTable (vtkScalarsToColors *) |
virtual vtkScalarsToColors * | GetLookupTable () |
virtual void | SetOutputFormat (int) |
virtual int | GetOutputFormat () |
void | SetOutputFormatToRGBA () |
void | SetOutputFormatToRGB () |
void | SetOutputFormatToLuminanceAlpha () |
void | SetOutputFormatToLuminance () |
virtual void | SetActiveComponent (int) |
virtual int | GetActiveComponent () |
virtual void | SetPassAlphaToOutput (int) |
virtual void | PassAlphaToOutputOn () |
virtual void | PassAlphaToOutputOff () |
virtual int | GetPassAlphaToOutput () |
Static Public Member Functions | |
static vtkImageMapToRGBA * | New () |
static int | IsTypeOf (const char *type) |
static vtkImageMapToRGBA * | SafeDownCast (vtkObjectBase *o) |
![]() | |
static vtkImageMapToColors * | New () |
static int | IsTypeOf (const char *type) |
static vtkImageMapToColors * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkImageMapToRGBA () | |
~vtkImageMapToRGBA () | |
![]() | |
vtkImageMapToColors () | |
~vtkImageMapToColors () | |
virtual int | RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
void | ThreadedRequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int extent[6], int id) |
virtual int | RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
Additional Inherited Members | |
![]() | |
vtkScalarsToColors * | LookupTable |
int | OutputFormat |
int | ActiveComponent |
int | PassAlphaToOutput |
int | DataWasPassed |
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.
Definition at line 39 of file vtkImageMapToRGBA.h.
|
inlineprotected |
Definition at line 42 of file vtkImageMapToRGBA.h.
|
inlineprotected |
Definition at line 43 of file vtkImageMapToRGBA.h.
|
static |
|
static |
|
virtual |
Reimplemented from vtkImageMapToColors.
|
static |
|
protectedvirtual |
Reimplemented from vtkImageMapToColors.
vtkImageMapToRGBA* vtkImageMapToRGBA::NewInstance | ( | ) | const |