/third_party/boost/libs/graph/test/ |
D | test_destruction.hpp | 34 remove_vertex(verts[0], g); in destroy_graph() 49 remove_vertex(0, g); in destroy_graph()
|
D | delete_edge.cpp | 52 boost::remove_vertex(v2, m_graph); in main()
|
D | index_graph.cpp | 40 remove_vertex(v[i], g); in test()
|
D | biconnected_components_test.cpp | 47 remove_vertex(victim, g_copy); in check_articulation_points()
|
D | graph.cpp | 508 remove_vertex(c, g); in main()
|
/third_party/boost/boost/graph/ |
D | labeled_graph.hpp | 452 void remove_vertex(Label const& l) in remove_vertex() function in boost::labeled_graph 454 return boost::remove_vertex(vertex(l), _graph); in remove_vertex() 593 void remove_vertex(Label const& l) in remove_vertex() function in boost::labeled_graph 595 return boost::remove_vertex(vertex(l), *_graph); in remove_vertex() 945 inline void remove_vertex( in remove_vertex() function 948 g.remove_vertex(l); in remove_vertex()
|
D | undirected_graph.hpp | 190 void remove_vertex(vertex_descriptor v) in remove_vertex() function in boost::undirected_graph 192 boost::remove_vertex(v, m_graph); in remove_vertex() 271 remove_vertex(*i); in remove_vertex_and_renumber_indices() 525 inline void remove_vertex( in remove_vertex() function 528 return g.remove_vertex(v); in remove_vertex()
|
D | directed_graph.hpp | 187 void remove_vertex(vertex_descriptor v) in remove_vertex() function in boost::directed_graph 189 boost::remove_vertex(v, m_graph); in remove_vertex() 268 remove_vertex(*i); in remove_vertex_and_renumber_indices() 509 inline void remove_vertex( in remove_vertex() function 512 return g.remove_vertex(v); in remove_vertex()
|
D | page_rank.hpp | 168 remove_vertex(v, g); in remove_dangling_links()
|
D | vector_as_graph.hpp | 300 void remove_vertex( in remove_vertex() function
|
D | leda_graph.hpp | 504 void remove_vertex( in remove_vertex() function 673 void remove_vertex( in remove_vertex() function
|
D | graph_concepts.hpp | 298 remove_vertex(v, g); in BOOST_CONCEPT_USAGE()
|
D | subgraph.hpp | 870 void remove_vertex(typename subgraph<G>::vertex_descriptor u, subgraph<G>& g)
|
D | adjacency_matrix.hpp | 981 inline void remove_vertex( in remove_vertex() function
|
/third_party/boost/libs/graph_parallel/test/ |
D | distributed_adjacency_list_test.cpp | 128 remove_vertex(*vertices(g1).first, g1); in test_main() 176 remove_vertex(*vertices(g2).first, g2); in test_main() 277 remove_vertex(*vertices(g3).first, g3); in test_main()
|
/third_party/boost/libs/graph/example/ |
D | graph.cpp | 149 remove_vertex(c, g); in main()
|
D | gerdemann.cpp | 63 remove_vertex(v, g); in merge_vertex()
|
D | modify_graph.cpp | 63 remove_vertex(v, g); in modify_demo()
|
/third_party/boost/boost/graph/distributed/ |
D | page_rank.hpp | 212 remove_vertex(v, g); in remove_dangling_links()
|
D | adjacency_list.hpp | 3419 remove_vertex(typename PBGL_DISTRIB_ADJLIST_TYPE::vertex_descriptor u, in remove_vertex() function 3428 remove_vertex(u.local, g.base()); in remove_vertex()
|
/third_party/boost/boost/graph/distributed/adjlist/ |
D | redistribute.hpp | 277 remove_vertex((*vi++).local, base()); in redistribute()
|
/third_party/boost/boost/graph/detail/ |
D | adjacency_list.hpp | 1956 inline void remove_vertex(typename Config::vertex_descriptor u, in remove_vertex() function 2270 inline void remove_vertex(typename Config::vertex_descriptor v, in remove_vertex() function
|
/third_party/boost/libs/graph_parallel/doc/ |
D | distributed_adjacency_list.rst | 861 void remove_vertex(vertex_descriptor u, adjacency_list& g);
|