#include <isomorphism.hpp>
Public Types | |
typedef boost::graph_traits< G > ::degree_size_type | degree_size_type |
typedef shared_array_property_map < degree_size_type, Index > | prop_map_type |
typedef degree_vertex_invariant < prop_map_type, G > | result_type |
Public Member Functions | |
make_degree_invariant (const G &g, const Index &index) | |
result_type | operator() () const |
Public Attributes | |
const G & | g |
const Index & | index |
typedef boost::graph_traits<G>::degree_size_type boost::detail::make_degree_invariant< G, Index >::degree_size_type |
typedef shared_array_property_map<degree_size_type, Index> boost::detail::make_degree_invariant< G, Index >::prop_map_type |
typedef degree_vertex_invariant<prop_map_type, G> boost::detail::make_degree_invariant< G, Index >::result_type |
|
inline |
|
inline |
const G& boost::detail::make_degree_invariant< G, Index >::g |
const Index& boost::detail::make_degree_invariant< G, Index >::index |