Open
Graph Drawing
Framework

 v.2010.10
 

Public Member Functions

ogdf::BucketFunc< E > Class Template Reference

Abstract base class for bucket functions. More...

#include <ogdf/basic/basic.h>

List of all members.

Public Member Functions

virtual ~BucketFunc ()
virtual int getBucket (const E &x)=0
 Returns the bucket of x.

Detailed Description

template<class E>
class ogdf::BucketFunc< E >

Abstract base class for bucket functions.

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 515 of file basic.h.


Constructor & Destructor Documentation

template<class E>
virtual ogdf::BucketFunc< E >::~BucketFunc (  )  [inline, virtual]

Definition at line 518 of file basic.h.


Member Function Documentation

template<class E>
virtual int ogdf::BucketFunc< E >::getBucket ( const E &  x  )  [pure virtual]

The documentation for this class was generated from the following file: