| 
    MRPT
    1.9.9
    
   | 
 
A class for storing a sequence of arcs (a path).
Definition at line 103 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 108 of file HMT_SLAM_common.h.
| void TArcList::debugDump | ( | ) | 
Definition at line 135 of file CHMHMapArc.cpp.
References mrpt::math::size().
      
  | 
  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 49 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().
| void TArcList::write | ( | mrpt::serialization::CArchive & | out | ) | const | 
Definition at line 159 of file CHMHMapArc.cpp.
References out, and mrpt::math::size().
      
  | 
  inherited | 
STL member.
| Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: c7a3bec24 Sun Mar 29 18:33:13 2020 +0200 at dom mar 29 18:50:38 CEST 2020 |