#include <ColorTableModSelector.h>
Inheritance diagram for ColorTableModSelector:
Public Member Functions | |
ColorTableModSelector (ModuleHandler &handler, const ColorTableModInterfaces &interfaces) | |
virtual Module * | createSolution (SolutionRequest::ModuleSolutionID id) |
Definition at line 21 of file ColorTableModSelector.h.
ColorTableModSelector::ColorTableModSelector | ( | ModuleHandler & | handler, | |
const ColorTableModInterfaces & | interfaces | |||
) | [inline] |
Constructor.
handler | The module handler of the process. | |
interfaces | The parameters of the ImageProcessor module. |
Definition at line 29 of file ColorTableModSelector.h.
References SolutionRequest::colorTableMod, and ModuleHandler::setModuleSelector().
virtual Module* ColorTableModSelector::createSolution | ( | SolutionRequest::ModuleSolutionID | id | ) | [inline, virtual] |
Is called on start and when the selected solution changes to create a specific solution.
id | The id of the solution to create |
Implements ModuleSelector.
Definition at line 41 of file ColorTableModSelector.h.
References ColorTableModInterfaces::colorTable, SolutionRequest::colorTable32KMod, SolutionRequest::colorTable64Mod, SolutionRequest::colorTableTSLMod, ColorTable32KMod::setup(), ColorTableTSLMod::setup(), and ColorTable64Mod::setup().