#include <depth_first_search.hpp>
|  | 
|  | parallel_dfs (const DistributedGraph &g, ColorMap color, ParentMap parent, ExploreMap explore, VertexIndexMap index_map, DFSVisitor vis) | 
|  | 
| void | run (vertex_descriptor s) | 
|  | 
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 | 
 
 
template<typename DistributedGraph , typename ColorMap , typename ParentMap , typename ExploreMap , typename VertexIndexMap , typename DFSVisitor > 
 
References boost::color_traits< ColorValue >::black(), BOOST_ASSERT, boost::foreach_detail_::done(), boost::color_traits< ColorValue >::gray(), boost::bimaps::support::left, boost::local_put(), boost::graph::distributed::num_processes(), boost::graph::out_edges(), boost::multiprecision::backends::p, boost::graph::distributed::process_id(), boost::graph::put(), boost::graph::distributed::receive_oob(), boost::icl::right(), boost::graph::distributed::send_oob(), boost::graph::target(), boost::graph::vertices(), boost::visit(), and boost::color_traits< ColorValue >::white().
 
 
The documentation for this class was generated from the following file: