#include "vtkScalarsToColors.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... | |
Defines | |
| #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 |
|
|
Definition at line 41 of file vtkLookupTable.h. Referenced by vtkLookupTable::SetRampToLinear(). |
|
|
Definition at line 42 of file vtkLookupTable.h. Referenced by vtkLookupTable::SetRampToSCurve(). |
|
|
Definition at line 43 of file vtkLookupTable.h. Referenced by vtkLookupTable::SetRampToSQRT(). |
|
|
Definition at line 44 of file vtkLookupTable.h. Referenced by vtkLookupTable::SetScaleToLinear(). |
|
|
Definition at line 45 of file vtkLookupTable.h. Referenced by vtkLookupTable::SetScaleToLog10(). |