A class to find a KDTree point closest to an input point.
More...
#include <cathier/kdtree.h>
template<typename TPrecision, typename TKDTree>
class til::Find_closest< TPrecision, TKDTree >
A class to find a KDTree point closest to an input point.
Definition at line 210 of file kdtree.h.
◆ index_type
template<typename TPrecision, typename TKDTree>
◆ indexed_type
template<typename TPrecision, typename TKDTree>
◆ Find_closest()
template<typename TPrecision, typename TKDTree>
Provide input kdtree.
Definition at line 221 of file kdtree.h.
◆ niter()
template<typename TPrecision, typename TKDTree>
Return the number of iterations taken by the last search.
Definition at line 228 of file kdtree.h.
◆ operator()()
template<typename TPrecision, typename TKDTree>
Get kdtree point closest to input point.
The documentation for this class was generated from the following file: