uvgVPCCenc 1.0.0
uvgVPCCenc is an open-source real-time V-PCC encoder library written in C++ from scratch.
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
nanoflann::SearchParameters Struct Reference

#include <nanoflann.hpp>

Collaboration diagram for nanoflann::SearchParameters:

Public Member Functions

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

Public Attributes

float eps
 search for eps-approximate neighbours (default: 0)
 
bool sorted
 

Detailed Description

Search options for KDTreeSingleIndexAdaptor::findNeighbors()

Constructor & Destructor Documentation

◆ SearchParameters()

nanoflann::SearchParameters::SearchParameters ( float  eps_ = 0,
bool  sorted_ = true 
)
inline

Member Data Documentation

◆ eps

float nanoflann::SearchParameters::eps

search for eps-approximate neighbours (default: 0)

◆ sorted

bool nanoflann::SearchParameters::sorted

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


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