The type of each global pose in nodes: an extension of the TYPE_EDGES pose with any optional user-defined data.
#include <mrpt/graphs/CDirectedGraph.h>
Public Member Functions | |
| edge_t () | |
| template<typename ARG1 > | |
| edge_t (const ARG1 &a1) | |
| template<typename ARG1 , typename ARG2 > | |
| edge_t (const ARG1 &a1, const ARG2 &a2) | |
| mrpt::graphs::CDirectedGraph::edge_t::edge_t | ( | ) | [inline] |
Definition at line 69 of file CDirectedGraph.h.
| mrpt::graphs::CDirectedGraph::edge_t::edge_t | ( | const ARG1 & | a1 | ) | [inline] |
Definition at line 70 of file CDirectedGraph.h.
| mrpt::graphs::CDirectedGraph::edge_t::edge_t | ( | const ARG1 & | a1, |
| const ARG2 & | a2 | ||
| ) | [inline] |
Definition at line 71 of file CDirectedGraph.h.
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |