#include <lemon/graph_utils.h>
Public Member Functions | |
InDegMap (const Graph &_graph) | |
Constructor. | |
int | operator[] (const Key &key) const |
Gives back the in-degree of a Node. |
InDegMap | ( | const Graph & | _graph | ) | [inline] |
Constructor for creating in-degree map.