| orocos_kdl
    | 
#include <trajectory.hpp>

| Public Member Functions | |
| virtual Twist | Acc (double time) const =0 | 
| virtual Trajectory * | Clone () const =0 | 
| virtual double | Duration () const =0 | 
| virtual Frame | Pos (double time) const =0 | 
| virtual Twist | Vel (double time) const =0 | 
| virtual void | Write (std::ostream &os) const =0 | 
| virtual | ~Trajectory () | 
| Static Public Member Functions | |
| static Trajectory * | Read (std::istream &is) | 
An abstract class that implements a trajectory contains a cartesian space trajectory and an underlying velocity profile.
Definition at line 129 of file trajectory.hpp.
| 
 | inlinevirtual | 
Definition at line 197 of file trajectory.hpp.
| 
 | pure virtual | 
Implemented in KDL::Trajectory_Segment, KDL::Trajectory_Composite, and KDL::Trajectory_Stationary.
| 
 | pure virtual | 
Implemented in KDL::Trajectory_Segment, KDL::Trajectory_Composite, and KDL::Trajectory_Stationary.
| 
 | pure virtual | 
Implemented in KDL::Trajectory_Segment, KDL::Trajectory_Composite, and KDL::Trajectory_Stationary.
| 
 | pure virtual | 
Implemented in KDL::Trajectory_Segment, KDL::Trajectory_Composite, and KDL::Trajectory_Stationary.
| 
 | static | 
Definition at line 94 of file trajectory.cpp.
| 
 | pure virtual | 
Implemented in KDL::Trajectory_Segment, KDL::Trajectory_Composite, and KDL::Trajectory_Stationary.
| 
 | pure virtual | 
Implemented in KDL::Trajectory_Segment, KDL::Trajectory_Composite, and KDL::Trajectory_Stationary.
 1.8.17
 1.8.17