34 #ifndef vtkImageMapToColors_h
35 #define vtkImageMapToColors_h
58 vtkSetMacro(OutputFormat,
int);
59 vtkGetMacro(OutputFormat,
int);
68 vtkSetMacro(ActiveComponent,
int);
69 vtkGetMacro(ActiveComponent,
int);
76 vtkSetMacro(PassAlphaToOutput,
int);
77 vtkBooleanMacro(PassAlphaToOutput,
int);
78 vtkGetMacro(PassAlphaToOutput,
int);
86 vtkSetVector4Macro(NaNColor,
unsigned char);
87 vtkGetVector4Macro(NaNColor,
unsigned char);
114 unsigned char NaNColor[4];
#define VTK_LUMINANCE_ALPHA
void SetOutputFormatToLuminance()
void SetOutputFormatToLuminanceAlpha()
vtkScalarsToColors * LookupTable
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for mapping scalar values to colors.
Generic filter that has one input..
virtual unsigned long GetMTime()
a simple class to control print indentation
void SetOutputFormatToRGBA()
topologically and geometrically regular array of data
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
#define VTKIMAGINGCORE_EXPORT
map the input image through a lookup table
virtual void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int extent[6], int threadId)
void SetOutputFormatToRGB()
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
static vtkAlgorithm * New()