Go to the documentation of this file.
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);
vtkDataArray * EnabledArray
static vtkLookupTableWithEnabling * New()
virtual void SetEnabledArray(vtkDataArray *enabledArray)
abstract superclass for arrays of numeric data
~vtkLookupTableWithEnabling()
a simple class to control print indentation
vtkLookupTableWithEnabling(int sze=256, int ext=256)
map scalar values into colors via a lookup table
void MapScalarsThroughTable2(void *input, unsigned char *output, int inputDataType, int numberOfValues, int inputIncrement, int outputIncrement)
Map a set of scalars through the lookup table.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
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.
A lookup table that allows for an optional array to be provided that specifies which scalars to "enab...