Home
last modified time | relevance | path

Searched defs:GraphTraits (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/graph/
Dsmallest_last_ordering.hpp40 typedef typename boost::graph_traits< VertexListGraph > GraphTraits; in smallest_last_vertex_ordering() typedef
63 typedef typename boost::graph_traits< VertexListGraph > GraphTraits; in smallest_last_vertex_ordering() typedef
Dsequential_vertex_coloring.hpp46 typedef graph_traits< VertexListGraph > GraphTraits; in sequential_vertex_coloring() typedef
Dtwo_graphs_common_spanning_trees.hpp137 typedef graph_traits< Graph > GraphTraits; in rec_two_graphs_common_spanning_trees() typedef
583 typedef graph_traits< Graph > GraphTraits; in two_graphs_common_spanning_trees() typedef
831 typedef graph_traits< Graph > GraphTraits; in two_graphs_common_spanning_trees() typedef
/third_party/boost/libs/graph/example/
Dmodify_graph.cpp43 typedef graph_traits< MutableGraph > GraphTraits; in modify_demo() typedef