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