CoastalME (Coastal Modelling Environment)
Simulates the long-term behaviour of complex coastlines
Loading...
Searching...
No Matches
nanoflann::SearchParameters Struct Reference

#include <nanoflann.hpp>

Public Member Functions

 SearchParameters (float eps_=0, bool sorted_=true)
 

Data Fields

float eps
 search for eps-approximate neighbours (default: 0)
 
bool sorted
 distance (default: true)
 

Detailed Description

Search options for KDTreeSingleIndexAdaptor::findNeighbors()

Definition at line 829 of file nanoflann.hpp.

Constructor & Destructor Documentation

◆ SearchParameters()

nanoflann::SearchParameters::SearchParameters ( float eps_ = 0,
bool sorted_ = true )
inline

Definition at line 831 of file nanoflann.hpp.

Field Documentation

◆ eps

float nanoflann::SearchParameters::eps

search for eps-approximate neighbours (default: 0)

Definition at line 836 of file nanoflann.hpp.

Referenced by SearchParameters().

◆ sorted

bool nanoflann::SearchParameters::sorted

distance (default: true)

only for radius search, require neighbours sorted by

Definition at line 837 of file nanoflann.hpp.

Referenced by SearchParameters().


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