xc
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
kd_tree::_Node_base Struct Reference
Inheritance diagram for kd_tree::_Node_base:
Inheritance graph
[legend]
Collaboration diagram for kd_tree::_Node_base:
Collaboration graph
[legend]

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
 

The documentation for this struct was generated from the following file: