#include <nabo_experimental.h>
Public Member Functions | |
Node (const int dim=-1, const T cutVal=0, const T lowBound=0, const T highBound=0, unsigned rightChild=0) | |
Public Attributes | |
T | cutVal |
int | dim |
T | highBound |
T | lowBound |
unsigned | rightChild |
Definition at line 307 of file nabo_experimental.h.
|
inline |
Definition at line 314 of file nabo_experimental.h.
T Nabo::KDTreeUnbalancedPtInLeavesExplicitBoundsStack< T, CloudType >::Node::cutVal |
Definition at line 311 of file nabo_experimental.h.
int Nabo::KDTreeUnbalancedPtInLeavesExplicitBoundsStack< T, CloudType >::Node::dim |
Definition at line 309 of file nabo_experimental.h.
T Nabo::KDTreeUnbalancedPtInLeavesExplicitBoundsStack< T, CloudType >::Node::highBound |
Definition at line 313 of file nabo_experimental.h.
T Nabo::KDTreeUnbalancedPtInLeavesExplicitBoundsStack< T, CloudType >::Node::lowBound |
Definition at line 312 of file nabo_experimental.h.
unsigned Nabo::KDTreeUnbalancedPtInLeavesExplicitBoundsStack< T, CloudType >::Node::rightChild |
Definition at line 310 of file nabo_experimental.h.