ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
flann::SearchParams Struct Reference

#include <params.h>

Public Member Functions

 SearchParams (int checks_=32, float eps_=0.0, bool sorted_=true)
 

Public Attributes

int checks
 
float eps
 
bool sorted
 
int max_neighbors
 
tri_type use_heap
 
int cores
 
bool matrices_in_gpu_ram
 

Detailed Description

Definition at line 61 of file params.h.

Constructor & Destructor Documentation

◆ SearchParams()

flann::SearchParams::SearchParams ( int  checks_ = 32,
float  eps_ = 0.0,
bool  sorted_ = true 
)
inline

Definition at line 63 of file params.h.

References cores, flann::FLANN_Undefined, matrices_in_gpu_ram, max_neighbors, and use_heap.

Member Data Documentation

◆ checks

◆ cores

int flann::SearchParams::cores

Definition at line 83 of file params.h.

Referenced by SearchParams().

◆ eps

◆ matrices_in_gpu_ram

bool flann::SearchParams::matrices_in_gpu_ram

Definition at line 85 of file params.h.

Referenced by SearchParams().

◆ max_neighbors

int flann::SearchParams::max_neighbors

Definition at line 79 of file params.h.

Referenced by SearchParams().

◆ sorted

bool flann::SearchParams::sorted

Definition at line 77 of file params.h.

◆ use_heap

tri_type flann::SearchParams::use_heap

Definition at line 81 of file params.h.

Referenced by SearchParams().


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