A class for storing a sequence of arcs (a path).
#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 T &o) |
| std::list< T >::iterator | find (const T &i) |
| std::list< T >::const_iterator | find (const T &i) const |
| std::list< T >::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". | |
| std::list< T >::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". | |
Private Types | |
| typedef list_searchable < mrpt::hmtslam::CHMHMapArcPtr > | BASE |
typedef list_searchable<mrpt::hmtslam::CHMHMapArcPtr> mrpt::hmtslam::TArcList::BASE [private] |
Definition at line 142 of file HMT_SLAM_common.h.
| void mrpt::hmtslam::TArcList::debugDump | ( | ) |
Definition at line 52 of file list_searchable.h.
| std::list<T>::const_iterator mrpt::utils::list_searchable::find | ( | const T & | i | ) | const [inline, inherited] |
Definition at line 56 of file list_searchable.h.
| std::list<T>::iterator mrpt::utils::list_searchable::find_ptr_to | ( | const PTR | ptr | ) | [inline, inherited] |
Finds an element in a list of smart pointers, having "->pointer()", such as it matches a given plain pointer "ptr".
Definition at line 62 of file list_searchable.h.
| std::list<T>::const_iterator mrpt::utils::list_searchable::find_ptr_to | ( | const PTR | ptr | ) | const [inline, inherited] |
Finds an element in a list of smart pointers, having "->pointer()", such as it matches a given plain pointer "ptr".
Definition at line 72 of file list_searchable.h.
| void mrpt::utils::list_searchable::insert | ( | const T & | o | ) | [inline, inherited] |
Definition at line 50 of file list_searchable.h.
| void mrpt::hmtslam::TArcList::read | ( | utils::CStream & | in | ) |
| void mrpt::hmtslam::TArcList::write | ( | utils::CStream & | out | ) | const |
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |