cheshirekow
v0.1.0
|
pairs nodes of the Kd tree along with a hyperrectangle that is the bounding volume for the subtree rooted at that node More...
#include <mpblocks/kd_tree/ListPair.h>
Public Types | |
typedef Traits::HyperRect | HyperRect_t |
typedef Traits::Node | Node_t |
Public Attributes | |
HyperRect_t | container |
Node_t * | node |
pairs nodes of the Kd tree along with a hyperrectangle that is the bounding volume for the subtree rooted at that node
Definition at line 37 of file ListPair.h.
typedef Traits::HyperRect mpblocks::kd_tree::ListPair< Traits >::HyperRect_t |
Definition at line 42 of file ListPair.h.
typedef Traits::Node mpblocks::kd_tree::ListPair< Traits >::Node_t |
Definition at line 41 of file ListPair.h.
HyperRect_t mpblocks::kd_tree::ListPair< Traits >::container |
Definition at line 45 of file ListPair.h.
Node_t* mpblocks::kd_tree::ListPair< Traits >::node |
Definition at line 44 of file ListPair.h.