KDTree.h file
The k-d tree header (with the implementation)
Contents
- Reference
Classes
-
template<class T, std::size_t N>struct BoundingBox
- A simple bounding box.
-
template<class T, class TypeList>struct IsContainedIn
- template struct that checks if a type T is contained in the list of allowed types TypeList
-
template<class T, std::size_t N>class KDTree
- Container for the KD-tree.