nanoflann
C++ header-only ANN library
Public Member Functions | Public Attributes | List of all members
nanoflann::SearchParameters Struct Reference

#include <nanoflann.hpp>

Public Member Functions

 SearchParameters (float eps_=0, bool sorted_=true)
 

Public Attributes

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

Detailed Description

Search options for KDTreeSingleIndexAdaptor::findNeighbors()

Member Data Documentation

◆ sorted

bool nanoflann::SearchParameters::sorted

distance (default: true)

only for radius search, require neighbours sorted by


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