41 #ifndef VTKIMAGEMAPTOCOLORS16_H
42 #define VTKIMAGEMAPTOCOLORS16_H
45 #include "vtkThreadedImageAlgorithm.h"
47 class vtkScalarsToColors;
54 void PrintSelf(ostream& os, vtkIndent indent);
58 virtual void SetLookupTable(vtkScalarsToColors*);
59 vtkGetObjectMacro(LookupTable,vtkScalarsToColors);
63 vtkSetMacro(OutputFormat,
int);
64 vtkGetMacro(OutputFormat,
int);
72 vtkSetMacro(ActiveComponent,
int);
73 vtkGetMacro(ActiveComponent,
int);
78 vtkSetMacro(PassAlphaToOutput,
int);
79 vtkBooleanMacro(PassAlphaToOutput,
int);
80 vtkGetMacro(PassAlphaToOutput,
int);
84 virtual unsigned long GetMTime();
90 virtual int RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *);
92 void ThreadedRequestData(vtkInformation *request,
93 vtkInformationVector **inputVector,
94 vtkInformationVector *outputVector,
95 vtkImageData ***inData, vtkImageData **outData,
96 int extent[6],
int id);
98 virtual int RequestData(vtkInformation *request,
99 vtkInformationVector **inputVector,
100 vtkInformationVector *outputVector);
void SetOutputFormatToLuminance()
Definition: vtkImageMapToColors16.h:68
void SetOutputFormatToRGBA()
Definition: vtkImageMapToColors16.h:65
void SetOutputFormatToRGB()
Definition: vtkImageMapToColors16.h:66
vtkScalarsToColors * LookupTable
Definition: vtkImageMapToColors16.h:102
int ActiveComponent
Definition: vtkImageMapToColors16.h:105
int PassAlphaToOutput
Definition: vtkImageMapToColors16.h:106
int OutputFormat
Definition: vtkImageMapToColors16.h:103
void SetOutputFormatToLuminanceAlpha()
Definition: vtkImageMapToColors16.h:67
Definition: vtkImageMapToColors16.h:49
int DataWasPassed
Definition: vtkImageMapToColors16.h:108