#include <lemon/concepts/graph_components.h>
Public Member Functions | |
Edge () | |
Default constructor. | |
Edge (const Edge &) | |
Copy constructor. | |
Edge (Invalid) | |
Invalid constructor & conversion. | |
Edge (const Arc &) | |
Converter from arc to edge. | |
Edge & | operator= (const Arc &) |
Assign arc to edge. |
Edge | ( | ) | [inline] |
This constructor initializes the item to be invalid.
Besides the core graph item functionality each arc should be convertible to the represented edge.
Besides the core graph item functionality each arc should be convertible to the represented edge.
Reimplemented from GraphItem<'u'>.