Define and manage all the lookup tables available in GoFigure2.
More...
#include <Code/ExternalCode/MegaVTK/vtkRenderingAddOn/vtkLookupTableManager.h>
|
enum | LookupTableIds {
LUT_BW = 0,
LUT_BWINV,
LUT_SPECTTUM,
LUT_HOTMETAL,
LUT_GECOLORS,
LUT_FLOW,
LUT_LONI,
LUT_LONI2,
LUT_ASYMETRY,
LUT_PVALUE,
LUT_ROI,
LUT_RANDOM
} |
|
Define and manage all the lookup tables available in GoFigure2.
Definition at line 82 of file vtkLookupTableManager.h.
Enumerator |
---|
LUT_BW |
|
LUT_BWINV |
|
LUT_SPECTTUM |
|
LUT_HOTMETAL |
|
LUT_GECOLORS |
|
LUT_FLOW |
|
LUT_LONI |
|
LUT_LONI2 |
|
LUT_ASYMETRY |
|
LUT_PVALUE |
|
LUT_ROI |
|
LUT_RANDOM |
|
Definition at line 91 of file vtkLookupTableManager.h.
vtkLookupTableManager::vtkLookupTableManager |
( |
| ) |
|
|
protected |
vtkLookupTableManager::~vtkLookupTableManager |
( |
| ) |
|
|
protected |
vtkLookupTable * vtkLookupTableManager::GetAsymmetryLookupTable |
( |
void |
| ) |
|
|
static |
Get the Asymmetry lookup table.
- Returns
- vtkLookupTable pointer to the Asymmetry lookup table
Definition at line 317 of file vtkLookupTableManager.cxx.
std::vector< std::string > vtkLookupTableManager::GetAvailableLookupTables |
( |
void |
| ) |
|
|
static |
Get the available lookup table.
- Returns
- Vector of strings where the strings are the name of the available lookup tables
Definition at line 110 of file vtkLookupTableManager.cxx.
vtkLookupTable * vtkLookupTableManager::GetBWInverseLookupTable |
( |
void |
| ) |
|
|
static |
Get the BWInverse lookup table.
- Returns
- vtkLookupTable pointer to the BWInverse lookup table
Definition at line 204 of file vtkLookupTableManager.cxx.
vtkLookupTable * vtkLookupTableManager::GetBWLookupTable |
( |
void |
| ) |
|
|
static |
vtkLookupTable * vtkLookupTableManager::GetFlowLookupTable |
( |
void |
| ) |
|
|
static |
Get the Spectrum lookup table.
- Returns
- vtkLookupTable pointer to the Spectrum lookup table
Definition at line 268 of file vtkLookupTableManager.cxx.
vtkLookupTable * vtkLookupTableManager::GetGEColorLookupTable |
( |
void |
| ) |
|
|
static |
Get the GE Color lookup table.
- Returns
- vtkLookupTable pointer to the GE Color lookup table
Definition at line 249 of file vtkLookupTableManager.cxx.
vtkLookupTable * vtkLookupTableManager::GetHotMetalLookupTable |
( |
void |
| ) |
|
|
static |
vtkLookupTable * vtkLookupTableManager::GetHSVBasedLookupTable |
( |
double |
iRGB[3] | ) |
|
|
static |
Get one HSV based lookup table.
- Parameters
-
[in] | iRGB | input color to be used to generate the lookup table |
- Returns
- vtkLookupTable pointer to one HSV based lookup table
Definition at line 489 of file vtkLookupTableManager.cxx.
vtkLookupTable * vtkLookupTableManager::GetLONI2LookupTable |
( |
void |
| ) |
|
|
static |
Get the LONI2 lookup table.
- Returns
- vtkLookupTable pointer to the LONI2 lookup table
Definition at line 302 of file vtkLookupTableManager.cxx.
vtkLookupTable * vtkLookupTableManager::GetLONILookupTable |
( |
void |
| ) |
|
|
static |
vtkLookupTable * vtkLookupTableManager::GetLookupTable |
( |
const int & |
iIndex | ) |
|
|
static |
Get the indexed lookup table.
- Parameters
-
[in] | iIndex | of the lookup table |
- Returns
- vtkLookupTable pointer to the indexed lookup table
Definition at line 129 of file vtkLookupTableManager.cxx.
vtkLookupTable * vtkLookupTableManager::GetPValueLookupTable |
( |
void |
| ) |
|
|
static |
Get the PValue lookup table.
- Returns
- vtkLookupTable pointer to the PValue lookup table
Definition at line 332 of file vtkLookupTableManager.cxx.
vtkLookupTable * vtkLookupTableManager::GetRandomLookupTable |
( |
| ) |
|
|
static |
Get the Random lookup table.
- Returns
- vtkLookupTable pointer to the Random lookup table
Definition at line 463 of file vtkLookupTableManager.cxx.
vtkLookupTable * vtkLookupTableManager::GetROILookupTable |
( |
void |
| ) |
|
|
static |
vtkLookupTable * vtkLookupTableManager::GetSpectrumLookupTable |
( |
void |
| ) |
|
|
static |
Get the Spectrum lookup table.
- Returns
- vtkLookupTable pointer to the Spectrum lookup table
Definition at line 217 of file vtkLookupTableManager.cxx.
Convenient method to access the constructor.
The documentation for this class was generated from the following files: