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