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

Data structure used for Nearest Neighbor search implementation. More...

#include <rtree.h>

Public Attributes

Branch m_branch
 
ELEMTYPE minDist
 
bool isLeaf
 

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

Data structure used for Nearest Neighbor search implementation.


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