Go to the documentation of this file.
35 #ifndef vtkImageMapToColors_h
36 #define vtkImageMapToColors_h
39 #include "vtkImagingCoreModule.h"
63 vtkSetMacro(OutputFormat,
int);
64 vtkGetMacro(OutputFormat,
int);
75 vtkSetMacro(ActiveComponent,
int);
76 vtkGetMacro(ActiveComponent,
int);
99 vtkSetVector4Macro(NaNColor,
unsigned char);
100 vtkGetVector4Macro(NaNColor,
unsigned char);
115 int extent[6],
int id)
override;
129 unsigned char NaNColor[4];
virtual void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int extent[6], int threadId)
If the subclass does not define an Execute method, then the task will be broken up,...
void SetOutputFormatToLuminance()
vtkTypeBool PassAlphaToOutput
Generic filter that has one input.
map the input image through a lookup table
vtkScalarsToColors * LookupTable
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Subclasses can reimplement this method to collect information from their inputs and set information f...
virtual vtkMTimeType GetMTime()
Return this object's modified time.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetOutputFormatToRGB()
topologically and geometrically regular array of data
a simple class to control print indentation
Superclass for mapping scalar values to colors.
static vtkAlgorithm * New()
#define VTK_LUMINANCE_ALPHA
void SetOutputFormatToLuminanceAlpha()
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.
vtkTypeUInt32 vtkMTimeType
void SetOutputFormatToRGBA()