66 void get(
size_t index, mrpt::poses::CPose3DPDFPtr &out_posePDF, mrpt::obs::CSensoryFramePtr &out_SF )
const ;
74 void set(
size_t index,
const mrpt::poses::CPose3DPDFPtr &in_posePDF,
const mrpt::obs::CSensoryFramePtr &in_SF );
83 void set(
size_t index,
const mrpt::poses::CPosePDFPtr &in_posePDF,
const mrpt::obs::CSensoryFramePtr &in_SF );
89 void remove(
size_t index);
98 void insert(
const mrpt::poses::CPose3DPDFPtr &in_posePDF,
const mrpt::obs::CSensoryFramePtr &in_SF );
104 void insert(
const mrpt::poses::CPosePDFPtr &in_posePDF,
const mrpt::obs::CSensoryFramePtr &in_SF );
std::pair< mrpt::poses::CPose3DPDFPtr, mrpt::obs::CSensoryFramePtr > TPosePDFSensFramePair
EIGEN_STRONG_INLINE bool empty() const
const_reverse_iterator rend() const
This class stores a sequence of <Probabilistic Pose,SensoryFrame> pairs, thus a "metric map" can be t...
The virtual base class which provides a unified interface for all persistent objects in MRPT...
const_reverse_iterator rbegin() const
const Scalar * const_iterator
std::deque< TPosePDFSensFramePair > TPosePDFSensFramePairList
void clear()
Clear the contents of this container.
const_iterator begin() const
#define DEFINE_SERIALIZABLE_PRE_CUSTOM_BASE_LINKAGE(class_name, base_name, _LINKAGE_)
This declaration must be inserted in all CSerializable classes definition, before the class declarati...
const_iterator end() const
TPosePDFSensFramePairList::reverse_iterator reverse_iterator
Declares a class for storing a "sensory frame", a set of "observations" taken by the robot approximat...
TPosePDFSensFramePairList::iterator iterator
GLsizei const GLchar ** string
Declares a class that represents a probability density function (pdf) of a 2D pose (x...
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).
TPosePDFSensFramePairList::const_iterator const_iterator
reverse_iterator rbegin()
TPosePDFSensFramePairList::const_reverse_iterator const_reverse_iterator
#define DEFINE_SERIALIZABLE_POST_CUSTOM_BASE_LINKAGE(class_name, base_name, _LINKAGE_)
TPosePDFSensFramePairList m_posesObsPairs
The stored data.
Declares a class that represents a Probability Density Function (PDF) of a 3D pose (6D actually)...