14 #ifndef INCLUDED_numeric_kdtree_construct_kdtree_hh
15 #define INCLUDED_numeric_kdtree_construct_kdtree_hh
utility::pointer::shared_ptr< KDNode > KDNodeOP
forward declaration for KDNode class.
rosetta project type declarations. Should be kept updated with core/types.hh. This exists because num...
forward declaration for KDTree class.
vector1: std::vector with 1-based indexing
KDNodeOP 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...
forward declaration for KDPoint class.