#include <KDTreeLinkerToolsT.h>
Public Member Functions | |
template<typename... Ts> | |
KDTreeBoxT (Ts...dimargs) | |
KDTreeBoxT () | |
Public Attributes | |
std::array< float, DIM > | dimmax |
std::array< float, DIM > | dimmin |
Definition at line 11 of file KDTreeLinkerToolsT.h.
|
inline |
Definition at line 16 of file KDTreeLinkerToolsT.h.
|
inline |
Definition at line 25 of file KDTreeLinkerToolsT.h.
std::array<float,DIM> KDTreeBoxT< DIM >::dimmax |
Definition at line 13 of file KDTreeLinkerToolsT.h.
Referenced by KDTreeLinkerAlgo< DATA, DIM >::recBuild(), and KDTreeLinkerAlgo< DATA, DIM >::recSearch().
std::array<float,DIM> KDTreeBoxT< DIM >::dimmin |
Definition at line 13 of file KDTreeLinkerToolsT.h.
Referenced by KDTreeLinkerAlgo< DATA, DIM >::recBuild(), and KDTreeLinkerAlgo< DATA, DIM >::recSearch().