Open
Graph Drawing
Framework

 v.2010.10
 

Public Member Functions | Private Attributes

ogdf::BucketLowPoint Class Reference

BucketFunction for lowPoint buckets. More...

#include <ogdf/internal/planarity/BoyerMyrvoldInit.h>

Inheritance diagram for ogdf::BucketLowPoint:
ogdf::BucketFunc< node >

List of all members.

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.

Detailed Description

BucketFunction for lowPoint buckets.

Parameter lowPoint may not be deleted til destruction of this class.

Definition at line 158 of file BoyerMyrvoldInit.h.


Constructor & Destructor Documentation

ogdf::BucketLowPoint::BucketLowPoint ( const NodeArray< int > &  lowPoint  )  [inline]

Definition at line 160 of file BoyerMyrvoldInit.h.


Member Function Documentation

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.


Member Data Documentation

const NodeArray<int>* ogdf::BucketLowPoint::m_pLow [private]

Stored to be able to get the buckets.

Definition at line 168 of file BoyerMyrvoldInit.h.


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