#include <KdTree.hpp>
Public Member Functions | |
| ParentInfo (NodeType *p, bool l=false, bool r=false) | |
Public Attributes | |
| bool | childVisited [2] |
K-Nearst neighbour search ===================================================
Definition at line 2027 of file KdTree.hpp.
| ApproxMVBB::KdTree::Tree< TTraits >::ParentInfo::ParentInfo | ( | NodeType * | p, |
| bool | l = false, |
||
| bool | r = false |
||
| ) | [inline] |
Definition at line 2028 of file KdTree.hpp.
| bool ApproxMVBB::KdTree::Tree< TTraits >::ParentInfo::childVisited[2] |
Definition at line 2029 of file KdTree.hpp.