#include <mcgregor_common_subgraphs.hpp>
Public Types | |
typedef graph_traits < GraphFirst > ::vertex_descriptor | vertex_first_type |
typedef graph_traits < GraphSecond > ::vertex_descriptor | vertex_second_type |
typedef shared_array_property_map < vertex_second_type, VertexIndexMapFirst > | correspondence_map_first_to_second_type |
typedef shared_array_property_map < vertex_first_type, VertexIndexMapSecond > | correspondence_map_second_to_first_type |
typedef shared_array_property_map<vertex_second_type, VertexIndexMapFirst> boost::detail::mcgregor_common_subgraph_traits< GraphFirst, GraphSecond, VertexIndexMapFirst, VertexIndexMapSecond >::correspondence_map_first_to_second_type |
typedef shared_array_property_map<vertex_first_type, VertexIndexMapSecond> boost::detail::mcgregor_common_subgraph_traits< GraphFirst, GraphSecond, VertexIndexMapFirst, VertexIndexMapSecond >::correspondence_map_second_to_first_type |
typedef graph_traits<GraphFirst>::vertex_descriptor boost::detail::mcgregor_common_subgraph_traits< GraphFirst, GraphSecond, VertexIndexMapFirst, VertexIndexMapSecond >::vertex_first_type |
typedef graph_traits<GraphSecond>::vertex_descriptor boost::detail::mcgregor_common_subgraph_traits< GraphFirst, GraphSecond, VertexIndexMapFirst, VertexIndexMapSecond >::vertex_second_type |