Searched refs:mygraph_t (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/libs/graph/test/ |
D | astar_search_test.cpp | 133 mygraph_t; in main() typedef 134 typedef property_map< mygraph_t, edge_weight_t >::type WeightMap; in main() 135 typedef mygraph_t::vertex_descriptor vertex; in main() 136 typedef mygraph_t::edge_descriptor edge_descriptor; in main() 187 mygraph_t g(N); in main() 206 vector< mygraph_t::vertex_descriptor > p(num_vertices(g)); in main() 209 boost::property_map< mygraph_t, boost::vertex_index_t >::const_type idx in main() 216 distance_heuristic< mygraph_t, cost, location* >(locations, goal), in main()
|
/third_party/boost/libs/graph/example/ |
D | astar-cities.cpp | 125 mygraph_t; in main() typedef 126 typedef property_map< mygraph_t, edge_weight_t >::type WeightMap; in main() 127 typedef mygraph_t::vertex_descriptor vertex; in main() 128 typedef mygraph_t::edge_descriptor edge_descriptor; in main() 176 mygraph_t g(N); in main() 202 vector< mygraph_t::vertex_descriptor > p(num_vertices(g)); in main() 208 distance_heuristic< mygraph_t, cost, location* >(locations, goal), in main()
|