Visitor for algorith boost::depth_first_search.
Public Member Functions | |
| dfs_visitor (map< vertex_descriptor, bool > *_reached) | |
| void | discover_vertex (vertex_descriptor u, const Graph &G) const |
| This event is called when a new vertex is discovered. | |
Public Attributes | |
| map< vertex_descriptor, bool > * | reached |
| Stores the reached map. | |
Definition at line 105 of file SteinerArborescence.cc.
1.6.3