MeVisLab Toolbox Reference
|
CSOHeapObject: base class for objects to be used with the heap. More...
#include <CSOHeapObject.h>
Public Member Functions | |
CSOHeapObject () | |
void | reset () |
Public Attributes | |
int | heapPosition |
The position in the heap; -1 means not sorted at all. | |
double | value |
Some value for comparison, determining the heap position. | |
CSOHeapObject: base class for objects to be used with the heap.
CSOHeapObject: base class for objects to be used with the heap.
Definition at line 24 of file CSOHeapObject.h.
|
inline |
Definition at line 28 of file CSOHeapObject.h.
References mlrange_cast().
|
inline |
Definition at line 34 of file CSOHeapObject.h.
References mlrange_cast().
int CSOHeapObject::heapPosition |
The position in the heap; -1 means not sorted at all.
Definition at line 40 of file CSOHeapObject.h.
double CSOHeapObject::value |
Some value for comparison, determining the heap position.
Definition at line 41 of file CSOHeapObject.h.