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

Detailed Description

Search options for KDTreeSingleIndexAdaptor::findNeighbors()

#include <mrpt/otherlibs/nanoflann/nanoflann.hpp>

List of all members.

Public Member Functions

 SearchParams (int checks_=32, float eps_=0, bool sorted_=true)

Public Attributes

int checks
 how many leafs to visit when searching for neighbours (-1 for unlimited)
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_ = 32,
float  eps_ = 0,
bool  sorted_ = true 
) [inline]

Definition at line 384 of file nanoflann.hpp.


Member Data Documentation

how many leafs to visit when searching for neighbours (-1 for unlimited)

Definition at line 387 of file nanoflann.hpp.

search for eps-approximate neighbours (default: 0)

Definition at line 388 of file nanoflann.hpp.

Referenced by nanoflann::KDTreeSingleIndexAdaptor::findNeighbors().

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

Definition at line 389 of file nanoflann.hpp.

Referenced by nanoflann::KDTreeSingleIndexAdaptor::radiusSearch().




Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011