VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkImageMapToRGBA Class Reference

map the input image through a lookup table More...

#include <vtkImageMapToRGBA.h>

Inheritance diagram for vtkImageMapToRGBA:
[legend]
Collaboration diagram for vtkImageMapToRGBA:
[legend]

Public Types

typedef vtkImageMapToColors Superclass
 
- Public Types inherited from vtkImageMapToColors
typedef vtkThreadedImageAlgorithm Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkImageMapToRGBANewInstance () const
 
- Public Member Functions inherited from vtkImageMapToColors
vtkImageMapToColorsNewInstance () 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 vtkImageMapToRGBANew ()
 
static int IsTypeOf (const char *type)
 
static vtkImageMapToRGBASafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkImageMapToColors
static vtkImageMapToColorsNew ()
 
static int IsTypeOf (const char *type)
 
static vtkImageMapToColorsSafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkImageMapToRGBA ()
 
 ~vtkImageMapToRGBA ()
 
- Protected Member Functions inherited from vtkImageMapToColors
 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

- Protected Attributes inherited from vtkImageMapToColors
vtkScalarsToColors * LookupTable
 
int OutputFormat
 
int ActiveComponent
 
int PassAlphaToOutput
 
int DataWasPassed
 

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
Tests:
vtkImageMapToRGBA (Tests)

Definition at line 35 of file vtkImageMapToRGBA.h.

Member Typedef Documentation

Definition at line 39 of file vtkImageMapToRGBA.h.

Constructor & Destructor Documentation

vtkImageMapToRGBA::vtkImageMapToRGBA ( )
inlineprotected

Definition at line 42 of file vtkImageMapToRGBA.h.

vtkImageMapToRGBA::~vtkImageMapToRGBA ( )
inlineprotected

Definition at line 43 of file vtkImageMapToRGBA.h.

Member Function Documentation

static vtkImageMapToRGBA* vtkImageMapToRGBA::New ( )
static
static int vtkImageMapToRGBA::IsTypeOf ( const char *  type)
static
virtual int vtkImageMapToRGBA::IsA ( const char *  type)
virtual

Reimplemented from vtkImageMapToColors.

static vtkImageMapToRGBA* vtkImageMapToRGBA::SafeDownCast ( vtkObjectBase *  o)
static
virtual vtkObjectBase* vtkImageMapToRGBA::NewInstanceInternal ( ) const
protectedvirtual

Reimplemented from vtkImageMapToColors.

vtkImageMapToRGBA* vtkImageMapToRGBA::NewInstance ( ) const

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