Public Types |
typedef graph_traits< graph >
::vertex_descriptor | vertex |
typedef graph_traits< graph >
::edge_descriptor | edge |
Public Member Functions |
| bfs_slvisitor (int &ctr) |
void | pre_visit (vertex *v) |
void | tree_edge (edge *e, vertex *src, vertex *v2) |
void | back_edge (edge *e, vertex *src, vertex *v2) |
template<typename graph>
class bfs_slvisitor< graph >
The documentation for this class was generated from the following file: