44#ifndef VTKIMAGEMAPTOCOLORS16_H
45#define VTKIMAGEMAPTOCOLORS16_H
48#include "vtkThreadedImageAlgorithm.h"
50class vtkScalarsToColors;
64 vtkGetObjectMacro(LookupTable,vtkScalarsToColors);
71 vtkSetMacro(OutputFormat,
int);
72 vtkGetMacro(OutputFormat,
int);
83 vtkSetMacro(ActiveComponent,
int);
84 vtkGetMacro(ActiveComponent,
int);
92 vtkSetMacro(PassAlphaToOutput,
int);
93 vtkBooleanMacro(PassAlphaToOutput,
int);
94 vtkGetMacro(PassAlphaToOutput,
int);
101#ifdef VTK_HAS_MTIME_TYPE
102 virtual vtkMTimeType GetMTime();
115 vtkInformationVector **inputVector,
116 vtkInformationVector *outputVector,
117 vtkImageData ***inData, vtkImageData **outData,
118 int extent[6],
int id);
121 vtkInformationVector **inputVector,
122 vtkInformationVector *outputVector);
map the input image through a lookup table
void SetOutputFormatToLuminance()
void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int extent[6], int id)
virtual void SetLookupTable(vtkScalarsToColors *)
Set the lookup table.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkScalarsToColors * LookupTable
void SetOutputFormatToRGB()
virtual unsigned long GetMTime()
We need to check the modified time of the lookup table too.
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void SetOutputFormatToRGBA()
void SetOutputFormatToLuminanceAlpha()
static vtkImageMapToColors16 * New()
void PrintSelf(ostream &os, vtkIndent indent)