#include <lemon/concepts/graph_components.h>
Inherits _Base.
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 |
EdgeNotifier & | notifier (Edge) const |
NodeNotifier& notifier | ( | Node | ) | const [inline] |
Gives back the node alteration notifier.
EdgeNotifier& notifier | ( | Edge | ) | const [inline] |
Gives back the edge alteration notifier.