Primary template for manipulator trajectories. More...
#include <trajectory.hpp>
Private Member Functions | |
Trajectory () | |
Unreachable constructor. | |
virtual | ~Trajectory () |
Primary template for manipulator trajectories.
This is not intended to be used directly, it just provides the primary template for specialisations of the type enum.
Type | : manipulator state representation type (either joint or cartesian based). |
Definition at line 57 of file trajectory.hpp.
ecl::Trajectory< Type >::Trajectory | ( | ) | [inline, private] |
Unreachable constructor.
Constructor, declared privately to ensure that this class cannot be instantiated directly.
Definition at line 65 of file trajectory.hpp.
virtual ecl::Trajectory< Type >::~Trajectory | ( | ) | [inline, private, virtual] |
Definition at line 66 of file trajectory.hpp.