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

#include <betweenness_centrality.hpp>

Static Public Member Functions

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

Member Function Documentation

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

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