List of all members.
Public Types |
typedef MyNode | Node |
typedef MyEdge | Edge |
Public Member Functions |
virtual void | startVisit (const Node &v) |
virtual void | finishVisit (const Node &v) |
virtual void | traverseDiscovery (const Edge &e, const Node &from) |
virtual void | traverseCross (const Edge &e, const Node &from) |
virtual bool | isDone (const Edge &e, const Node &from, const Node &to) const |
void | markTouched (Node &v) |
void | markUntouched (Node &v) |
void | markVisited (Node &v) |
void | markVisited (Edge &e) |
void | markUnvisited (Node &v) |
void | markUnvisited (Edge &e) |
bool | isTouched (Node &v) |
bool | isVisited (Node &v) |
bool | isVisited (Edge &e) |
The documentation for this class was generated from the following file:
- /home/poirel/src/c++/biorithm/libgraph/bfs.h