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

#include <betweenness_centrality.hpp>

Public Types

typedef property_traits
< WeightMap >::value_type 
weight_type
 

Public Member Functions

 brandes_shortest_paths ()
 
 brandes_shortest_paths (weight_type delta)
 
 brandes_shortest_paths (WeightMap w)
 
 brandes_shortest_paths (WeightMap w, weight_type delta)
 
template<typename Graph , typename IncomingMap , typename DistanceMap , typename PathCountMap >
void operator() (Graph &g, typename graph_traits< Graph >::vertex_descriptor s, IncomingMap incoming, DistanceMap distance, PathCountMap path_count)
 

Member Typedef Documentation

template<typename WeightMap>
typedef property_traits<WeightMap>::value_type boost::graph::parallel::detail::brandes_shortest_paths< WeightMap >::weight_type

Constructor & Destructor Documentation

template<typename WeightMap>
boost::graph::parallel::detail::brandes_shortest_paths< WeightMap >::brandes_shortest_paths ( )
inline
template<typename WeightMap>
boost::graph::parallel::detail::brandes_shortest_paths< WeightMap >::brandes_shortest_paths ( weight_type  delta)
inline
template<typename WeightMap>
boost::graph::parallel::detail::brandes_shortest_paths< WeightMap >::brandes_shortest_paths ( WeightMap  w)
inline
template<typename WeightMap>
boost::graph::parallel::detail::brandes_shortest_paths< WeightMap >::brandes_shortest_paths ( WeightMap  w,
weight_type  delta 
)
inline

Member Function Documentation

template<typename WeightMap>
template<typename Graph , typename IncomingMap , typename DistanceMap , typename PathCountMap >
void boost::graph::parallel::detail::brandes_shortest_paths< WeightMap >::operator() ( Graph &  g,
typename graph_traits< Graph >::vertex_descriptor  s,
IncomingMap  incoming,
DistanceMap  distance,
PathCountMap  path_count 
)
inline

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