#include <lemon/concepts/graph_components.h>
Inherited by BaseUGraphComponent.
Inheritance diagram for BaseGraphComponent:
Public Types | |
typedef GraphItem<'n'> | Node |
Node class of the graph. | |
typedef GraphItem<'e'> | Edge |
Edge class of the graph. | |
Public Member Functions | |
Node | target (const Edge &) const |
Gives back the target node of an edge. | |
Node | source (const Edge &) const |
Gives back the source node of an edge. | |
Node | oppositeNode (const Node &, const Edge &) const |
Gives back the opposite node on the given edge. |
Gives back the opposite node on the given edge.