35#ifndef vtkImageMapToColors_h
36#define vtkImageMapToColors_h
39#include "vtkImagingCoreModule.h"
64 vtkGetMacro(OutputFormat,
int);
76 vtkGetMacro(ActiveComponent,
int);
86 vtkGetMacro(PassAlphaToOutput,
int);
99 vtkSetVector4Macro(NaNColor,
unsigned char);
100 vtkGetVector4Macro(NaNColor,
unsigned char);
115 int extent[6],
int id) VTK_OVERRIDE;
125 int PassAlphaToOutput;
129 unsigned char NaNColor[4];
topologically and geometrically regular array of data
map the input image through a lookup table
void SetOutputFormatToLuminance()
virtual vtkMTimeType GetMTime() override
We need to check the modified time of the lookup table too.
void SetOutputFormatToRGB()
static vtkImageMapToColors * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void SetLookupTable(vtkScalarsToColors *)
Set the lookup table.
void SetOutputFormatToRGBA()
void SetOutputFormatToLuminanceAlpha()
a simple class to control print indentation
Superclass for mapping scalar values to colors.
Generic filter that has one input.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
#define VTK_LUMINANCE_ALPHA
vtkTypeUInt64 vtkMTimeType