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::detail::parallel_dfs< DistributedGraph, ColorMap, ParentMap, ExploreMap, VertexIndexMap, DFSVisitor > Class Template Reference

#include <depth_first_search.hpp>

Public Member Functions

 parallel_dfs (const DistributedGraph &g, ColorMap color, ParentMap parent, ExploreMap explore, VertexIndexMap index_map, DFSVisitor vis)
 
void run (vertex_descriptor s)
 

Constructor & Destructor Documentation

template<typename DistributedGraph , typename ColorMap , typename ParentMap , typename ExploreMap , typename VertexIndexMap , typename DFSVisitor >
boost::graph::distributed::detail::parallel_dfs< DistributedGraph, ColorMap, ParentMap, ExploreMap, VertexIndexMap, DFSVisitor >::parallel_dfs ( const DistributedGraph &  g,
ColorMap  color,
ParentMap  parent,
ExploreMap  explore,
VertexIndexMap  index_map,
DFSVisitor  vis 
)
inline

Member Function Documentation


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