Searched refs:topo_visitor (Results 1 – 3 of 3) sorted by relevance
86 struct topo_visitor : public dfs_visitor_default struct88 topo_visitor(vertex_t*& order) : topo_order(order) {} in topo_visitor() function95 topo_visitor vis(topo_order); in topo_sort() argument
91 struct topo_visitor : public default_dfs_visitor struct93 topo_visitor(OutputIterator& order) : topo_order(order) {} in topo_visitor() argument106 topo_visitor< OutputIterator > vis(topo_order); in topo_sort() argument
41 topo_visitor(std::back_inserter(rev_topo_order)); in dag_shortest_paths() local42 depth_first_visit(g, s, topo_visitor, color); in dag_shortest_paths()