#include <lemon/concepts/graph_components.h>
Public Types | |
typedef AlterationNotifier < AlterableGraphComponent, Node > | NodeNotifier |
The node observer registry. | |
typedef AlterationNotifier < AlterableGraphComponent, Edge > | EdgeNotifier |
The edge observer registry. | |
Public Member Functions | |
NodeNotifier & | notifier (Node) const |
Gives back the node alteration notifier. | |
EdgeNotifier & | notifier (Edge) const |
Gives back the edge alteration notifier. |
NodeNotifier& notifier | ( | Node | ) | const [inline] |
Gives back the node alteration notifier.
EdgeNotifier& notifier | ( | Edge | ) | const [inline] |
Gives back the edge alteration notifier.