9 #ifndef MPBLOCKS_KD_TREE_R2_S1_HYPERRECT_H_
10 #define MPBLOCKS_KD_TREE_R2_S1_HYPERRECT_H_
22 template <
class Traits>
26 typedef Eigen::Matrix<Format_t,Traits::NDim,1>
Vector_t;
HyperRect()
initializes bounds to 0,0,...
Eigen::Matrix< Format_t, Traits::NDim, 1 > Vector_t
an NDim dimensional hyperrectangle, represented as a min and max extent
Point_t maxExt
maximum extent of hyper-rectangle
Point_t minExt
minimum extent of hyper-rectangle
Format_t measure()
return the measure of the hypercube
Traits::Format_t Format_t
double Format_t
number format (i.e. double, float)