Searched refs:adj_iter (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/boost/graph/ |
D | minimum_degree_ordering.hpp | 306 typedef typename Traits::adjacency_iterator adj_iter; typedef in boost::detail::mmd_impl 483 adj_iter i, i_end; in eliminate() 497 adj_iter v, ve; in eliminate() 538 adj_iter i, ie; in update() 571 adj_iter nu = adjacent_vertices(u_node, G).first; in update() 580 adj_iter i, ie; in update() 638 adj_iter i, ie; in update() 649 adj_iter j, je; in update()
|
/third_party/boost/libs/graph/test/ |
D | graph_test.hpp | 140 typedef typename graph_traits< Graph >::adjacency_iterator adj_iter; in test_adjacency_graph() typedef 150 std::pair< adj_iter, adj_iter > p = adjacent_vertices(u, g); in test_adjacency_graph()
|
/third_party/boost/boost/graph/distributed/ |
D | compressed_sparse_row_graph.hpp | 1406 typedef typename std::vector<Vertex>::const_iterator adj_iter; in edge_range() typedef 1409 std::pair<adj_iter, adj_iter> raw_adjacencies = adjacent_vertices(i, g); in edge_range() 1410 std::pair<adj_iter, adj_iter> adjacencies = in edge_range()
|