OpenLB 1.7
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
nanoflann::KDTreeSingleIndexAdaptorParams Struct Reference

Parameters (see http://code.google.com/p/nanoflann/ for help choosing the parameters) More...

#include <nanoflann.hpp>

+ Collaboration diagram for nanoflann::KDTreeSingleIndexAdaptorParams:

Public Member Functions

 KDTreeSingleIndexAdaptorParams (size_t _leaf_max_size=10, int dim_=-1)
 

Public Attributes

size_t leaf_max_size
 
int dim
 

Detailed Description

Parameters (see http://code.google.com/p/nanoflann/ for help choosing the parameters)

Definition at line 473 of file nanoflann.hpp.

Constructor & Destructor Documentation

◆ KDTreeSingleIndexAdaptorParams()

nanoflann::KDTreeSingleIndexAdaptorParams::KDTreeSingleIndexAdaptorParams ( size_t _leaf_max_size = 10,
int dim_ = -1 )
inline

Definition at line 474 of file nanoflann.hpp.

Member Data Documentation

◆ dim

int nanoflann::KDTreeSingleIndexAdaptorParams::dim

Definition at line 480 of file nanoflann.hpp.

◆ leaf_max_size

size_t nanoflann::KDTreeSingleIndexAdaptorParams::leaf_max_size

Definition at line 479 of file nanoflann.hpp.


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