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