MeVisLabToolboxReference
MeVisLab/Standard/Sources/ML/MLCSO/CSOTools/CSOObjectHeap.h File Reference

Template CSOObjectHeap typed over a type T that is derived from CSOHeapObject. More...

#include "CSOObjectVector.h"

Go to the source code of this file.

Classes

class  ml::CSOObjectHeap< 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 Smallest values are stored closer to root of tree Elements are sorted while inserting them in the heap. More...

Namespaces

namespace  ml
 

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



Detailed Description

Template CSOObjectHeap typed over a type T that is derived from CSOHeapObject.

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

Definition in file CSOObjectHeap.h.