DataTransferKit - Multiphysics Solution Transfer Services  2.0
List of all members
DataTransferKit::nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::BranchStruct< T, DistanceType > Struct Template Reference

#include <DTK_nanoflann.hpp>

Detailed Description

template<typename Distance, class DatasetAdaptor, int DIM = -1, typename IndexType = size_t>
template<typename T, typename DistanceType>
struct DataTransferKit::nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::BranchStruct< T, DistanceType >

This record represents a branch point when finding neighbors in the tree. It contains a record of the minimum distance to the query point, as well as the node at which the search resumes.

Definition at line 966 of file DTK_nanoflann.hpp.


The documentation for this struct was generated from the following file: