Biorithm  1.1
Public Types | Public Member Functions
MyDefaultDijkstraVisitor Class Reference
Inheritance diagram for MyDefaultDijkstraVisitor:
MyMainDijkstraVisitor MyBCModifiedDijkstraVisitor MyEdgeBetweenessDijkstraVisitor

List of all members.

Public Types

typedef MyNode Node
typedef MyEdge Edge

Public Member Functions

virtual void initVisit (const Node &v)
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
void markTouched (Node &v)
void markUntouched (Node &v)
void markVisited (Node &v)
void markUnvisited (Node &v)
void markVisited (Edge &e)
void markUnvisited (Edge &e)
bool isTouched (Node &v)
bool isVisited (Node &v)
bool isHidden (Node &v)
bool isVisited (Edge &e)

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