Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::graph::parallel::detail::betweenness_centrality_msg_value< DistanceMap, IncomingMap > Class Template Reference

#include <betweenness_centrality.hpp>

Public Types

typedef std::pair
< distance_type,
incoming_value_type > 
type
 

Static Public Member Functions

static type create (distance_type dist, incoming_value_type source)
 

Member Typedef Documentation

template<typename DistanceMap , typename IncomingMap >
typedef std::pair<distance_type, incoming_value_type> boost::graph::parallel::detail::betweenness_centrality_msg_value< DistanceMap, IncomingMap >::type

Member Function Documentation

template<typename DistanceMap , typename IncomingMap >
static type boost::graph::parallel::detail::betweenness_centrality_msg_value< DistanceMap, IncomingMap >::create ( distance_type  dist,
incoming_value_type  source 
)
inlinestatic

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