Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::detail::mcgregor_common_subgraph_traits< GraphFirst, GraphSecond, VertexIndexMapFirst, VertexIndexMapSecond > Struct Template Reference

#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
 

Member Typedef Documentation

template<typename GraphFirst , typename GraphSecond , typename VertexIndexMapFirst , typename VertexIndexMapSecond >
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
template<typename GraphFirst , typename GraphSecond , typename VertexIndexMapFirst , typename VertexIndexMapSecond >
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
template<typename GraphFirst , typename GraphSecond , typename VertexIndexMapFirst , typename VertexIndexMapSecond >
typedef graph_traits<GraphFirst>::vertex_descriptor boost::detail::mcgregor_common_subgraph_traits< GraphFirst, GraphSecond, VertexIndexMapFirst, VertexIndexMapSecond >::vertex_first_type
template<typename GraphFirst , typename GraphSecond , typename VertexIndexMapFirst , typename VertexIndexMapSecond >
typedef graph_traits<GraphSecond>::vertex_descriptor boost::detail::mcgregor_common_subgraph_traits< GraphFirst, GraphSecond, VertexIndexMapFirst, VertexIndexMapSecond >::vertex_second_type

The documentation for this struct was generated from the following file: