Searched refs:IsoMap (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/libs/graph/test/ |
D | graph_test.hpp | 40 IsoMap; typedef 231 IsoMap iso_map(iso_vec.begin(), get(vertex_index, g)); in test_add_vertex() 252 IsoMap iso_map(iso_vec.begin(), get(vertex_index, g)); in test_add_edge() 296 IsoMap iso_map(iso_vec.begin(), get(vertex_index, g)); in test_remove_edge() 312 IsoMap iso_map(iso_vec.begin(), get(vertex_index, g)); in test_remove_edge() 330 IsoMap iso_map(iso_vec.begin(), get(vertex_index, g)); in test_clear_vertex()
|
/third_party/boost/boost/graph/distributed/ |
D | strong_components.hpp | 721 template<typename Graph, typename ReverseGraph, typename IsoMap> 723 build_reverse_graph( const Graph& g, ReverseGraph& gr, IsoMap& fr, IsoMap& rf ) in build_reverse_graph() 862 VertexIndexMap> IsoMap; in fleischer_hendrickson_pinar_strong_components_impl() typedef 876 IsoMap fr(fr_s.begin(), vertex_index_map); // fr = forward->reverse in fleischer_hendrickson_pinar_strong_components_impl() 877 IsoMap rf(rf_s.begin(), vertex_index_map); // rf = reverse->forward in fleischer_hendrickson_pinar_strong_components_impl()
|
/third_party/boost/boost/graph/ |
D | isomorphism.hpp | 673 template < typename Graph1, typename Graph2, typename IsoMap > 675 const Graph1& g1, const Graph2& g2, IsoMap iso_map) in verify_isomorphism()
|
/third_party/boost/libs/graph/doc/ |
D | isomorphism-impl-v2.w | 1021 template<typename Graph1, typename Graph2, typename IsoMap> 1022 inline bool verify_isomorphism(const Graph1& g1, const Graph2& g2, IsoMap iso_map)
|
D | isomorphism-impl-v3.w | 938 template<typename Graph1, typename Graph2, typename IsoMap> 939 inline bool verify_isomorphism(const Graph1& g1, const Graph2& g2, IsoMap iso_map)
|
D | isomorphism-impl.w | 1161 template<typename Graph1, typename Graph2, typename IsoMap> 1163 IsoMap iso_map)
|