MRPT  2.0.0
List of all members | Public Member Functions | Public Attributes
nanoflann::SearchParams Struct Reference

Detailed Description

Search options for KDTreeSingleIndexAdaptor::findNeighbors()

Definition at line 413 of file nanoflann.hpp.

#include <nanoflann.hpp>

Public Member Functions

 SearchParams (int checks_IGNORED_=32, float eps_=0, bool sorted_=true)
 Note: The first argument (checks_IGNORED_) is ignored, but kept for compatibility with the FLANN interface. More...
 

Public Attributes

int checks
 Ignored parameter (Kept for compatibility with the FLANN interface). More...
 
float eps
 search for eps-approximate neighbours (default: 0) More...
 
bool sorted
 only for radius search, require neighbours sorted by distance (default: true) More...
 

Constructor & Destructor Documentation

◆ SearchParams()

nanoflann::SearchParams::SearchParams ( int  checks_IGNORED_ = 32,
float  eps_ = 0,
bool  sorted_ = true 
)
inline

Note: The first argument (checks_IGNORED_) is ignored, but kept for compatibility with the FLANN interface.

Definition at line 416 of file nanoflann.hpp.

Member Data Documentation

◆ checks

int nanoflann::SearchParams::checks

Ignored parameter (Kept for compatibility with the FLANN interface).

Definition at line 419 of file nanoflann.hpp.

◆ eps

float nanoflann::SearchParams::eps

search for eps-approximate neighbours (default: 0)

Definition at line 420 of file nanoflann.hpp.

Referenced by nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::findNeighbors().

◆ sorted

bool nanoflann::SearchParams::sorted

only for radius search, require neighbours sorted by distance (default: true)

Definition at line 421 of file nanoflann.hpp.

Referenced by nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::radiusSearch().




Page generated by Doxygen 1.8.14 for MRPT 2.0.0 Git: b38439d21 Tue Mar 31 19:58:06 2020 +0200 at miƩ abr 1 00:50:30 CEST 2020