this "DummyMover" is employed simply to prevent NULL pointer exceptions in case internal classes try to call Mover methods without checking for pointer validity. The JobDistributor/DockDesignParser will/should reassign this pointer to a real Mover.
More...
List of all members.
Detailed Description
this "DummyMover" is employed simply to prevent NULL pointer exceptions in case internal classes try to call Mover methods without checking for pointer validity. The JobDistributor/DockDesignParser will/should reassign this pointer to a real Mover.
Constructor & Destructor Documentation
DummyMover::DummyMover |
( |
| ) |
[inline] |
virtual DummyMover::~DummyMover |
( |
| ) |
[inline, virtual] |
Member Function Documentation
virtual void DummyMover::apply |
( |
Pose & |
| ) |
[inline, virtual] |
virtual std::string DummyMover::get_name |
( |
| ) |
const [inline, virtual] |
The documentation for this class was generated from the following file: