Go to the documentation of this file.
23 std::priority_queue<edge *, std::vector<edge *>,
Compare> q;
unsigned int getFrom() const
unsigned int getTo() const
bool operator()(edge *e1, edge *e2)
void setMarked(bool marked)
node * GetNode(unsigned long num)
edge * getEdge(unsigned int which)
void SetKeyLabel(int which)
unsigned int GetNum() const
Nodes to be stored within a Graph.
edge * GetEdge(unsigned long num)
Edge class for connections between node in a Graph.