Default traits class of DfsVisit class.
_Digraph | The type of the digraph the algorithm runs on. |
#include <lemon/dfs.h>
Public Types | |
typedef GR | Digraph |
The type of the digraph the algorithm runs on. | |
typedef Digraph::template NodeMap< bool > | ReachedMap |
The type of the map that indicates which nodes are reached. | |
Static Public Member Functions | |
static ReachedMap * | createReachedMap (const Digraph &digraph) |
Instantiates a ReachedMap. | |
typedef Digraph::template NodeMap<bool> ReachedMap |
The type of the map that indicates which nodes are reached. It must conform to the ReadWriteMap concept.
|
inlinestatic |
This function instantiates a ReachedMap.
digraph | is the digraph, to which we would like to define the ReachedMap. |