#include <basic.h>

Public Member Functions | |
| virtual | ~BucketFunc () |
| virtual int | getBucket (const E &x)=0 |
| Returns the bucket of x. | |
The parameterized class BucketFunc<E> is an abstract base class for bucket functions. Derived classes have to implement getBucket(). Bucket functions are used by bucket sort functions for container types.
Definition at line 470 of file basic.h.
| virtual ogdf::BucketFunc< E >::~BucketFunc | ( | ) | [inline, virtual] |
| virtual int ogdf::BucketFunc< E >::getBucket | ( | const E & | x | ) | [pure virtual] |
Returns the bucket of x.