Nabo::KDTreeUnbalancedPtInLeavesImplicitBoundsStackOpt< T, Heap >::Node Struct Reference

search node More...

#include <nabo_private.h>

List of all members.

Public Member Functions

 Node (const uint32_t dimChild, const T cutVal)
 construct a split node
 Node (const uint32_t bucketSize, const uint32_t bucketIndex)
 construct a leaf node

Public Attributes

uint32_t dimChildBucketSize
 cut dimension for split nodes (dimBitCount lsb), index of right node or number of bucket(rest). Note that left index is current+1
union {
   T   cutVal
 for split node, split value
   uint32_t   bucketIndex
 for leaf node, pointer to bucket
}; 

Detailed Description

template<typename T, typename Heap>
struct Nabo::KDTreeUnbalancedPtInLeavesImplicitBoundsStackOpt< T, Heap >::Node

search node


The documentation for this struct was generated from the following file:
Generated on Fri May 3 12:48:10 2013 for libnabo by  doxygen 1.6.3