#include <lemon/concept/undir_graph.h>
Inheritance diagram for UndirGraphEdge:
Definition at line 40 of file undir_graph.h.
Public Member Functions | |
UndirGraphEdge () | |
| |
UndirGraphEdge (const UndirGraphEdge &) | |
| |
UndirGraphEdge (Invalid) | |
| |
UndirGraphEdge (const UndirGraph &g, UndirEdge undir_edge, Node n) | |
Directed edge from undirected edge and a source node. | |
UndirGraphEdge & | operator= (UndirGraphEdge) |
| |
bool | operator== (UndirGraphEdge) const |
| |
bool | operator!= (UndirGraphEdge) const |
| |
bool | operator< (UndirGraphEdge) const |
|
|
Constructs a directed edge from undirected edge and a source node.
Definition at line 59 of file undir_graph.h. |