Horizon
Public Member Functions | Public Attributes | List of all members
RTree< DATATYPE, ELEMTYPE, NUMDIMS, ELEMTYPEREAL, TMAXNODES, TMINNODES >::Node Struct Reference

Node for each branch level. More...

#include <rtree.h>

Public Member Functions

bool IsInternalNode ()
 
bool IsLeaf ()
 
bool IsInternalNode ()
 
bool IsLeaf ()
 

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: