Implementation of KDTree.
Definition in file KDTree.hpp.
#include "KDTree_fwd.hpp"
#include <medusa/bits/utils/assert.hpp>
#include <medusa/bits/utils/memutils.hpp>
Go to the source code of this file.
Namespaces | |
mm | |
Root namespace for the whole library. | |
Functions | |
template<class V > | |
std::ostream & | mm::operator<< (std::ostream &os, const KDTree< V > &tree) |
Output basic info about given tree. More... | |