Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::energybased::dtree::DTree< IntType, Dim >::MortonEntry Struct Reference

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
 
bool operator== (const MortonEntry &other) const
 equal comparer for the construction algorithm
 

Public Attributes

IntType mortonNr [Dim]
 the morton number of the point
 
int ref
 index in the original point order
 

Detailed Description

template<typename IntType, int Dim>
struct ogdf::energybased::dtree::DTree< IntType, Dim >::MortonEntry

The entry in the sorted order for a point.

Definition at line 61 of file DTree.h.

Member Function Documentation

◆ operator<()

template<typename IntType , int Dim>
bool ogdf::energybased::dtree::DTree< IntType, Dim >::MortonEntry::operator< ( const MortonEntry other) const
inline

less comparator for sort

Definition at line 66 of file DTree.h.

◆ operator==()

template<typename IntType , int Dim>
bool ogdf::energybased::dtree::DTree< IntType, Dim >::MortonEntry::operator== ( const MortonEntry other) const
inline

equal comparer for the construction algorithm

Definition at line 71 of file DTree.h.

Member Data Documentation

◆ mortonNr

template<typename IntType , int Dim>
IntType ogdf::energybased::dtree::DTree< IntType, Dim >::MortonEntry::mortonNr[Dim]

the morton number of the point

Definition at line 62 of file DTree.h.

◆ ref

template<typename IntType , int Dim>
int ogdf::energybased::dtree::DTree< IntType, Dim >::MortonEntry::ref

index in the original point order

Definition at line 63 of file DTree.h.


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