Implementation of KDTree storage class.
Definition in file PointCloud.hpp.
#include <vector>
Go to the source code of this file.
Classes | |
struct | mm::kdtree_internal::PointCloud< vec_t > |
Helper class for KDTree with appropriate accessors containing a set of points. More... | |
Namespaces | |
mm | |
Root namespace for the whole library. | |
mm::kdtree_internal | |
Implementation details of KDTree, contains intermediate storage class. | |