Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::graph::distribution_global_index_map< Distribution, OwnerPropertyMap, LocalPropertyMap > Class Template Reference

#include <vertex_list_adaptor.hpp>

Collaboration diagram for boost::graph::distribution_global_index_map< Distribution, OwnerPropertyMap, LocalPropertyMap >:

Public Types

typedef std::size_t value_type
 
typedef value_type reference
 
typedef property_traits
< OwnerPropertyMap >::key_type 
key_type
 
typedef readable_property_map_tag category
 

Public Member Functions

 distribution_global_index_map (const Distribution &distribution, const OwnerPropertyMap &owner, const LocalPropertyMap &local)
 

Public Attributes

Distribution distribution_
 
OwnerPropertyMap owner
 
LocalPropertyMap local
 

Member Typedef Documentation

template<typename Distribution, typename OwnerPropertyMap, typename LocalPropertyMap>
typedef readable_property_map_tag boost::graph::distribution_global_index_map< Distribution, OwnerPropertyMap, LocalPropertyMap >::category
template<typename Distribution, typename OwnerPropertyMap, typename LocalPropertyMap>
typedef property_traits<OwnerPropertyMap>::key_type boost::graph::distribution_global_index_map< Distribution, OwnerPropertyMap, LocalPropertyMap >::key_type
template<typename Distribution, typename OwnerPropertyMap, typename LocalPropertyMap>
typedef value_type boost::graph::distribution_global_index_map< Distribution, OwnerPropertyMap, LocalPropertyMap >::reference
template<typename Distribution, typename OwnerPropertyMap, typename LocalPropertyMap>
typedef std::size_t boost::graph::distribution_global_index_map< Distribution, OwnerPropertyMap, LocalPropertyMap >::value_type

Constructor & Destructor Documentation

template<typename Distribution, typename OwnerPropertyMap, typename LocalPropertyMap>
boost::graph::distribution_global_index_map< Distribution, OwnerPropertyMap, LocalPropertyMap >::distribution_global_index_map ( const Distribution &  distribution,
const OwnerPropertyMap &  owner,
const LocalPropertyMap &  local 
)
inline

Member Data Documentation

template<typename Distribution, typename OwnerPropertyMap, typename LocalPropertyMap>
Distribution boost::graph::distribution_global_index_map< Distribution, OwnerPropertyMap, LocalPropertyMap >::distribution_
template<typename Distribution, typename OwnerPropertyMap, typename LocalPropertyMap>
LocalPropertyMap boost::graph::distribution_global_index_map< Distribution, OwnerPropertyMap, LocalPropertyMap >::local
template<typename Distribution, typename OwnerPropertyMap, typename LocalPropertyMap>
OwnerPropertyMap boost::graph::distribution_global_index_map< Distribution, OwnerPropertyMap, LocalPropertyMap >::owner

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