A class for storing a sequence of arcs (a path).
Definition at line 106 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 std::shared_ptr< mrpt::hmtslam::CHMHMapArc > &o) |
std::list< std::shared_ptr< mrpt::hmtslam::CHMHMapArc > >::iterator | find (const std::shared_ptr< mrpt::hmtslam::CHMHMapArc > &i) |
std::list< std::shared_ptr< mrpt::hmtslam::CHMHMapArc > >::const_iterator | find (const std::shared_ptr< mrpt::hmtslam::CHMHMapArc > &i) const |
std::list< std::shared_ptr< mrpt::hmtslam::CHMHMapArc > >::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< std::shared_ptr< mrpt::hmtslam::CHMHMapArc > >::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< std::shared_ptr< mrpt::hmtslam::CHMHMapArc > > | BASE |
|
private |
Definition at line 112 of file HMT_SLAM_common.h.
void TArcList::debugDump | ( | ) |
Definition at line 149 of file CHMHMapArc.cpp.
References begin().
|
inlineinherited |
Definition at line 32 of file list_searchable.h.
|
inlineinherited |
Definition at line 37 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 45 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 56 of file list_searchable.h.
|
inlineinherited |
Definition at line 31 of file list_searchable.h.
void TArcList::read | ( | utils::CStream & | in | ) |
Definition at line 161 of file CHMHMapArc.cpp.
References mrpt::utils::clear(), and push_back().
void TArcList::write | ( | utils::CStream & | out | ) | const |
Definition at line 173 of file CHMHMapArc.cpp.
References begin().
|
inherited |
STL member.
Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: ae4571287 Thu Nov 23 00:06:53 2017 +0100 at dom oct 27 23:51:55 CET 2019 |