36 #ifndef vtkLookupTableWithEnabling_h
37 #define vtkLookupTableWithEnabling_h
39 #include "vtkRenderingCoreModule.h"
60 virtual void SetEnabledArray(
vtkDataArray *enabledArray);
67 int inputDataType,
int numberOfValues,
68 int inputIncrement,
int outputIncrement);
73 virtual void DisableColor(
unsigned char r,
unsigned char g,
unsigned char b,
74 unsigned char *rd,
unsigned char *gd,
unsigned char *bd);
vtkDataArray * EnabledArray
map scalar values into colors via a lookup table
A lookup table that allows for an optional array to be provided that specifies which scalars to "enab...
a simple class to control print indentation
abstract superclass for arrays of numeric data
static vtkLookupTable * New()
Construct with range=[0,1]; and hsv ranges set up for rainbow color table (from red to blue)...
void MapScalarsThroughTable2(void *input, unsigned char *output, int inputDataType, int numberOfValues, int inputIncrement, int outputIncrement) override
map a set of scalars through the lookup table
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.