The entry in the sorted order for a point. More...
#include <ogdf/energybased/dtree/DTree.h>
Public Member Functions | |
bool | operator< (const MortonEntry &other) const |
less comparator for sort More... | |
bool | operator== (const MortonEntry &other) const |
equal comparer for the construction algorithm More... | |
Public Attributes | |
IntType | mortonNr [Dim] |
the morton number of the point More... | |
int | ref |
index in the original point order More... | |
The entry in the sorted order for a point.
|
inline |
|
inline |
IntType ogdf::energybased::dtree::DTree< IntType, Dim >::MortonEntry::mortonNr[Dim] |
int ogdf::energybased::dtree::DTree< IntType, Dim >::MortonEntry::ref |