Searched refs:renumber_vertex_indices (Results 1 – 4 of 4) sorted by relevance
118 renumber_vertex_indices(); in directed_graph()255 void renumber_vertex_indices() in renumber_vertex_indices() function in boost::directed_graph259 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_graph737 inline void renumber_vertex_indices(DIRECTED_GRAPH& g) in renumber_vertex_indices() function739 g.renumber_vertex_indices(); in renumber_vertex_indices()
119 renumber_vertex_indices(); in undirected_graph()258 void renumber_vertex_indices() in renumber_vertex_indices() function in boost::undirected_graph262 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_graph762 inline void renumber_vertex_indices(UNDIRECTED_GRAPH& g) in renumber_vertex_indices() function764 g.renumber_vertex_indices(); in renumber_vertex_indices()
459 renumber_vertex_indices(g); in BOOST_CONCEPT_USAGE()
57 renumber_vertex_indices(g); in test()