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