cheshirekow  v0.1.0
mpblocks::kd_tree::ListPair< Traits > Struct Template Reference

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_tnode
 

Detailed Description

template<class Traits>
struct mpblocks::kd_tree::ListPair< Traits >

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.

Member Typedef Documentation

template<class Traits >
typedef Traits::HyperRect mpblocks::kd_tree::ListPair< Traits >::HyperRect_t

Definition at line 42 of file ListPair.h.

template<class Traits >
typedef Traits::Node mpblocks::kd_tree::ListPair< Traits >::Node_t

Definition at line 41 of file ListPair.h.

Member Data Documentation

template<class Traits >
HyperRect_t mpblocks::kd_tree::ListPair< Traits >::container

Definition at line 45 of file ListPair.h.

template<class Traits >
Node_t* mpblocks::kd_tree::ListPair< Traits >::node

Definition at line 44 of file ListPair.h.


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