Main Page | Directories | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

vtkLookupTable.h File Reference

#include "vtkScalarsToColors.h"
#include "vtkUnsignedCharArray.h"

Include dependency graph for vtkLookupTable.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

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


Define Documentation

#define VTK_RAMP_LINEAR   0
 

Definition at line 56 of file vtkLookupTable.h.

Referenced by vtkLookupTable::SetRampToLinear().

#define VTK_RAMP_SCURVE   1
 

Definition at line 57 of file vtkLookupTable.h.

Referenced by vtkLookupTable::SetRampToSCurve().

#define VTK_RAMP_SQRT   2
 

Definition at line 58 of file vtkLookupTable.h.

Referenced by vtkLookupTable::SetRampToSQRT().

#define VTK_SCALE_LINEAR   0
 

Definition at line 59 of file vtkLookupTable.h.

Referenced by vtkLookupTable::SetScaleToLinear().

#define VTK_SCALE_LOG10   1
 

Definition at line 60 of file vtkLookupTable.h.

Referenced by vtkLookupTable::SetScaleToLog10().