#include <ColorTableMod.h>
Inheritance diagram for ColorTableMod:
Public Member Functions | |
ColorTableMod (const ColorTableModInterfaces &interfaces) | |
virtual void | setup ()=0 |
virtual | ~ColorTableMod () |
Definition at line 37 of file ColorTableMod.h.
ColorTableMod::ColorTableMod | ( | const ColorTableModInterfaces & | interfaces | ) | [inline] |
Constructor
Definition at line 41 of file ColorTableMod.h.
virtual ColorTableMod::~ColorTableMod | ( | ) | [inline, virtual] |
Destructor
Definition at line 49 of file ColorTableMod.h.
virtual void ColorTableMod::setup | ( | ) | [pure virtual] |
This function loads the colortable from storage and instantiates it
Implemented in ColorTable32KMod, ColorTable64Mod, and ColorTableTSLMod.