9 #ifndef CPoses3DSequence_H 10 #define CPoses3DSequence_H 45 void getPose(
unsigned int ind,
CPose3D &outPose);
50 void changePose(
unsigned int ind,
CPose3D &inPose);
54 void appendPose(
CPose3D &newPose);
65 CPose3D absolutePoseOf(
unsigned int n);
77 float computeTraveledDistanceAfter(
unsigned int n);
83 float computeTraveledDistanceAfterAll();
The virtual base class which provides a unified interface for all persistent objects in MRPT...
std::vector< mrpt::math::TPose3D > m_poses
The internal sequence of poses, stored as relative, incremental poses, thus each one is situated just...
void clear()
Clear the contents of this container.
#define DEFINE_SERIALIZABLE_PRE_CUSTOM_BASE(class_name, base_name)
This declaration must be inserted in all CSerializable classes definition, before the class declarati...
This class stores a sequence of relative, incremental 3D poses.
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
#define DEFINE_SERIALIZABLE(class_name)
This declaration must be inserted in all CSerializable classes definition, within the class declarati...
A class used to store a 3D pose (a 3D translation + a rotation in 3D).
#define DEFINE_SERIALIZABLE_POST_CUSTOM_BASE(class_name, base_name)