Open
Graph Drawing
Framework

 v.2012.07
 

ogdf::BinaryHeap< X, Priority, INDEX >::Element Class Reference

#include <ogdf/basic/BinaryHeap.h>

List of all members.

Public Member Functions

const X & getElement () const
INDEX getPos () const
Priority getPriority () const

Private Member Functions

 Element ()
 Element (X x, Priority prior)
 Element (const Element &origElem)

Private Attributes

INDEX backIdx
elem
Priority priority

Friends

class BinaryHeap< X, Priority, INDEX >

Detailed Description

template<class X, class Priority = double, class INDEX = int>
class ogdf::BinaryHeap< X, Priority, INDEX >::Element

Definition at line 63 of file BinaryHeap.h.


Constructor & Destructor Documentation

template<class X , class Priority = double, class INDEX = int>
ogdf::BinaryHeap< X, Priority, INDEX >::Element::Element ( )
inlineprivate

Definition at line 73 of file BinaryHeap.h.

template<class X , class Priority = double, class INDEX = int>
ogdf::BinaryHeap< X, Priority, INDEX >::Element::Element ( x,
Priority  prior 
)
inlineprivate

Definition at line 76 of file BinaryHeap.h.

template<class X , class Priority = double, class INDEX = int>
ogdf::BinaryHeap< X, Priority, INDEX >::Element::Element ( const Element origElem)
inlineprivate

Definition at line 79 of file BinaryHeap.h.


Member Function Documentation

template<class X , class Priority = double, class INDEX = int>
const X& ogdf::BinaryHeap< X, Priority, INDEX >::Element::getElement ( ) const
inline

Definition at line 87 of file BinaryHeap.h.

template<class X , class Priority = double, class INDEX = int>
INDEX ogdf::BinaryHeap< X, Priority, INDEX >::Element::getPos ( ) const
inline

Definition at line 90 of file BinaryHeap.h.

template<class X , class Priority = double, class INDEX = int>
Priority ogdf::BinaryHeap< X, Priority, INDEX >::Element::getPriority ( ) const
inline

Definition at line 84 of file BinaryHeap.h.


Friends And Related Function Documentation

template<class X , class Priority = double, class INDEX = int>
friend class BinaryHeap< X, Priority, INDEX >
friend

Definition at line 65 of file BinaryHeap.h.


Member Data Documentation

template<class X , class Priority = double, class INDEX = int>
INDEX ogdf::BinaryHeap< X, Priority, INDEX >::Element::backIdx
private

Definition at line 70 of file BinaryHeap.h.

template<class X , class Priority = double, class INDEX = int>
X ogdf::BinaryHeap< X, Priority, INDEX >::Element::elem
private

Definition at line 69 of file BinaryHeap.h.

template<class X , class Priority = double, class INDEX = int>
Priority ogdf::BinaryHeap< X, Priority, INDEX >::Element::priority
private

Definition at line 68 of file BinaryHeap.h.


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