#include <iostream>
#include <fstream>
#include <sstream>
Go to the source code of this file.
|
| template<class KF2KF_POSE_TYPE , class LM_TYPE , class OBS_TYPE , class RBA_OPTIONS > |
| void | mrpt::srba::internal::recursive_print_st_dot (std::set< std::pair< std::string, std::string > > &all_edges, const std::string &prefix, const TKeyFrameID came_from, const TKeyFrameID root, const std::map< TKeyFrameID, TSpanTreeEntry > &root_entries, const typename TRBA_Problem_state< KF2KF_POSE_TYPE, LM_TYPE, OBS_TYPE, RBA_OPTIONS >::TSpanningTree::next_edge_maps_t &all, std::set< TKeyFrameID > &visited, const std::map< TKeyFrameID, TSpanTreeEntry > &top_root_entries) |
| |