#include <KDTreeLinkerTools.h>
Public Member Functions | |
KDTreeNode () | |
void | setAttributs (const KDTreeBox ®ionBox) |
void | setAttributs (const KDTreeBox ®ionBox, const KDTreeNodeInfo &rhinfo) |
Public Attributes | |
KDTreeNode * | left |
KDTreeBox | region |
KDTreeNodeInfo | rh |
KDTreeNode * | right |
Definition at line 64 of file KDTreeLinkerTools.h.
KDTreeNode::KDTreeNode | ( | ) | [inline] |
Definition at line 76 of file KDTreeLinkerTools.h.
void KDTreeNode::setAttributs | ( | const KDTreeBox & | regionBox, |
const KDTreeNodeInfo & | rhinfo | ||
) | [inline] |
Definition at line 80 of file KDTreeLinkerTools.h.
Referenced by KDTreeLinkerAlgo::recBuild().
void KDTreeNode::setAttributs | ( | const KDTreeBox & | regionBox | ) | [inline] |
Definition at line 70 of file KDTreeLinkerTools.h.
Referenced by KDTreeLinkerAlgo::addSubtree(), KDTreeLinkerAlgo::recBuild(), and KDTreeLinkerAlgo::recSearch().
Definition at line 73 of file KDTreeLinkerTools.h.
Referenced by KDTreeLinkerAlgo::recSearch(), and setAttributs().
Definition at line 67 of file KDTreeLinkerTools.h.
Referenced by KDTreeLinkerAlgo::addSubtree(), KDTreeLinkerAlgo::recSearch(), and setAttributs().
Definition at line 70 of file KDTreeLinkerTools.h.
Referenced by KDTreeLinkerAlgo::addSubtree(), KDTreeLinkerAlgo::recBuild(), and KDTreeLinkerAlgo::recSearch().