Home
last modified time | relevance | path

Searched refs:renumber_vertex_indices (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/graph/
Ddirected_graph.hpp118 renumber_vertex_indices(); in directed_graph()
255 void renumber_vertex_indices() in renumber_vertex_indices() function in boost::directed_graph
259 m_max_vertex_index = renumber_vertex_indices(i, end, 0); in renumber_vertex_indices()
269 m_max_vertex_index = renumber_vertex_indices(j, end, n); in remove_vertex_and_renumber_indices()
293 renumber_vertex_indices(); in renumber_indices()
341 vertices_size_type renumber_vertex_indices( in renumber_vertex_indices() function in boost::directed_graph
737 inline void renumber_vertex_indices(DIRECTED_GRAPH& g) in renumber_vertex_indices() function
739 g.renumber_vertex_indices(); in renumber_vertex_indices()
Dundirected_graph.hpp119 renumber_vertex_indices(); in undirected_graph()
258 void renumber_vertex_indices() in renumber_vertex_indices() function in boost::undirected_graph
262 m_max_vertex_index = renumber_vertex_indices(i, i_end, 0); in renumber_vertex_indices()
272 m_max_vertex_index = renumber_vertex_indices(j, end, n); in remove_vertex_and_renumber_indices()
296 renumber_vertex_indices(); in renumber_indices()
344 vertices_size_type renumber_vertex_indices( in renumber_vertex_indices() function in boost::undirected_graph
762 inline void renumber_vertex_indices(UNDIRECTED_GRAPH& g) in renumber_vertex_indices() function
764 g.renumber_vertex_indices(); in renumber_vertex_indices()
Dgraph_concepts.hpp459 renumber_vertex_indices(g); in BOOST_CONCEPT_USAGE()
/third_party/boost/libs/graph/test/
Dindex_graph.cpp57 renumber_vertex_indices(g); in test()