Biorithm  1.1
Public Types | Public Member Functions
MyDefaultDFSVisitor Class Reference
Inheritance diagram for MyDefaultDFSVisitor:
MyComponentsDFSVisitor MyGainReduce2DFSVisitor

List of all members.

Public Types

typedef MyNode Node
typedef MyEdge Edge

Public Member Functions

virtual void initialise ()
virtual void startVisit (const Node &v)
virtual void finishVisit (const Node &v)
virtual void traverseDiscovery (const Edge &e, const Node &from)
virtual void traverseBack (const Edge &e, const Node &from)
virtual bool isDone (const Edge &e, const Node &from, const Node &to) const
void markVisited (Node &v)
void markVisited (Edge &e)
void markUnvisited (Node &v)
void markUnvisited (Edge &e)
bool isVisited (Node &v)
bool isVisited (Edge &e)

The documentation for this class was generated from the following file:
 All Classes Functions Variables Typedefs Friends