EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
nanoflann::SearchParams Struct Reference

#include <fun4all_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)
 

Detailed Description

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

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

View newest version in sPHENIX GitHub at line 450 of file nanoflann.hpp

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

View newest version in sPHENIX GitHub at line 450 of file nanoflann.hpp

Member Data Documentation

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

Referenced by nanoflann::KDTreeSingleIndexAdaptor< nanoflann::L2_Simple_Adaptor< double, kdfinder::KDPointCloud< double > >, kdfinder::KDPointCloud< double >, 3 >::findNeighbors().

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().


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