Bucket function using the index of an edge's source node as bucket. More...
#include <ogdf/basic/Graph_d.h>
Public Member Functions | |
| int | getBucket (const edge &e) |
| Returns source index of e. | |
Bucket function using the index of an edge's source node as bucket.
Definition at line 1346 of file Graph_d.h.
| int ogdf::BucketSourceIndex::getBucket | ( | const edge & | e | ) | [inline, virtual] |
Returns source index of e.
Implements ogdf::BucketFunc< edge >.