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);