Go to the documentation of this file.
35 #ifndef vtkLookupTableWithEnabling_h
36 #define vtkLookupTableWithEnabling_h
63 int inputDataType,
int numberOfValues,
64 int inputIncrement,
int outputIncrement);
70 unsigned char *rd,
unsigned char *gd,
unsigned char *bd);
#define vtkGetObjectMacro(name, type)
GLboolean GLboolean GLboolean b
vtkDataArray * EnabledArray
static vtkLookupTableWithEnabling * New()
#define vtkTypeMacro(thisClass, superclass)
virtual void SetEnabledArray(vtkDataArray *enabledArray)
abstract superclass for arrays of numeric data
GLenum GLenum GLenum input
~vtkLookupTableWithEnabling()
a simple class to control print indentation
vtkLookupTableWithEnabling(int sze=256, int ext=256)
map scalar values into colors via a lookup table
GLdouble GLdouble GLdouble r
#define VTKRENDERINGCORE_EXPORT
void MapScalarsThroughTable2(void *input, unsigned char *output, int inputDataType, int numberOfValues, int inputIncrement, int outputIncrement)
void PrintSelf(ostream &os, vtkIndent indent)
virtual void DisableColor(unsigned char r, unsigned char g, unsigned char b, unsigned char *rd, unsigned char *gd, unsigned char *bd)
A lookup table that allows for an optional array to be provided that specifies which scalars to "enab...