Searched defs:graph_as_tree (Results 1 – 1 of 1) sorted by relevance
60 class graph_as_tree : public graph_as_tree_base< Graph, Node, ChIt, class67 graph_as_tree(Graph& g, Node root) : super(g, root) {} in graph_as_tree() function in boost::graph_as_tree69 graph_as_tree(Graph& g, Node root, ParentMap p) : super(g, root), _p(p) in graph_as_tree() function in boost::graph_as_tree