| 
eLynx SDK
v3.3.0 C++ image processing API reference  | 
Public Attributes | |
| const KDNode< T > * | _pParent | 
| pointer to the parent node  | |
| KDNode< T > * | _pLeft | 
| pointer to the left child  | |
| KDNode< T > * | _pRight | 
| pointer to the right child  | |
| Point2< T > | _location | 
| point's coordinates  | |
| Rectangle2< T > | _rectangles [2] | 
| left and right hyper-rectangle's coordinates.  | |