Home
last modified time | relevance | path

Searched refs:remove_vertex (Results 1 – 23 of 23) sorted by relevance

/third_party/boost/libs/graph/test/
Dtest_destruction.hpp34 remove_vertex(verts[0], g); in destroy_graph()
49 remove_vertex(0, g); in destroy_graph()
Ddelete_edge.cpp52 boost::remove_vertex(v2, m_graph); in main()
Dindex_graph.cpp40 remove_vertex(v[i], g); in test()
Dbiconnected_components_test.cpp47 remove_vertex(victim, g_copy); in check_articulation_points()
Dgraph.cpp508 remove_vertex(c, g); in main()
/third_party/boost/boost/graph/
Dlabeled_graph.hpp452 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()
Dundirected_graph.hpp190 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()
Ddirected_graph.hpp187 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()
Dpage_rank.hpp168 remove_vertex(v, g); in remove_dangling_links()
Dvector_as_graph.hpp300 void remove_vertex( in remove_vertex() function
Dleda_graph.hpp504 void remove_vertex( in remove_vertex() function
673 void remove_vertex( in remove_vertex() function
Dgraph_concepts.hpp298 remove_vertex(v, g); in BOOST_CONCEPT_USAGE()
Dsubgraph.hpp870 void remove_vertex(typename subgraph<G>::vertex_descriptor u, subgraph<G>& g)
Dadjacency_matrix.hpp981 inline void remove_vertex( in remove_vertex() function
/third_party/boost/libs/graph_parallel/test/
Ddistributed_adjacency_list_test.cpp128 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/
Dgraph.cpp149 remove_vertex(c, g); in main()
Dgerdemann.cpp63 remove_vertex(v, g); in merge_vertex()
Dmodify_graph.cpp63 remove_vertex(v, g); in modify_demo()
/third_party/boost/boost/graph/distributed/
Dpage_rank.hpp212 remove_vertex(v, g); in remove_dangling_links()
Dadjacency_list.hpp3419 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/
Dredistribute.hpp277 remove_vertex((*vi++).local, base()); in redistribute()
/third_party/boost/boost/graph/detail/
Dadjacency_list.hpp1956 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/
Ddistributed_adjacency_list.rst861 void remove_vertex(vertex_descriptor u, adjacency_list& g);