OpenMS
|
#include <OpenMS/DATASTRUCTURES/KDTree.h>
Public Types | |
typedef _Node * | _Link_type |
typedef _Node_base * | _Base_ptr |
Public Types inherited from _Node_base | |
typedef _Node_base * | _Base_ptr |
typedef _Node_base const * | _Base_const_ptr |
Public Member Functions | |
_Node (_Val const &__VALUE=_Val(), _Base_ptr const __PARENT=nullptr, _Base_ptr const __LEFT=nullptr, _Base_ptr const __RIGHT=nullptr) | |
Public Member Functions inherited from _Node_base | |
_Node_base (_Base_ptr const __PARENT=nullptr, _Base_ptr const __LEFT=nullptr, _Base_ptr const __RIGHT=nullptr) | |
Public Attributes | |
_Val | _M_value |
Public Attributes inherited from _Node_base | |
_Base_ptr | _M_parent |
_Base_ptr | _M_left |
_Base_ptr | _M_right |
Additional Inherited Members | |
Static Public Member Functions inherited from _Node_base | |
static _Base_ptr | _S_minimum (_Base_ptr __x) |
static _Base_ptr | _S_maximum (_Base_ptr __x) |
typedef _Node_base* _Base_ptr |
typedef _Node* _Link_type |
|
inline |
_Val _M_value |
Referenced by KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >::_M_check_children(), KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >::_M_find(), KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >::_M_find_exact(), KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >::_M_insert(), KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >::_M_matches_node_in_d(), and KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >::_S_value().