Open
Graph Drawing
Framework

 v.2012.05
 

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

#include <ogdf/basic/BinaryHeap.h>

List of all members.

Public Member Functions

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

Private Member Functions

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

Private Attributes

Priority priority
elem
INDEX backIdx

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 60 of file BinaryHeap.h.


Constructor & Destructor Documentation

template<class X , class Priority = double, class INDEX = int>
ogdf::BinaryHeap< X, Priority, INDEX >::Element::Element ( ) [inline, private]

Definition at line 70 of file BinaryHeap.h.

template<class X , class Priority = double, class INDEX = int>
ogdf::BinaryHeap< X, Priority, INDEX >::Element::Element ( x,
Priority  prior 
) [inline, private]

Definition at line 73 of file BinaryHeap.h.

template<class X , class Priority = double, class INDEX = int>
ogdf::BinaryHeap< X, Priority, INDEX >::Element::Element ( const Element origElem) [inline, private]

Definition at line 76 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 84 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 87 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 81 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 62 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 67 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 66 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 65 of file BinaryHeap.h.


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