#include <lemon/graph_utils.h>
Inherits AlterationNotifier::ObserverBase.
Inheritance diagram for OutDegMap:
Public Member Functions | |
OutDegMap (const Graph &_graph) | |
Constructor. | |
int | operator[] (const Key &key) const |
Gives back the in-degree of a Node. |
|
Constructor for creating out-degree map. |