Class Graph::Node#

Nested Relationships#

This class is a nested type of Class Graph.

Inheritance Relationships#

Base Type#

Class Documentation#

class Node : public BaseGraph::Node

An node in an undirected graph has a list of neighboring nodes and a list of incident edges.

Public Functions

inline Node()
inline virtual ~Node()

Friends

friend class Graph::Edge
friend class Graph::IncidentEdgesIterator
friend class Graph::NeighborNodesIterator