Rosetta Utilities  2015.09
Namespaces | Functions
construct_kdtree.hh File Reference

functions for creating a kdtree More...

#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...
 

Detailed Description

functions for creating a kdtree

Author
James Thompson