Primary template for waypoints. More...
#include <waypoint.hpp>
Private Member Functions | |
WayPoint () | |
Unreachable constructor. |
Primary template for waypoints.
This is not intended to be used directly, it just provides the primary template for specialisations of the type enum.
Type | : the type of waypoint (either joint or cartesian based). |
Definition at line 46 of file waypoint.hpp.
ecl::WayPoint< Type >::WayPoint | ( | ) | [inline, private] |
Unreachable constructor.
Constructor, declared privately to ensure that this class cannot be instantiated directly.
Definition at line 54 of file waypoint.hpp.