Public Member Functions | Public Attributes
nanoflann::SearchParams Struct Reference

#include <nanoflann.hpp>

List of all members.

Public Member Functions

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


Member Data Documentation

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

Definition at line 414 of file nanoflann.hpp.

search for eps-approximate neighbours (default: 0)

Definition at line 415 of file nanoflann.hpp.

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

Definition at line 416 of file nanoflann.hpp.


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


shape_reconstruction
Author(s): Roberto Martín-Martín
autogenerated on Sat Jun 8 2019 18:41:09