#include <nabo_experimental.h>
Public Types | |
| enum | { INVALID_CHILD = 0xffffffff, INVALID_PT = 0xffffffff } |
Public Member Functions | |
| Node (const int dim, const T cutVal, unsigned rightChild) | |
| Node (const unsigned ptIndex=INVALID_PT) | |
Public Attributes | |
| union { | |
| T cutVal | |
| unsigned ptIndex | |
| }; | |
| unsigned | dim |
| unsigned | rightChild |
Definition at line 239 of file nabo_experimental.h.
| anonymous enum |
| Enumerator | |
|---|---|
| INVALID_CHILD | |
| INVALID_PT | |
Definition at line 241 of file nabo_experimental.h.
|
inline |
Definition at line 254 of file nabo_experimental.h.
|
inline |
Definition at line 256 of file nabo_experimental.h.
| union { ... } |
| T Nabo::KDTreeUnbalancedPtInLeavesImplicitBoundsStack< T, Heap, CloudType >::Node::cutVal |
Definition at line 250 of file nabo_experimental.h.
| unsigned Nabo::KDTreeUnbalancedPtInLeavesImplicitBoundsStack< T, Heap, CloudType >::Node::dim |
Definition at line 246 of file nabo_experimental.h.
| unsigned Nabo::KDTreeUnbalancedPtInLeavesImplicitBoundsStack< T, Heap, CloudType >::Node::ptIndex |
Definition at line 251 of file nabo_experimental.h.
| unsigned Nabo::KDTreeUnbalancedPtInLeavesImplicitBoundsStack< T, Heap, CloudType >::Node::rightChild |
Definition at line 247 of file nabo_experimental.h.