Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::BucketFunc< E > Class Template Referenceabstract

Abstract base class for bucket functions. More...

#include <ogdf/basic/basic.h>

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

Constructor & Destructor Documentation

◆ ~BucketFunc()

template<class E >
virtual ogdf::BucketFunc< E >::~BucketFunc ( )
inlinevirtual

Definition at line 243 of file basic.h.

Member Function Documentation

◆ getBucket()

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: