1 #ifndef DATA_FORMATS_MATH_GRAPH_UTIL_H 2 #define DATA_FORMATS_MATH_GRAPH_UTIL_H 9 template <
class N,
class E>
20 template <
class N,
class E>
30 while (walker.
next()) {
37 template <
class N,
class E>
41 unsigned int depth = 0;
44 os <<
' ' << s << w.
current().first <<
'(' << w.
current().second <<
')' << std::endl;
void addEdge(const N &from, const N &to, const E &edge)
void graph_tree_output(const math::Graph< N, E > &g, const N &root, std::ostream &os)
void output(const math::Graph< N, E > &g, const N &root)
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e g
bool replace(const N &oldNode, const N &newNode)
const N & nodeData(const edge_type &) const
result_type nextSibling()
const stack_type & stack() const
void graph_combine(const math::Graph< N, E > &g1, const math::Graph< N, E > &g2, const N &n1, const N &n2, const N &root, math::Graph< N, E > &result)
value_type current() const