#include <lemon/concepts/graph_components.h>
Public Member Functions | |
ANode () | |
Default constructor. | |
ANode (const ANode &) | |
ANode (Invalid) | |
Invalid constructor & conversion. | |
ANode (const Node &) | |
Converter from node to A-node. | |
ANode & | operator= (const Node &) |
Assign node to A-node. |
ANode | ( | ) | [inline] |
This constructor initializes the item to be invalid.
Besides the core graph item functionality each node should be convertible to the represented A-node if it is it possible.
Besides the core graph item functionality each node should be convertible to the represented A-node if it is it possible.
Reimplemented from GraphItem.