The "symbolic" part of the spanning tree.
Definition at line 521 of file srba_types.h.
#include <mrpt/srba/srba_types.h>
Public Attributes | |
| next_edge_maps_t | next_edge |
| Given all interesting spanning tree roots (=SOURCE), this structure holds: map[SOURCE] |-> map[TARGET] |-> next node to follow. More... | |
| all_edges_maps_t | all_edges |
| From the previous data, we can build this alternative, more convenient representation: map[SOURCE] |-> map[TARGET] |-> vector of edges to follow. More... | |
| all_edges_maps_t mrpt::srba::TRBA_Problem_state< KF2KF_POSE_TYPE, LM_TYPE, OBS_TYPE, RBA_OPTIONS >::TSpanningTree::TSpanningTreeSym::all_edges |
From the previous data, we can build this alternative, more convenient representation: map[SOURCE] |-> map[TARGET] |-> vector of edges to follow.
Definition at line 537 of file srba_types.h.
Referenced by mrpt::srba::TRBA_Problem_state< KF2KF_POSE_TYPE, LM_TYPE, OBS_TYPE, RBA_OPTIONS >::TSpanningTree::clear(), and mrpt::srba::TRBA_Problem_state< KF2KF_POSE_TYPE, LM_TYPE, OBS_TYPE, RBA_OPTIONS >::TSpanningTree::update_symbolic_new_node().
| next_edge_maps_t mrpt::srba::TRBA_Problem_state< KF2KF_POSE_TYPE, LM_TYPE, OBS_TYPE, RBA_OPTIONS >::TSpanningTree::TSpanningTreeSym::next_edge |
Given all interesting spanning tree roots (=SOURCE), this structure holds: map[SOURCE] |-> map[TARGET] |-> next node to follow.
Definition at line 529 of file srba_types.h.
Referenced by mrpt::srba::TRBA_Problem_state< KF2KF_POSE_TYPE, LM_TYPE, OBS_TYPE, RBA_OPTIONS >::TSpanningTree::clear(), and mrpt::srba::TRBA_Problem_state< KF2KF_POSE_TYPE, LM_TYPE, OBS_TYPE, RBA_OPTIONS >::TSpanningTree::update_symbolic_new_node().
| Page generated by Doxygen 1.8.9.1 for MRPT 1.3.0 SVN: at Sun Sep 13 03:55:12 UTC 2015 |