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