• Home
  • Raw
  • Download

Lines Matching refs:DistributedGraph

28     template<typename DistributedGraph, typename ColorMap, typename ParentMap,
32 typedef typename graph_traits<DistributedGraph>::vertex_iterator
34 typedef typename graph_traits<DistributedGraph>::vertex_descriptor
36 typedef typename graph_traits<DistributedGraph>::out_edge_iterator
39 typedef typename boost::graph::parallel::process_group_type<DistributedGraph>
57 parallel_dfs(const DistributedGraph& g, ColorMap color, in parallel_dfs()
219 const DistributedGraph& g;
226 typename property_map<DistributedGraph, vertex_owner_t>::const_type owner;
231 template<typename DistributedGraph, typename ColorMap, typename ParentMap,
235 (const DistributedGraph& g, in tsin_depth_first_visit()
236 typename graph_traits<DistributedGraph>::vertex_descriptor s, in tsin_depth_first_visit()
240 typedef typename graph_traits<DistributedGraph>::directed_category in tsin_depth_first_visit()
247 <DistributedGraph, ColorMap, ParentMap, ExploreMap, VertexIndexMap, in tsin_depth_first_visit()
255 template<typename DistributedGraph, typename DFSVisitor,
259 (const DistributedGraph& g, in tsin_depth_first_visit()
260 typename graph_traits<DistributedGraph>::vertex_descriptor s, in tsin_depth_first_visit()
264 typedef typename graph_traits<DistributedGraph>::vertex_descriptor in tsin_depth_first_visit()
279 template<typename DistributedGraph, typename DFSVisitor,
283 (const DistributedGraph& g, in tsin_depth_first_visit()
284 typename graph_traits<DistributedGraph>::vertex_descriptor s, in tsin_depth_first_visit()
295 template<typename DistributedGraph, typename DFSVisitor>
298 (const DistributedGraph& g, in depth_first_visit()
299 typename graph_traits<DistributedGraph>::vertex_descriptor s, in depth_first_visit()