Home
last modified time | relevance | path

Searched refs:RoadMap (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/graph_parallel/test/
Dnamed_vertices_test.cpp67 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()
Dnamed_vertices_seq.cpp58 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()
Dnamed_vertices_hash_test.cpp103 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/
Dnamed_vertices_test.cpp62 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/
Ddistributed_adjacency_list.rst126 RoadMap;
142 RoadMap map; // distributed graph instance
144 typedef property_map<RoadMap, int Highway::*>::type