#include <ColorTable32KMod.h>
Inheritance diagram for ColorTable32KMod:


Public Member Functions | |
| ColorTable32KMod (const ColorTableModInterfaces &interfaces) | |
| Constructor. | |
| void | setup () |
| Loads and instantiates this kind of colormap by copying it back to the main colorTable buffer. | |
| void | execute () |
| this method does nothing here, it's just required by the Module interface | |
Definition at line 23 of file ColorTable32KMod.h.
|
|
Constructor.
Definition at line 28 of file ColorTable32KMod.h. |
|
|
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 InFile::exists(), getLocation(), and ColorTable64::setFormat(). Referenced by ColorTableModSelector::createSolution(). |
Here is the call graph for this function:

|
|
this method does nothing here, it's just required by the Module interface
Reimplemented from Module. Definition at line 38 of file ColorTable32KMod.h. |
1.3.6