#include <nanoflann.hpp>
|
float | eps |
| search for eps-approximate neighbours (default: 0)
|
|
bool | sorted |
|
◆ SearchParameters()
nanoflann::SearchParameters::SearchParameters |
( |
float |
eps_ = 0 , |
|
|
bool |
sorted_ = true |
|
) |
| |
|
inline |
◆ eps
float nanoflann::SearchParameters::eps |
search for eps-approximate neighbours (default: 0)
◆ sorted
bool nanoflann::SearchParameters::sorted |
only for radius search, require neighbours sorted by distance (default: true)
The documentation for this struct was generated from the following file: