Trajectory.h File Reference
#include <RobotAPI/interface/core/Trajectory.h>
#include <ArmarXCore/core/exceptions/Exception.h>
#include <ArmarXCore/core/exceptions/local/ExpressionException.h>
#include <ArmarXCore/core/util/StringHelpers.h>
#include <ArmarXCore/observers/variant/Variant.h>
#include <boost/multi_index_container.hpp>
#include <boost/multi_index/hashed_index.hpp>
#include <boost/multi_index/random_access_index.hpp>
#include <boost/multi_index/ordered_index.hpp>
#include <boost/multi_index/member.hpp>
#include <Eigen/Core>
+ Include dependency graph for Trajectory.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Trajectory
 The Trajectory class represents n-dimensional sampled trajectories. More...
 
struct  Trajectory::TagOrdered
 
struct  Trajectory::TagTimestamp
 
struct  Trajectory::TrajData
 

Namespaces

 armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 
 armarx::VariantType
 

Typedefs

using DoubleSeqPtr = std::shared_ptr< Ice::DoubleSeq >
 
using TrajectoryPtr = IceInternal::Handle< Trajectory >
 

Variables

const VariantTypeId Trajectory = Variant::addTypeName("::armarx::TrajectoryBase")