MeVisLab Toolbox Reference
WEMHeap.h File Reference
#include "WEMVector.h"
#include "WEMBase/WEMPrimitive.h"

Go to the source code of this file.

Classes

class  ml::WEMHeap< T >
 Min-Heap structure with property v[i]<v[2*i+1] and v[i]<v[2*i+2] Parent at index i has children at indices 2*i+1 and 2*i+2 Smallest values are stored closer to root of tree. More...
 

Namespaces

 ml
 Main documentation file for ML users and developers.