Searched refs:incident_to (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/libs/graph/example/ |
D | remove_edge_if_dir.cpp | 61 remove_out_edge_if(vertex(0, g), incident_to(vertex(3, g), g), g); in main() 65 remove_edge_if(incident_to(vertex(2, g), g), g); in main()
|
D | remove_edge_if_bidir.cpp | 92 remove_out_edge_if(vertex(0, g), incident_to(vertex(3, g), g), g); in main()
|
/third_party/boost/boost/graph/ |
D | graph_utility.hpp | 97 inline incident_to_predicate< Vertex, Graph > incident_to( in incident_to() function 246 out_found = std::find_if(oi, oiend, incident_to(b, g)); in is_adj_dispatch() 270 out_found = std::find_if(oi, oiend, incident_to(b, g)); in is_adj_dispatch()
|