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