eLynx SDK
v3.0.1 C++ image processing API reference |
#include <KDTree.h>
Public Member Functions | |
KDNode () | |
~KDNode () | |
Public Attributes | |
const KDNode< T > * | _pParent |
KDNode< T > * | _pLeft |
KDNode< T > * | _pRight |
Point2< T > | _location |
Rectangle2< T > | _rectangles [2] |
Definition at line 87 of file KDTree.h.
eLynx::Math::KDNode< T >::KDNode | ( | ) |
eLynx::Math::KDNode< T >::~KDNode | ( | ) |
const KDNode<T>* eLynx::Math::KDNode< T >::_pParent |
KDNode<T>* eLynx::Math::KDNode< T >::_pLeft |
KDNode<T>* eLynx::Math::KDNode< T >::_pRight |
Point2<T> eLynx::Math::KDNode< T >::_location |
Rectangle2<T> eLynx::Math::KDNode< T >::_rectangles[2] |