Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::detail::graph::non_distributed_brandes_betweenness_centrality_dispatch1< WeightMap > Struct Template Reference

#include <betweenness_centrality.hpp>

Static Public Member Functions

template<typename ProcessGroup , typename Graph , typename CentralityMap , typename EdgeCentralityMap , typename VertexIndexMap , typename Buffer >
static void run (const ProcessGroup &pg, const Graph &g, CentralityMap centrality, EdgeCentralityMap edge_centrality_map, VertexIndexMap vertex_index, Buffer sources, WeightMap weight_map)
 

Member Function Documentation

template<typename WeightMap >
template<typename ProcessGroup , typename Graph , typename CentralityMap , typename EdgeCentralityMap , typename VertexIndexMap , typename Buffer >
static void boost::detail::graph::non_distributed_brandes_betweenness_centrality_dispatch1< WeightMap >::run ( const ProcessGroup &  pg,
const Graph &  g,
CentralityMap  centrality,
EdgeCentralityMap  edge_centrality_map,
VertexIndexMap  vertex_index,
Buffer  sources,
WeightMap  weight_map 
)
inlinestatic

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