VoxelFarm::RTree< DATATYPE, ELEMTYPE, NUMDIMS, ELEMTYPEREAL, TMAXNODES, TMINNODES >::Branch Struct Reference

#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 VoxelFarm::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

Definition at line 306 of file RTree.h.


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