#include <node.hpp>
Public Types | |
typedef _Node * | _Link_type |
Public Member Functions | |
_Node (_Val const &__VALUE=_Val(), _Base_ptr const __PARENT=NULL, _Base_ptr const __LEFT=NULL, _Base_ptr const __RIGHT=NULL) | |
Public Attributes | |
_Val | _M_value |
typedef _Node* KDTree::_Node< _Val >::_Link_type |
KDTree::_Node< _Val >::_Node | ( | _Val const & | __VALUE = _Val() , |
|
_Base_ptr const | __PARENT = NULL , |
|||
_Base_ptr const | __LEFT = NULL , |
|||
_Base_ptr const | __RIGHT = NULL | |||
) | [inline] |
_Val KDTree::_Node< _Val >::_M_value |
Referenced by KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >::_M_check_children(), KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >::_M_find(), KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >::_M_find_exact(), KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >::_M_insert(), KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >::_M_matches_node_in_d(), and KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >::_S_value().