| orocos_kdl
    | 
#include <trajectory_composite.hpp>

| Public Member Functions | |
| virtual Twist | Acc (double time) const | 
| virtual void | Add (Trajectory *elem) | 
| virtual Trajectory * | Clone () const | 
| virtual void | Destroy () | 
| virtual double | Duration () const | 
| virtual Frame | Pos (double time) const | 
| Trajectory_Composite () | |
| virtual Twist | Vel (double time) const | 
| virtual void | Write (std::ostream &os) const | 
| virtual | ~Trajectory_Composite () | 
|  Public Member Functions inherited from KDL::Trajectory | |
| virtual | ~Trajectory () | 
| Private Types | |
| typedef std::vector< double > | VectorDouble | 
| typedef std::vector< Trajectory * > | VectorTraj | 
| Private Attributes | |
| double | duration | 
| VectorDouble | vd | 
| VectorTraj | vt | 
| Additional Inherited Members | |
|  Static Public Member Functions inherited from KDL::Trajectory | |
| static Trajectory * | Read (std::istream &is) | 
Trajectory_Composite implements a trajectory that is composed of underlying trajectoria. Call Add to add a trajectory
Definition at line 45 of file trajectory_composite.hpp.
| 
 | private | 
Definition at line 61 of file trajectory_composite.hpp.
| 
 | private | 
Definition at line 60 of file trajectory_composite.hpp.
| KDL::Trajectory_Composite::Trajectory_Composite | ( | ) | 
Definition at line 34 of file trajectory_composite.cpp.
| 
 | virtual | 
Definition at line 116 of file trajectory_composite.cpp.
| 
 | virtual | 
Implements KDL::Trajectory.
Definition at line 82 of file trajectory_composite.cpp.
| 
 | virtual | 
Definition at line 101 of file trajectory_composite.cpp.
| 
 | virtual | 
Implements KDL::Trajectory.
Definition at line 129 of file trajectory_composite.cpp.
| 
 | virtual | 
Definition at line 107 of file trajectory_composite.cpp.
| 
 | virtual | 
Implements KDL::Trajectory.
Definition at line 38 of file trajectory_composite.cpp.
| 
 | virtual | 
Implements KDL::Trajectory.
Definition at line 42 of file trajectory_composite.cpp.
| 
 | virtual | 
Implements KDL::Trajectory.
Definition at line 63 of file trajectory_composite.cpp.
| 
 | virtual | 
Implements KDL::Trajectory.
Definition at line 120 of file trajectory_composite.cpp.
| 
 | private | 
Definition at line 64 of file trajectory_composite.hpp.
| 
 | private | 
Definition at line 63 of file trajectory_composite.hpp.
| 
 | private | 
Definition at line 62 of file trajectory_composite.hpp.
 1.8.17
 1.8.17