#include <CollisionDetectorSelector.h>
Inheritance diagram for CollisionDetectorSelector:
Public Member Functions | |
CollisionDetectorSelector (ModuleHandler &handler, const CollisionDetectorInterfaces &interfaces) | |
Constructor. | |
virtual Module * | createSolution (SolutionRequest::ModuleSolutionID id) |
Is called on start and when the selected solution changes to create a specific solution. |
A selector for collision detector modules.
Definition at line 21 of file CollisionDetectorSelector.h.
|
Constructor.
Definition at line 29 of file CollisionDetectorSelector.h. References ModuleHandler::setModuleSelector(). |
Here is the call graph for this function:
|
Is called on start and when the selected solution changes to create a specific solution.
Implements ModuleSelector. Definition at line 42 of file CollisionDetectorSelector.h. |