Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::graph::distributed::delta_stepping_impl< Graph, PredecessorMap, DistanceMap, EdgeWeightMap > Class Template Reference

#include <delta_stepping_shortest_paths.hpp>

Public Member Functions

 delta_stepping_impl (const Graph &g, PredecessorMap predecessor, DistanceMap distance, EdgeWeightMap weight, Dist delta)
 
 delta_stepping_impl (const Graph &g, PredecessorMap predecessor, DistanceMap distance, EdgeWeightMap weight)
 
void run (Vertex s)
 

Constructor & Destructor Documentation

template<typename Graph , typename PredecessorMap , typename DistanceMap , typename EdgeWeightMap >
boost::graph::distributed::delta_stepping_impl< Graph, PredecessorMap, DistanceMap, EdgeWeightMap >::delta_stepping_impl ( const Graph &  g,
PredecessorMap  predecessor,
DistanceMap  distance,
EdgeWeightMap  weight,
Dist  delta 
)
template<typename Graph , typename PredecessorMap , typename DistanceMap , typename EdgeWeightMap >
boost::graph::distributed::delta_stepping_impl< Graph, PredecessorMap, DistanceMap, EdgeWeightMap >::delta_stepping_impl ( const Graph &  g,
PredecessorMap  predecessor,
DistanceMap  distance,
EdgeWeightMap  weight 
)

Member Function Documentation


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