|
MRPT
1.9.9
|
A class for storing a sequence of arcs (a path).
Definition at line 104 of file HMT_SLAM_common.h.
#include <mrpt/hmtslam/HMT_SLAM_common.h>

Public Member Functions | |
| void | debugDump () |
| void | read (mrpt::serialization::CArchive &in) |
| void | write (mrpt::serialization::CArchive &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 | |
| using | BASE = mrpt::containers::list_searchable< std::shared_ptr< mrpt::hmtslam::CHMHMapArc > > |
|
private |
Definition at line 109 of file HMT_SLAM_common.h.
| void TArcList::debugDump | ( | ) |
Definition at line 135 of file CHMHMapArc.cpp.
References begin().
|
inlineinherited |
Definition at line 26 of file list_searchable.h.
|
inlineinherited |
Definition at line 31 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 39 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 50 of file list_searchable.h.
|
inlineinherited |
Definition at line 25 of file list_searchable.h.
| void TArcList::read | ( | mrpt::serialization::CArchive & | in | ) |
Definition at line 147 of file CHMHMapArc.cpp.
References mrpt::containers::clear(), and push_back().
| void TArcList::write | ( | mrpt::serialization::CArchive & | out | ) | const |
Definition at line 159 of file CHMHMapArc.cpp.
References begin().
|
inherited |
STL member.
| Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: 7d5e6d718 Fri Aug 24 01:51:28 2018 +0200 at lun nov 2 08:35:50 CET 2020 |