#include <Neuro/HandControllers.H>
Public Member Functions | |
StubHandController (OptionManager &mgr) | |
Constructor. | |
virtual | ~StubHandController () |
Destructor. |
>Stub hand controller No-op implementation -- never makes a decision, no matter what hand SaccadeControllers it may hold.
Definition at line 56 of file HandControllers.H.
StubHandController::StubHandController | ( | OptionManager & | mgr | ) |
Constructor.
Definition at line 55 of file HandControllers.C.
StubHandController::~StubHandController | ( | ) | [virtual] |
Destructor.
Definition at line 61 of file HandControllers.C.