#include <lemon/concept/graph_component.h>
Inherits BaseGraphComponent.
Inheritance diagram for AlterableGraphComponent:
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. |
|
Gives back the node alteration notifier. |