Horizon
Loading...
Searching...
No Matches
RTree< DATATYPE, ELEMTYPE, NUMDIMS, ELEMTYPEREAL, TMAXNODES, TMINNODES >::Node Struct Reference

Node for each branch level. More...

#include <rtree.h>

Public Member Functions

constexpr bool IsInternalNode () const
constexpr bool IsLeaf () const

Public Attributes

int m_count
 Count.
int m_level
 Leaf is zero, others positive.
Branch m_branch [MAXNODES]
 Branch.

Detailed Description

template<class DATATYPE, class ELEMTYPE, int NUMDIMS, class ELEMTYPEREAL = ELEMTYPE, int TMAXNODES = 8, int TMINNODES = TMAXNODES / 2>
struct RTree< DATATYPE, ELEMTYPE, NUMDIMS, ELEMTYPEREAL, TMAXNODES, TMINNODES >::Node

Node for each branch level.


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