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_delta_stepping_impl< Graph, DistanceMap, IncomingMap, EdgeWeightMap, PathCountMap > Class Template Reference

#include <betweenness_centrality.hpp>

Public Member Functions

 betweenness_centrality_delta_stepping_impl (const Graph &g, DistanceMap distance, IncomingMap incoming, EdgeWeightMap weight, PathCountMap path_count, Dist delta)
 
void run (Vertex s)
 

Constructor & Destructor Documentation

template<typename Graph , typename DistanceMap , typename IncomingMap , typename EdgeWeightMap , typename PathCountMap >
boost::graph::parallel::detail::betweenness_centrality_delta_stepping_impl< Graph, DistanceMap, IncomingMap, EdgeWeightMap, PathCountMap >::betweenness_centrality_delta_stepping_impl ( const Graph &  g,
DistanceMap  distance,
IncomingMap  incoming,
EdgeWeightMap  weight,
PathCountMap  path_count,
Dist  delta 
)

Member Function Documentation


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