Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
dijkstra_shortest_paths.hpp File Reference
Include dependency graph for dijkstra_shortest_paths.hpp:

Classes

struct  boost::graph::detail::parallel_dijkstra_impl2< Lookahead >
 
struct  boost::graph::detail::parallel_dijkstra_impl2< ::boost::param_not_found >
 
struct  boost::graph::detail::parallel_dijkstra_impl< ColorMap >
 
struct  boost::graph::detail::parallel_dijkstra_impl< ::boost::param_not_found >
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::graph
 
 boost::graph::detail
 

Functions

template<typename DistributedGraph , typename DijkstraVisitor , typename PredecessorMap , typename DistanceMap , typename WeightMap , typename IndexMap , typename Compare , typename Combine , typename DistInf , typename DistZero , typename T , typename Tag , typename Base >
void boost::dijkstra_shortest_paths (const DistributedGraph &g, typename graph_traits< DistributedGraph >::vertex_descriptor s, PredecessorMap predecessor, DistanceMap distance, WeightMap weight, IndexMap index_map, Compare compare, Combine combine, DistInf inf, DistZero zero, DijkstraVisitor vis, const bgl_named_params< T, Tag, Base > &params BOOST_GRAPH_ENABLE_IF_MODELS_PARM(DistributedGraph, distributed_graph_tag))
 Dijkstra's single-source shortest paths algorithm for distributed graphs. More...