36#ifndef vtkLookupTableWithEnabling_h
37#define vtkLookupTableWithEnabling_h
39#include "vtkRenderingCoreModule.h"
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);
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...
void MapScalarsThroughTable2(void *input, unsigned char *output, int inputDataType, int numberOfValues, int inputIncrement, int outputIncrement)
Map a set of scalars through the lookup table.
vtkDataArray * EnabledArray
virtual void SetEnabledArray(vtkDataArray *enabledArray)
static vtkLookupTableWithEnabling * New()
vtkLookupTableWithEnabling(int sze=256, int ext=256)
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
~vtkLookupTableWithEnabling()
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