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