VTK  9.3.20240419
Classes | Macros
vtkLookupTable.h File Reference
#include "vtkCommonCoreModule.h"
#include "vtkScalarsToColors.h"
#include "vtkWrappingHints.h"
#include "vtkUnsignedCharArray.h"
Include dependency graph for vtkLookupTable.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vtkLookupTable
 map scalar values into colors via a lookup table More...
 

Macros

#define VTK_RAMP_LINEAR   0
 
#define VTK_RAMP_SCURVE   1
 
#define VTK_RAMP_SQRT   2
 
#define VTK_SCALE_LINEAR   0
 
#define VTK_SCALE_LOG10   1
 

Macro Definition Documentation

◆ VTK_RAMP_LINEAR

#define VTK_RAMP_LINEAR   0

Definition at line 166 of file vtkLookupTable.h.

◆ VTK_RAMP_SCURVE

#define VTK_RAMP_SCURVE   1

Definition at line 167 of file vtkLookupTable.h.

◆ VTK_RAMP_SQRT

#define VTK_RAMP_SQRT   2

Definition at line 168 of file vtkLookupTable.h.

◆ VTK_SCALE_LINEAR

#define VTK_SCALE_LINEAR   0

Definition at line 169 of file vtkLookupTable.h.

◆ VTK_SCALE_LOG10

#define VTK_SCALE_LOG10   1

Definition at line 170 of file vtkLookupTable.h.