![]() |
Rosetta
3.7
|
Files | |
file | calc_distance.cc |
file | calc_distance.hh |
file | constants.hh |
constants used for kd-tree implementation | |
file | construct_kdtree.cc |
file | construct_kdtree.hh |
file | HyperRectangle.cc |
file | HyperRectangle.fwd.hh |
file | HyperRectangle.hh |
file | KDNode.cc |
Implementation of a node in a kd-tree. See numeric/kdtree/kdtree.hh for more information. | |
file | KDNode.fwd.hh |
forward declaration for KDNode class. | |
file | KDNode.hh |
Implementation of a node in a kd-tree. See numeric/kdtree/kdtree.hh for more information. | |
file | KDPoint.cc |
file | KDPoint.fwd.hh |
forward declaration for KDPoint class. | |
file | KDPoint.hh |
utility functions for kd-tree. See kdtree.hh for more information. | |
file | KDPointList.cc |
definition for a class that keeps track of the best N KDPoint objects by distance. | |
file | KDPointList.hh |
definition for a class that keeps track of the best N KDPoint objects by distance. | |
file | KDTree.cc |
file | KDTree.fwd.hh |
forward declaration for KDTree class. | |
file | KDTree.hh |
Implementation of a tree in a kd-tree. See numeric/kdtree/kdtree.hh for more information. | |
file | nearest_neighbors.cc |
file | nearest_neighbors.hh |
utility functions for kd-tree. See kdtree.hh for more information. | |
file | util.cc |
file | util.hh |
file | WrappedPrimitive.hh |
file | WrappedReal.hh |
silly little class to wrap a numeric::Real in an OP. | |