|
CoastalME (Coastal Modelling Environment)
Simulates the long-term behaviour of complex coastlines
|
#include <nanoflann.hpp>
Public Member Functions | |
| KDTreeSingleIndexAdaptorParams (size_t _leaf_max_size=10, KDTreeSingleIndexAdaptorFlags _flags=KDTreeSingleIndexAdaptorFlags::None, unsigned int _n_thread_build=1) | |
Data Fields | |
| size_t | leaf_max_size |
| KDTreeSingleIndexAdaptorFlags | flags |
| unsigned int | n_thread_build |
Parameters (see README.md)
Definition at line 810 of file nanoflann.hpp.
|
inline |
Definition at line 812 of file nanoflann.hpp.
| KDTreeSingleIndexAdaptorFlags nanoflann::KDTreeSingleIndexAdaptorParams::flags |
Definition at line 824 of file nanoflann.hpp.
Referenced by nanoflann::KDTreeSingleIndexAdaptor< metric_t, self_t, row_major ? MatrixType::ColsAtCompileTime :MatrixType::RowsAtCompileTime, IndexType >::init(), and KDTreeSingleIndexAdaptorParams().
| size_t nanoflann::KDTreeSingleIndexAdaptorParams::leaf_max_size |
Definition at line 823 of file nanoflann.hpp.
Referenced by nanoflann::KDTreeSingleIndexAdaptor< metric_t, self_t, row_major ? MatrixType::ColsAtCompileTime :MatrixType::RowsAtCompileTime, IndexType >::init(), and KDTreeSingleIndexAdaptorParams().
| unsigned int nanoflann::KDTreeSingleIndexAdaptorParams::n_thread_build |
Definition at line 825 of file nanoflann.hpp.
Referenced by nanoflann::KDTreeSingleIndexAdaptor< metric_t, self_t, row_major ? MatrixType::ColsAtCompileTime :MatrixType::RowsAtCompileTime, IndexType >::init(), and KDTreeSingleIndexAdaptorParams().