#include <ImageProcessorSelector.h>
Inheritance diagram for ImageProcessorSelector:
Public Member Functions | |
ImageProcessorSelector (ModuleHandler &handler, const ImageProcessorInterfaces &interfaces) | |
virtual Module * | createSolution (SolutionRequest::ModuleSolutionID id) |
A selector for image processor modules.
Definition at line 27 of file ImageProcessorSelector.h.
ImageProcessorSelector::ImageProcessorSelector | ( | ModuleHandler & | handler, | |
const ImageProcessorInterfaces & | interfaces | |||
) | [inline] |
Constructor.
handler | The module handler of the process. | |
interfaces | The parameters of the ImageProcessor module. |
Definition at line 35 of file ImageProcessorSelector.h.
References SolutionRequest::imageProcessor, and ModuleHandler::setModuleSelector().
virtual Module* ImageProcessorSelector::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 50 of file ImageProcessorSelector.h.
References SolutionRequest::checkerboardDetector, SolutionRequest::fastPanoramaProcessor, SolutionRequest::gt2004ImageProcessor, SolutionRequest::panoramaImageProcessor, and SolutionRequest::rasterImageProcessor.