MeVisLabToolboxReference
CSOHeapObject Class Reference

CSOHeapObject: base class for objects to be used with the heap. More...

#include <CSOHeapObject.h>

Inheritance diagram for CSOHeapObject:
ml::CSOGeometry::PositionObj ml::CSOLiveWireNode

List of all members.

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.

Detailed Description

CSOHeapObject: base class for objects to be used with the heap.

Definition at line 18 of file CSOHeapObject.h.


Constructor & Destructor Documentation

CSOHeapObject::CSOHeapObject ( ) [inline]

Definition at line 22 of file CSOHeapObject.h.

References heapPosition, and value.


Member Function Documentation

void CSOHeapObject::reset ( void  ) [inline]

Definition at line 27 of file CSOHeapObject.h.

References heapPosition, and value.


Member Data Documentation

The position in the heap; -1 means not sorted at all.

Definition at line 32 of file CSOHeapObject.h.

Referenced by CSOHeapObject(), and reset().

Some value for comparison, determining the heap position.

Definition at line 33 of file CSOHeapObject.h.

Referenced by CSOHeapObject(), and reset().


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