MeVisLabToolboxReference
MeVisLab/Standard/Sources/ML/MLWEM/WEMDataStructure/WEMHeap.h File Reference

Heap structure with property i>2*i+1 and i>2*i+2 Parent i has children 2*i+1 and 2*i+2 Largest values are stored closer to root of tree. More...

#include "WEMVector.h"
#include "WEMBase/WEMPrimitive.h"

Go to the source code of this file.

Classes

class  ml::WEMHeap< T >
 Heap structure with property i>2*i+1 and i>2*i+2 Parent i has children 2*i+1 and 2*i+2 Largest values are stored closer to root of tree. More...

Namespaces

namespace  ml
 

Define the namespace name like in the ML. Default is ml.



Detailed Description

Heap structure with property i>2*i+1 and i>2*i+2 Parent i has children 2*i+1 and 2*i+2 Largest values are stored closer to root of tree.

Elements are sorted while inserting them in the heap.

Author:
Olaf Konrad, Bart De Dobbelaer
Date:
8/2007

Definition in file WEMHeap.h.