BucketFunction for lowPoint buckets. More...
#include <ogdf/internal/planarity/BoyerMyrvoldInit.h>
Public Member Functions | |
| BucketLowPoint (const NodeArray< int > &lowPoint) | |
| int | getBucket (const node &v) |
| This function has to be derived from BucketFunc, it gets the buckets from lowPoint-Array. | |
Private Attributes | |
| const NodeArray< int > * | m_pLow |
| Stored to be able to get the buckets. | |
BucketFunction for lowPoint buckets.
Parameter lowPoint may not be deleted til destruction of this class.
Definition at line 158 of file BoyerMyrvoldInit.h.
| ogdf::BucketLowPoint::BucketLowPoint | ( | const NodeArray< int > & | lowPoint | ) | [inline] |
Definition at line 160 of file BoyerMyrvoldInit.h.
| int ogdf::BucketLowPoint::getBucket | ( | const node & | v | ) | [inline, virtual] |
This function has to be derived from BucketFunc, it gets the buckets from lowPoint-Array.
Implements ogdf::BucketFunc< node >.
Definition at line 163 of file BoyerMyrvoldInit.h.
const NodeArray<int>* ogdf::BucketLowPoint::m_pLow [private] |
Stored to be able to get the buckets.
Definition at line 168 of file BoyerMyrvoldInit.h.