#include <lemon/concepts/graph_components.h>
Public Member Functions | |
Edge () | |
Default constructor. | |
Edge (const Edge &) | |
Edge (Invalid) | |
Constructor for conversion from INVALID . | |
Edge (const Arc &) | |
Constructor for conversion from an arc. |
Edge | ( | ) | [inline] |
Default constructor.
Constructor for conversion from INVALID
. It initializes the item to be invalid.
Constructor for conversion from an arc. Besides the core graph item functionality each arc should be convertible to the represented edge.