#include <lemon/concept/graph_component.h>
Inheritance diagram for AlterableGraphComponent:
Definition at line 702 of file graph_component.h.
Public Types | |
typedef AlterationNotifier< Edge > | EdgeNotifier |
The edge observer registry. | |
typedef AlterationNotifier< Node > | NodeNotifier |
The node observer registry. | |
Public Member Functions | |
EdgeNotifier | getNotifier (Edge) const |
Gives back the edge alteration notifier. | |
NodeNotifier | getNotifier (Node) const |
Gives back the node alteration notifier. |
|
Gives back the edge alteration notifier. Definition at line 713 of file graph_component.h. |
|
Gives back the node alteration notifier. Definition at line 720 of file graph_component.h. |