|
CoastalME (Coastal Modelling Environment)
Simulates the long-term behaviour of complex coastlines
|
#include <nanoflann.hpp>
Public Types | |
| using | ElementType = T |
| using | DistanceType = _DistanceType |
Public Member Functions | |
| L2_Adaptor (const DataSource &_data_source) | |
| DistanceType | evalMetric (const T *a, const IndexType b_idx, size_t size, DistanceType worst_dist=-1) const |
| template<typename U, typename V> | |
| DistanceType | accum_dist (const U a, const V b, const size_t) const |
Data Fields | |
| const DataSource & | data_source |
Squared Euclidean distance functor (generic version, optimized for high-dimensionality data sets). Corresponding distance traits: nanoflann::metric_L2
| T | Type of the elements (e.g. double, float, uint8_t) |
| DataSource | Source of the data, i.e. where the vectors are stored |
| _DistanceType | Type of distance variables (must be signed) |
| IndexType | Type of the arguments with which the data can be accessed (e.g. float, double, int64_t, T*) |
Definition at line 561 of file nanoflann.hpp.
| using nanoflann::L2_Adaptor< T, DataSource, _DistanceType, IndexType >::DistanceType = _DistanceType |
Definition at line 564 of file nanoflann.hpp.
| using nanoflann::L2_Adaptor< T, DataSource, _DistanceType, IndexType >::ElementType = T |
Definition at line 563 of file nanoflann.hpp.
|
inline |
Definition at line 568 of file nanoflann.hpp.
|
inline |
Definition at line 607 of file nanoflann.hpp.
|
inline |
Definition at line 570 of file nanoflann.hpp.
| const DataSource& nanoflann::L2_Adaptor< T, DataSource, _DistanceType, IndexType >::data_source |
Definition at line 566 of file nanoflann.hpp.