ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <coresoftware/blob/master/offline/packages/PHTpcTracker/externals/nanoflann.hpp>
Public Member Functions | |
SearchParams (int checks_IGNORED_=32, float eps_=0, bool sorted_=true) | |
SearchParams (int checks_IGNORED_=32, float eps_=0, bool sorted_=true) | |
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) | |
Search options for KDTreeSingleIndexAdaptor::findNeighbors()
Definition at line 447 of file nanoflann.hpp.
View newest version in sPHENIX GitHub at line 447 of file nanoflann.hpp
|
inline |
Note: The first argument (checks_IGNORED_) is ignored, but kept for compatibility with the FLANN interface
Definition at line 450 of file nanoflann.hpp.
View newest version in sPHENIX GitHub at line 450 of file nanoflann.hpp
|
inline |
Note: The first argument (checks_IGNORED_) is ignored, but kept for compatibility with the FLANN interface
Definition at line 450 of file nanoflann.hpp.
View newest version in sPHENIX GitHub at line 450 of file nanoflann.hpp
int nanoflann::SearchParams::checks |
Ignored parameter (Kept for compatibility with the FLANN interface).
Definition at line 457 of file nanoflann.hpp.
View newest version in sPHENIX GitHub at line 457 of file nanoflann.hpp
float nanoflann::SearchParams::eps |
search for eps-approximate neighbours (default: 0)
Definition at line 458 of file nanoflann.hpp.
View newest version in sPHENIX GitHub at line 458 of file nanoflann.hpp
bool nanoflann::SearchParams::sorted |
only for radius search, require neighbours sorted by distance (default: true)
Definition at line 459 of file nanoflann.hpp.
View newest version in sPHENIX GitHub at line 459 of file nanoflann.hpp
Referenced by kdfinder::make_triplets(), and nanoflann::KDTreeSingleIndexAdaptor< nanoflann::L2_Simple_Adaptor< double, kdfinder::KDPointCloud< double > >, kdfinder::KDPointCloud< double >, 3 >::radiusSearch().