_Graph | Graph type. |
#include <lemon/bfs.h>
Public Types | |
typedef _Graph | Graph |
The graph type the algorithm runs on. | |
typedef Graph::template NodeMap< bool > | ReachedMap |
The type of the map that indicates which nodes are reached. | |
Static Public Member Functions | |
static ReachedMap * | createReachedMap (const Graph &graph) |
Instantiates a ReachedMap. |
typedef Graph::template NodeMap<bool> ReachedMap |
static ReachedMap* createReachedMap | ( | const Graph & | graph | ) | [inline, static] |
This function instantiates a ReachedMap.
graph | is the graph, to which we would like to define the ReachedMap. |