#include <lemon/bits/base_extender.h>
Public Member Functions | |
| Node | source (const Edge &e) const |
| Source of the given Edge. | |
| Node | target (const Edge &e) const |
| Target of the given Edge. | |
Static Public Member Functions | |
| static Edge | direct (const UEdge &ue, bool d) |
| Directed edge from an undirected edge. | |
| static bool | direction (const Edge &e) |
| static Edge direct | ( | const UEdge & | ue, | |
| bool | d | |||
| ) | [inline, static] |
Returns a directed edge corresponding to the specified UEdge. If the given bool is true the given undirected edge and the returned edge have the same source node.
| static bool direction | ( | const Edge & | e | ) | [inline, static] |
Returns whether the given directed edge is same orientation as the corresponding undirected edge.
1.5.9