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 );
#define DEFINE_SERIALIZABLE_POST_CUSTOM_BASE_LINKAGE(class_name, base_name, _LINKAGE_)
#define DEFINE_SERIALIZABLE(class_name)
This declaration must be inserted in all CSerializable classes definition, within the class declarati...
#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...
This class stores a sequence of <Probabilistic Pose,SensoryFrame> pairs, thus a "metric map" can be t...
void set(size_t index, const mrpt::poses::CPose3DPDFPtr &in_posePDF, const mrpt::obs::CSensoryFramePtr &in_SF)
Changes the i'th pair, first one is index '0'.
void insert(const mrpt::poses::CPose3DPDF *in_posePDF, const mrpt::obs::CSensoryFramePtr &in_SF)
Add a new pair to the sequence, making a copy of the smart pointer (it's not made unique).
void set(size_t index, const mrpt::poses::CPosePDFPtr &in_posePDF, const mrpt::obs::CSensoryFramePtr &in_SF)
Changes the i'th pair, first one is index '0'.
void insert(const mrpt::poses::CPose3DPDFPtr &in_posePDF, const mrpt::obs::CSensoryFramePtr &in_SF)
Add a new pair to the sequence, making a copy of the smart pointer (it's not made unique).
std::deque< TPosePDFSensFramePair > TPosePDFSensFramePairList
TPosePDFSensFramePairList::const_reverse_iterator const_reverse_iterator
const_reverse_iterator rend() const
void insert(const mrpt::poses::CPosePDF *in_posePDF, const mrpt::obs::CSensoryFramePtr &in_SF)
Add a new pair to the sequence.
reverse_iterator rbegin()
std::pair< mrpt::poses::CPose3DPDFPtr, mrpt::obs::CSensoryFramePtr > TPosePDFSensFramePair
TPosePDFSensFramePairList m_posesObsPairs
The stored data.
const_iterator end() const
void insert(const mrpt::poses::CPosePDFPtr &in_posePDF, const mrpt::obs::CSensoryFramePtr &in_SF)
Add a new pair to the sequence.
TPosePDFSensFramePairList::iterator iterator
TPosePDFSensFramePairList::const_iterator const_iterator
TPosePDFSensFramePairList::reverse_iterator reverse_iterator
const_reverse_iterator rbegin() const
const_iterator begin() const
Declares a class for storing a "sensory frame", a set of "observations" taken by the robot approximat...
A class used to store a 3D pose (a 3D translation + a rotation in 3D).
Declares a class that represents a Probability Density Function (PDF) of a 3D pose (6D actually).
Declares a class that represents a probability density function (pdf) of a 2D pose (x,...
The virtual base class which provides a unified interface for all persistent objects in MRPT.
EIGEN_STRONG_INLINE bool empty() const
const Scalar * const_iterator
GLsizei const GLchar ** string
void clear()
Clear the contents of this container.
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.