68 #ifndef _vtk_LookupTableManager_h_
69 #define _vtk_LookupTableManager_h_
73 #include <vtkObject.h>
74 #include <vtkLookupTable.h>
75 #include "MegaVTK2Configure.h"
118 static vtkLookupTable * GetBWLookupTable(
void);
124 static vtkLookupTable * GetBWInverseLookupTable(
void);
130 static vtkLookupTable * GetSpectrumLookupTable(
void);
136 static vtkLookupTable * GetHotMetalLookupTable(
void);
142 static vtkLookupTable * GetGEColorLookupTable(
void);
148 static vtkLookupTable * GetFlowLookupTable(
void);
154 static vtkLookupTable * GetLONILookupTable(
void);
160 static vtkLookupTable * GetLONI2LookupTable(
void);
166 static vtkLookupTable * GetAsymmetryLookupTable(
void);
172 static vtkLookupTable * GetPValueLookupTable(
void);
178 static vtkLookupTable* GetRandomLookupTable();
185 static std::vector< std::string > GetAvailableLookupTables(
void);
191 static vtkLookupTable * GetROILookupTable(
void);
198 static vtkLookupTable * GetLookupTable(
const int & iIndex);
205 static vtkLookupTable* GetHSVBasedLookupTable(
double iRGB[3] );
Define and manage all the lookup tables available in GoFigure2.