#include <ColorTableTSLMod.h>
Inheritance diagram for ColorTableTSLMod:
Public Member Functions | |
ColorTableTSLMod (const ColorTableModInterfaces &interfaces) | |
void | setup () |
void | execute () |
Definition at line 23 of file ColorTableTSLMod.h.
ColorTableTSLMod::ColorTableTSLMod | ( | const ColorTableModInterfaces & | interfaces | ) | [inline] |
Constructor
Definition at line 27 of file ColorTableTSLMod.h.
void ColorTableTSLMod::execute | ( | ) | [inline, virtual] |
this method does nothing here, it's just required by the Module interface
Implements Module.
Definition at line 37 of file ColorTableTSLMod.h.
void ColorTableTSLMod::setup | ( | ) | [virtual] |
Loads and instantiates this kind of colormap by copying it back to the main colorTable buffer
Implements ColorTableMod.
Definition at line 23 of file ColorTableTSLMod.cpp.
References ColorTableTSL::calculateLUT(), ColorTableModInterfaces::colorTable, InFile::exists(), and getLocation().
Referenced by ColorTableModSelector::createSolution().