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

#include <dijkstra_shortest_paths.hpp>

Static Public Member Functions

template<typename DistributedGraph , typename DijkstraVisitor , typename PredecessorMap , typename DistanceMap , typename Lookahead , typename WeightMap , typename IndexMap , typename Compare , typename Combine , typename DistInf , typename DistZero >
static void run (const DistributedGraph &g, typename graph_traits< DistributedGraph >::vertex_descriptor s, PredecessorMap predecessor, DistanceMap distance, Lookahead lookahead, WeightMap weight, IndexMap index_map, ColorMap color_map, Compare compare, Combine combine, DistInf inf, DistZero zero, DijkstraVisitor vis)
 

Member Function Documentation

template<typename ColorMap >
template<typename DistributedGraph , typename DijkstraVisitor , typename PredecessorMap , typename DistanceMap , typename Lookahead , typename WeightMap , typename IndexMap , typename Compare , typename Combine , typename DistInf , typename DistZero >
static void boost::graph::detail::parallel_dijkstra_impl< ColorMap >::run ( const DistributedGraph &  g,
typename graph_traits< DistributedGraph >::vertex_descriptor  s,
PredecessorMap  predecessor,
DistanceMap  distance,
Lookahead  lookahead,
WeightMap  weight,
IndexMap  index_map,
ColorMap  color_map,
Compare  compare,
Combine  combine,
DistInf  inf,
DistZero  zero,
DijkstraVisitor  vis 
)
inlinestatic

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