![]() |
nanoflann
C++ header-only ANN library
|
#include <nanoflann.hpp>
Public Types | |
| typedef T | ElementType |
| typedef _DistanceType | DistanceType |
Public Attributes | |
| L2_Simple_Adaptor< T, DataSource > | distance_L2_Simple |
SO3 distance functor (Uses L2_Simple) Corresponding distance traits: nanoflann::metric_SO3
| T | Type of the elements (e.g. double, float) |
| _DistanceType | Type of distance variables (must be signed) (e.g. float, double) |