Class Graph::Edge#

Nested Relationships#

This class is a nested type of Class Graph.

Inheritance Relationships#

Base Type#

Class Documentation#

class Edge : public BaseGraph::Edge

Public Functions

inline Edge(Node *n1, Node *n2)
inline virtual ~Edge()
inline Node *node1()
inline Node *node2()

Friends

friend class Graph
friend class Graph::NeighborNodesIterator