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::brandes_betweenness_centrality_dispatch1< boost::param_not_found > Struct Template Reference

#include <betweenness_centrality.hpp>

Static Public Member Functions

template<typename Graph , typename CentralityMap , typename EdgeCentralityMap , typename VertexIndexMap , typename Buffer >
static void run (const Graph &g, CentralityMap centrality, EdgeCentralityMap edge_centrality_map, VertexIndexMap vertex_index, Buffer sources, typename graph_traits< Graph >::edges_size_type delta, boost::param_not_found)
 

Member Function Documentation

template<typename Graph , typename CentralityMap , typename EdgeCentralityMap , typename VertexIndexMap , typename Buffer >
static void boost::graph::parallel::detail::brandes_betweenness_centrality_dispatch1< boost::param_not_found >::run ( const Graph &  g,
CentralityMap  centrality,
EdgeCentralityMap  edge_centrality_map,
VertexIndexMap  vertex_index,
Buffer  sources,
typename graph_traits< Graph >::edges_size_type  delta,
boost::param_not_found   
)
inlinestatic

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