![]() |
Rosetta
3.7
|
#include <numeric/types.hh>
#include <numeric/kdtree/KDTree.fwd.hh>
#include <numeric/kdtree/KDPoint.fwd.hh>
#include <numeric/kdtree/KDNode.fwd.hh>
#include <utility/vector1.hh>
Namespaces | |
numeric | |
Unit headers. | |
numeric::kdtree | |
Functions | |
KDNodeOP | numeric::kdtree::construct_kd_tree (utility::vector1< KDPointOP > &points, numeric::Size depth, KDTree &tree) |
Function for constructing a KDTree. Returns a KDNodeOP that represents the root of the tree. Points need to be sorted as the tree is being constructed, so the reference to the points is non-const. More... | |