|
Geophysical Inversion and Modelling Library v1.5.4
|
Inheritance diagram for KDTree::_Node< _Val >:
Collaboration diagram for KDTree::_Node< _Val >:Public Types | |
| typedef _Node * | _Link_type |
| typedef _Node_base * | _Base_ptr |
Public Types inherited from KDTree::_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=NULL, _Base_ptr const __LEFT=NULL, _Base_ptr const __RIGHT=NULL) | |
Public Member Functions inherited from KDTree::_Node_base | |
| _Node_base (_Base_ptr const __PARENT=NULL, _Base_ptr const __LEFT=NULL, _Base_ptr const __RIGHT=NULL) | |
Public Attributes | |
| _Val | _M_value |
Public Attributes inherited from KDTree::_Node_base | |
| _Base_ptr | _M_parent |
| _Base_ptr | _M_left |
| _Base_ptr | _M_right |
Additional Inherited Members | |
Static Public Member Functions inherited from KDTree::_Node_base | |
| static _Base_ptr | _S_minimum (_Base_ptr __x) |
| static _Base_ptr | _S_maximum (_Base_ptr __x) |