|
template<typename DistributedGraph , typename ColorMap , typename ParentMap , typename ExploreMap , typename VertexIndexMap , typename DFSVisitor > |
void | boost::graph::distributed::tsin_depth_first_visit (const DistributedGraph &g, typename graph_traits< DistributedGraph >::vertex_descriptor s, DFSVisitor vis, ColorMap color, ParentMap parent, ExploreMap explore, VertexIndexMap index_map) |
|
template<typename DistributedGraph , typename DFSVisitor , typename VertexIndexMap > |
void | boost::graph::distributed::tsin_depth_first_visit (const DistributedGraph &g, typename graph_traits< DistributedGraph >::vertex_descriptor s, DFSVisitor vis, VertexIndexMap index_map) |
|
template<typename DistributedGraph , typename DFSVisitor , typename VertexIndexMap > |
void | boost::graph::distributed::tsin_depth_first_visit (const DistributedGraph &g, typename graph_traits< DistributedGraph >::vertex_descriptor s, DFSVisitor vis) |
|
template<typename DistributedGraph , typename DFSVisitor > |
void | boost::depth_first_visit (const DistributedGraph &g, typename graph_traits< DistributedGraph >::vertex_descriptor s, DFSVisitor vis) |
|