DataTransferKit - Multiphysics Solution Transfer Services  2.0
Public Member Functions | Public Attributes | List of all members
DataTransferKit::nanoflann::SearchParams Struct Reference

#include <DTK_nanoflann.hpp>

Public Member Functions

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

Public Attributes

int checks
 
float eps
 search for eps-approximate neighbours (default: 0) More...
 
bool sorted
 

Detailed Description

Search options for KDTreeSingleIndexAdaptor::findNeighbors()

Definition at line 492 of file DTK_nanoflann.hpp.

Constructor & Destructor Documentation

DataTransferKit::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 496 of file DTK_nanoflann.hpp.

Member Data Documentation

int DataTransferKit::nanoflann::SearchParams::checks

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

Definition at line 504 of file DTK_nanoflann.hpp.

float DataTransferKit::nanoflann::SearchParams::eps

search for eps-approximate neighbours (default: 0)

Definition at line 506 of file DTK_nanoflann.hpp.

bool DataTransferKit::nanoflann::SearchParams::sorted

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

Definition at line 507 of file DTK_nanoflann.hpp.


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