DataTransferKit - Multiphysics Solution Transfer Services
2.0
|
#include <DTK_nanoflann.hpp>
Public Member Functions | |
void | set_radius_and_clear (const DistanceType r) |
std::pair< IndexType, DistanceType > | worst_item () const |
A result-set class used when performing a radius based search.
Definition at line 138 of file DTK_nanoflann.hpp.
|
inline |
Clears the result set and adjusts the search radius.
Definition at line 172 of file DTK_nanoflann.hpp.
|
inline |
Find the worst result (furtherest neighbor) without copying or sorting Pre-conditions: size() > 0
Definition at line 182 of file DTK_nanoflann.hpp.