#include <Graph.hpp>

Public Member Functions | |
| Node () | |
| virtual | ~Node () |
Private Attributes | |
| OA_ptr< std::list< OA_ptr < Edge > > > | incident_edges |
Friends | |
| class | Graph |
| class | Graph::Edge |
An node in an undirected graph has a list of neighboring nodes and a list of incident edges.
Definition at line 51 of file Graph.hpp.
| OA::Graph::Node::Node | ( | ) | [inline] |
Definition at line 53 of file Graph.hpp.
References incident_edges.
| virtual OA::Graph::Node::~Node | ( | ) | [inline, virtual] |
Definition at line 55 of file Graph.hpp.
References incident_edges.
friend class Graph::Edge [friend] |
OA_ptr<std::list<OA_ptr<Edge> > > OA::Graph::Node::incident_edges [private] |
1.7.1