Home
last modified time | relevance | path

Searched refs:clear_vertex (Results 1 – 22 of 22) sorted by relevance

/third_party/boost/libs/graph/example/
Dfiltered-copy-example.cpp63 clear_vertex(b, G); in main()
64 clear_vertex(d, G); in main()
Dgraph.cpp143 clear_vertex(c, g); in main()
Dgerdemann.cpp62 clear_vertex(v, g); in merge_vertex()
Dmodify_graph.cpp186 clear_vertex(u, g); in modify_demo()
/third_party/boost/boost/graph/
Ddirected_graph.hpp181 void clear_vertex(vertex_descriptor v) in clear_vertex() function in boost::directed_graph
184 boost::clear_vertex(v, m_graph); in clear_vertex()
502 inline void clear_vertex( in clear_vertex() function
505 return g.clear_vertex(v); in clear_vertex()
Dundirected_graph.hpp182 void clear_vertex(vertex_descriptor v) in clear_vertex() function in boost::undirected_graph
187 boost::clear_vertex(v, m_graph); in clear_vertex()
518 inline void clear_vertex( in clear_vertex() function
521 return g.clear_vertex(v); in clear_vertex()
Dvector_as_graph.hpp291 void clear_vertex( in clear_vertex() function
304 clear_vertex(u, g); in remove_vertex()
Dpage_rank.hpp167 clear_vertex(v, g); in remove_dangling_links()
Dlabeled_graph.hpp868 inline void clear_vertex( in clear_vertex() function
871 return clear_vertex(v, g.graph()); in clear_vertex()
910 clear_vertex(g.vertex(l), g.graph()); in clear_vertex_by_label()
Dleda_graph.hpp488 void clear_vertex( in clear_vertex() function
661 void clear_vertex( in clear_vertex() function
Dgraph_concepts.hpp284 clear_vertex(v, g); in BOOST_CONCEPT_USAGE()
Dadjacency_matrix.hpp991 void clear_vertex( in clear_vertex() function
1005 void clear_vertex( in clear_vertex() function
Dsubgraph.hpp812 void clear_vertex(typename subgraph< G >::vertex_descriptor v, subgraph< G >& g) in clear_vertex() function
/third_party/boost/libs/graph/test/
Dtest_destruction.hpp84 clear_vertex(verts[0], g); in disconnect_graph()
Dbiconnected_components_test.cpp46 clear_vertex(victim, g_copy); in check_articulation_points()
Dgraph.cpp479 clear_vertex(c, g); in main()
Dgraph_test.hpp333 clear_vertex(v, g); in test_clear_vertex()
/third_party/boost/libs/graph_parallel/test/
Ddistributed_adjacency_list_test.cpp127 clear_vertex(*vertices(g1).first, g1); in test_main()
276 clear_vertex(*vertices(g3).first, g3); in test_main()
/third_party/boost/boost/graph/distributed/
Dpage_rank.hpp211 clear_vertex(v, g); in remove_dangling_links()
Dadjacency_list.hpp3329 clear_vertex in clear_vertex() function
3340 clear_vertex in clear_vertex() function
/third_party/boost/libs/graph_parallel/doc/
Ddistributed_adjacency_list.rst814 void clear_vertex(vertex_descriptor u, adjacency_list& g);
840 ``clear_vertex()`` instead).
865 removed. One way to make sure of this is to invoke ``clear_vertex()``
/third_party/boost/boost/graph/detail/
Dadjacency_list.hpp678 inline void clear_vertex( in clear_vertex() function
1039 inline void clear_vertex( in clear_vertex() function
1409 inline void clear_vertex(typename Config::vertex_descriptor u, in clear_vertex() function