namespace mrpt::viz::graph_tools

Overview

namespace graph_tools {

// global functions

template <class GRAPH_T>
CSetOfObjects::Ptr graph_visualize(
    const GRAPH_T& g,
    const mrpt::containers::yaml& ep
    );

} // namespace graph_tools