#include <ColorTable32KMod.h>
Inheritance diagram for ColorTable32KMod:
Public Member Functions | |
ColorTable32KMod (const ColorTableModInterfaces &interfaces) | |
void | setup () |
void | execute () |
Definition at line 23 of file ColorTable32KMod.h.
ColorTable32KMod::ColorTable32KMod | ( | const ColorTableModInterfaces & | interfaces | ) | [inline] |
Constructor
Definition at line 28 of file ColorTable32KMod.h.
void ColorTable32KMod::execute | ( | ) | [inline, virtual] |
this method does nothing here, it's just required by the Module interface
Implements Module.
Definition at line 38 of file ColorTable32KMod.h.
void ColorTable32KMod::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 ColorTable32KMod.cpp.
References ColorTableModInterfaces::colorTable, ColorTable64::CT32K, InFile::exists(), getLocation(), and ColorTable64::setFormat().
Referenced by ColorTableModSelector::createSolution().