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)
override;
73 virtual void DisableColor(
unsigned char r,
unsigned char g,
unsigned char b,
74 unsigned char *rd,
unsigned char *gd,
unsigned char *bd);
~vtkLookupTableWithEnabling() override
vtkDataArray * EnabledArray
static vtkLookupTableWithEnabling * New()
virtual void SetEnabledArray(vtkDataArray *enabledArray)
abstract superclass for arrays of numeric data
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.
a simple class to control print indentation
vtkLookupTableWithEnabling(int sze=256, int ext=256)
map scalar values into colors via a lookup table
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...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.