Main MRPT website > C++ reference for MRPT 1.9.9
List of all members | Public Member Functions | Public Attributes | Private Types
mrpt::hmtslam::TArcList Class Reference

Detailed Description

A class for storing a sequence of arcs (a path).

See also
CHMTSLAM

Definition at line 106 of file HMT_SLAM_common.h.

#include <mrpt/hmtslam/HMT_SLAM_common.h>

Inheritance diagram for mrpt::hmtslam::TArcList:
Inheritance graph

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

elements
 STL member. More...
 

Private Types

typedef mrpt::utils::list_searchable< std::shared_ptr< mrpt::hmtslam::CHMHMapArc > > BASE
 

Member Typedef Documentation

◆ BASE

Definition at line 112 of file HMT_SLAM_common.h.

Member Function Documentation

◆ debugDump()

void TArcList::debugDump ( )

Definition at line 149 of file CHMHMapArc.cpp.

References begin().

Here is the call graph for this function:

◆ find() [1/2]

std::list<std::shared_ptr< mrpt::hmtslam::CHMHMapArc > >::iterator mrpt::utils::list_searchable< std::shared_ptr< mrpt::hmtslam::CHMHMapArc > >::find ( const std::shared_ptr< mrpt::hmtslam::CHMHMapArc > &  i)
inlineinherited

Definition at line 32 of file list_searchable.h.

◆ find() [2/2]

std::list<std::shared_ptr< mrpt::hmtslam::CHMHMapArc > >::const_iterator mrpt::utils::list_searchable< std::shared_ptr< mrpt::hmtslam::CHMHMapArc > >::find ( const std::shared_ptr< mrpt::hmtslam::CHMHMapArc > &  i) const
inlineinherited

Definition at line 37 of file list_searchable.h.

◆ find_ptr_to() [1/2]

std::list<std::shared_ptr< mrpt::hmtslam::CHMHMapArc > >::iterator mrpt::utils::list_searchable< std::shared_ptr< mrpt::hmtslam::CHMHMapArc > >::find_ptr_to ( const PTR  ptr)
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.

◆ find_ptr_to() [2/2]

std::list<std::shared_ptr< mrpt::hmtslam::CHMHMapArc > >::const_iterator mrpt::utils::list_searchable< std::shared_ptr< mrpt::hmtslam::CHMHMapArc > >::find_ptr_to ( const PTR  ptr) const
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.

◆ insert()

void mrpt::utils::list_searchable< std::shared_ptr< mrpt::hmtslam::CHMHMapArc > >::insert ( const std::shared_ptr< mrpt::hmtslam::CHMHMapArc > &  o)
inlineinherited

Definition at line 31 of file list_searchable.h.

◆ read()

void TArcList::read ( utils::CStream in)

Definition at line 161 of file CHMHMapArc.cpp.

References mrpt::utils::clear(), and push_back().

Here is the call graph for this function:

◆ write()

void TArcList::write ( utils::CStream out) const

Definition at line 173 of file CHMHMapArc.cpp.

References begin().

Here is the call graph for this function:

Member Data Documentation

◆ elements

T std::list< T >::elements
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