#include <nanoflann.hpp>
Public Member Functions | |
SearchParams (int checks_IGNORED_=32, float eps_=0, bool sorted_=true) | |
Public Attributes | |
int | checks |
float | eps |
search for eps-approximate neighbours (default: 0) More... | |
bool | sorted |
Search options for KDTreeSingleIndexAdaptor::findNeighbors()
Definition at line 554 of file nanoflann.hpp.
|
inline |
Note: The first argument (checks_IGNORED_) is ignored, but kept for compatibility with the FLANN interface
Definition at line 557 of file nanoflann.hpp.
int nanoflann::SearchParams::checks |
Ignored parameter (Kept for compatibility with the FLANN interface).
Definition at line 560 of file nanoflann.hpp.
float nanoflann::SearchParams::eps |
search for eps-approximate neighbours (default: 0)
Definition at line 562 of file nanoflann.hpp.
bool nanoflann::SearchParams::sorted |
only for radius search, require neighbours sorted by distance (default: true)
Definition at line 563 of file nanoflann.hpp.