A class for storing a sequence of arcs (a path).
Definition at line 119 of file HMT_SLAM_common.h.
#include <mrpt/hmtslam/HMT_SLAM_common.h>
Public Member Functions | |
void | debugDump () |
void | read (utils::CStream &in) |
void | write (utils::CStream &out) const |
void | insert (const mrpt::hmtslam::CHMHMapArcPtr &o) |
std::list< mrpt::hmtslam::CHMHMapArcPtr >::iterator | find (const mrpt::hmtslam::CHMHMapArcPtr &i) |
std::list< mrpt::hmtslam::CHMHMapArcPtr >::const_iterator | find (const mrpt::hmtslam::CHMHMapArcPtr &i) const |
std::list< mrpt::hmtslam::CHMHMapArcPtr >::iterator | find_ptr_to (const PTR ptr) |
Finds an element in a list of smart pointers, having "->pointer()", such as it matches a given plain pointer "ptr". More... | |
std::list< mrpt::hmtslam::CHMHMapArcPtr >::const_iterator | find_ptr_to (const PTR ptr) const |
Finds an element in a list of smart pointers, having "->pointer()", such as it matches a given plain pointer "ptr". More... | |
Public Attributes | |
T | elements |
STL member. More... | |
Private Types | |
typedef mrpt::utils::list_searchable< mrpt::hmtslam::CHMHMapArcPtr > | BASE |
|
private |
Definition at line 122 of file HMT_SLAM_common.h.
void TArcList::debugDump | ( | ) |
Definition at line 193 of file CHMHMapArc.cpp.
References begin().
|
inlineinherited |
Definition at line 32 of file list_searchable.h.
|
inlineinherited |
Definition at line 36 of file list_searchable.h.
|
inlineinherited |
Finds an element in a list of smart pointers, having "->pointer()", such as it matches a given plain pointer "ptr".
Definition at line 42 of file list_searchable.h.
|
inlineinherited |
Finds an element in a list of smart pointers, having "->pointer()", such as it matches a given plain pointer "ptr".
Definition at line 52 of file list_searchable.h.
|
inlineinherited |
Definition at line 30 of file list_searchable.h.
void TArcList::read | ( | utils::CStream & | in | ) |
Definition at line 204 of file CHMHMapArc.cpp.
References mrpt::utils::clear(), mrpt::hmtslam::CHMHMapArc::Create(), and push_back().
void TArcList::write | ( | utils::CStream & | out | ) | const |
Definition at line 216 of file CHMHMapArc.cpp.
References begin().
|
inherited |
STL member.
Page generated by Doxygen 1.8.14 for MRPT 1.5.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020 |