Home
last modified time | relevance | path

Searched refs:edge_attr_map (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/graph/example/
Dkruskal-telephone.cpp33 property_map< GraphvizGraph, edge_attribute_t >::type edge_attr_map in main() local
38 int weight = lexical_cast< int >(edge_attr_map[*ei]["label"]); in main()
58 edge_attr_map[edge(u, v, g_dot).first]["color"] = "black"; in main()
Dprim-telephone.cpp33 property_map< GraphvizGraph, edge_attribute_t >::type edge_attr_map in main() local
38 int weight = lexical_cast< int >(edge_attr_map[*ei]["label"]); in main()
63 edge_attr_map[edge(parent[u], u, g_dot).first]["color"] = "black"; in main()