Main MRPT website > C++ reference
MRPT logo
List of all members | Public Member Functions | Public Attributes
nanoflann::SearchParams Struct Reference

Detailed Description

Search options for KDTreeSingleIndexAdaptor::findNeighbors()

Definition at line 385 of file nanoflann.hpp.

#include <mrpt/otherlibs/nanoflann/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.
 

Public Attributes

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

Constructor & Destructor Documentation

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 388 of file nanoflann.hpp.

Member Data Documentation

int nanoflann::SearchParams::checks

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

Definition at line 391 of file nanoflann.hpp.

float nanoflann::SearchParams::eps

search for eps-approximate neighbours (default: 0)

Definition at line 392 of file nanoflann.hpp.

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

bool nanoflann::SearchParams::sorted

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

Definition at line 393 of file nanoflann.hpp.

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




Page generated by Doxygen 1.8.3 for MRPT 0.9.6 SVN: at Fri Feb 15 22:05:02 EST 2013