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

May be data or may be another subtree The parents level determines this. More...

#include <rtree.h>

Public Attributes

Rect m_rect
 Bounds.
 
union {
   Node *   m_child
 Child node.
 
   DATATYPE   m_data
 Data Id or Ptr.
 
}; 
 

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 >::Branch

May be data or may be another subtree The parents level determines this.

If the parents level is 0, then this is data


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