ExtendableGraphComponent< _Base > Class Template Reference
Detailed Description
template<typename _Base = BaseGraphComponent>
class lemon::concepts::ExtendableGraphComponent< _Base >
This class provides beside the core graph features graph extendable interface for the graph structure. The main difference between the base and this interface is that the graph alterations should handled already on this level.
#include <lemon/concepts/graph_components.h>
Inherits _Base.
List of all members.
|
Public Member Functions |
Node | addNode () |
Edge | addEdge (const Node &, const Node &) |
| Adds a new edge connects the given two nodes.
|
Member Function Documentation
Node addNode |
( |
|
) |
[inline] |
Adds a new node to the graph.
Edge addEdge |
( |
const Node & |
, |
|
|
const Node & |
| |
|
) |
| | [inline] |
Adds a new edge connects the the given two nodes.