Geophysical Inversion and Modelling Library v1.5.4
Loading...
Searching...
No Matches
KDTree::_Node_base Struct Reference

Inherited by KDTree::_Node< _Tp >, KDTree::_Node< _Val > const *, KDTree::_Node< _Val > *, and KDTree::_Node< _Val >.

+ Collaboration diagram for KDTree::_Node_base:

Public Types

typedef _Node_base_Base_ptr
 
typedef _Node_base const * _Base_const_ptr
 

Public Member Functions

 _Node_base (_Base_ptr const __PARENT=NULL, _Base_ptr const __LEFT=NULL, _Base_ptr const __RIGHT=NULL)
 

Static Public Member Functions

static _Base_ptr _S_minimum (_Base_ptr __x)
 
static _Base_ptr _S_maximum (_Base_ptr __x)
 

Public Attributes

_Base_ptr _M_parent
 
_Base_ptr _M_left
 
_Base_ptr _M_right