VTK
Classes | Macros
vtkColorTransferFunction.h File Reference
#include "vtkRenderingCoreModule.h"
#include "vtkScalarsToColors.h"
Include dependency graph for vtkColorTransferFunction.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vtkColorTransferFunction
 Defines a transfer function for mapping a property to an RGB color value. More...
 

Macros

#define VTK_CTF_RGB   0
 
#define VTK_CTF_HSV   1
 
#define VTK_CTF_LAB   2
 
#define VTK_CTF_DIVERGING   3
 
#define VTK_CTF_LINEAR   0
 
#define VTK_CTF_LOG10   1
 

Macro Definition Documentation

#define VTK_CTF_RGB   0

Definition at line 49 of file vtkColorTransferFunction.h.

#define VTK_CTF_HSV   1

Definition at line 50 of file vtkColorTransferFunction.h.

#define VTK_CTF_LAB   2

Definition at line 51 of file vtkColorTransferFunction.h.

#define VTK_CTF_DIVERGING   3

Definition at line 52 of file vtkColorTransferFunction.h.

#define VTK_CTF_LINEAR   0

Definition at line 54 of file vtkColorTransferFunction.h.

#define VTK_CTF_LOG10   1

Definition at line 55 of file vtkColorTransferFunction.h.