Searched refs:RoadMap (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/libs/graph_parallel/test/ |
D | named_vertices_test.cpp | 67 bidirectionalS, City> RoadMap; typedef 68 typedef graph_traits<RoadMap>::vertex_descriptor Vertex; 74 RoadMap map; in test_main() 85 BGL_FORALL_VERTICES(city, map, RoadMap) in test_main() 102 property_map<RoadMap, std::string City::*>::type in test_main() 105 BGL_FORALL_EDGES(road, map, RoadMap) in test_main()
|
D | named_vertices_seq.cpp | 58 typedef adjacency_list<vecS, vecS, directedS, City> RoadMap; typedef 59 typedef graph_traits<RoadMap>::vertex_descriptor Vertex; 63 RoadMap map; in test_main() 72 BGL_FORALL_VERTICES(city, map, RoadMap) in test_main() 84 BGL_FORALL_EDGES(road, map, RoadMap) in test_main()
|
D | named_vertices_hash_test.cpp | 103 bidirectionalS, City> RoadMap; typedef 104 typedef graph_traits<RoadMap>::vertex_descriptor Vertex; 111 RoadMap map; // (pg, hasher_type(pg)); in test_main() 122 BGL_FORALL_VERTICES(city, map, RoadMap) in test_main() 139 property_map<RoadMap, std::string City::*>::type in test_main() 142 BGL_FORALL_EDGES(road, map, RoadMap) in test_main()
|
/third_party/boost/libs/graph/test/ |
D | named_vertices_test.cpp | 62 typedef adjacency_list< vecS, vecS, directedS, City > RoadMap; typedef 63 typedef graph_traits< RoadMap >::vertex_descriptor Vertex; 67 RoadMap map; in main() 76 BGL_FORALL_VERTICES(city, map, RoadMap) in main() 88 BGL_FORALL_EDGES(road, map, RoadMap) in main()
|
/third_party/boost/libs/graph_parallel/doc/ |
D | distributed_adjacency_list.rst | 126 RoadMap; 142 RoadMap map; // distributed graph instance 144 typedef property_map<RoadMap, int Highway::*>::type
|