A class for storing a sequence of arcs (a path).
- See also
- CHMTSLAM
Definition at line 119 of file HMT_SLAM_common.h.
#include <mrpt/hmtslam/HMT_SLAM_common.h>
|
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...
|
|
§ BASE
§ debugDump()
void mrpt::hmtslam::TArcList::debugDump |
( |
| ) |
|
§ find() [1/2]
§ find() [2/2]
§ find_ptr_to() [1/2]
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.
§ find_ptr_to() [2/2]
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.
§ insert()
§ read()
§ write()
§ elements
T std::list< T >::elements |
|
inherited |