33#ifndef vtkLookupTableWithEnabling_h
34#define vtkLookupTableWithEnabling_h
37#include "vtkRenderingCoreModule.h"
64 int numberOfValues,
int inputIncrement,
int outputFormat)
override;
69 virtual void DisableColor(
unsigned char r,
unsigned char g,
unsigned char b,
unsigned char* rd,
70 unsigned char* gd,
unsigned char* bd);
abstract superclass for arrays of numeric data
a simple class to control print indentation
A lookup table that allows for an optional array to be provided that specifies which scalars to "enab...
vtkDataArray * EnabledArray
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void MapScalarsThroughTable2(void *input, unsigned char *output, int inputDataType, int numberOfValues, int inputIncrement, int outputFormat) override
Map a set of scalars through the lookup table.
virtual void SetEnabledArray(vtkDataArray *enabledArray)
This must be set before MapScalars() is called.
static vtkLookupTableWithEnabling * New()
vtkLookupTableWithEnabling(int sze=256, int ext=256)
~vtkLookupTableWithEnabling() override
virtual void DisableColor(unsigned char r, unsigned char g, unsigned char b, unsigned char *rd, unsigned char *gd, unsigned char *bd)
A convenience method for taking a color and desaturating it.
map scalar values into colors via a lookup table