Home
last modified time | relevance | path

Searched refs:IsoMap (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/graph/test/
Dgraph_test.hpp40 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/
Dstrong_components.hpp721 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/
Disomorphism.hpp673 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/
Disomorphism-impl-v2.w1021 template<typename Graph1, typename Graph2, typename IsoMap>
1022 inline bool verify_isomorphism(const Graph1& g1, const Graph2& g2, IsoMap iso_map)
Disomorphism-impl-v3.w938 template<typename Graph1, typename Graph2, typename IsoMap>
939 inline bool verify_isomorphism(const Graph1& g1, const Graph2& g2, IsoMap iso_map)
Disomorphism-impl.w1161 template<typename Graph1, typename Graph2, typename IsoMap>
1163 IsoMap iso_map)