|
Classes | |
| struct | nanoflann::L1_Adaptor< T, DataSource, _DistanceType > |
| Manhattan distance functor (generic version, optimized for high-dimensionality data sets). More... | |
| struct | nanoflann::L2_Adaptor< T, DataSource, _DistanceType > |
| Squared Euclidean distance functor (generic version, optimized for high-dimensionality data sets). More... | |
| struct | nanoflann::L2_Simple_Adaptor< T, DataSource, _DistanceType > |
| Squared Euclidean distance functor (suitable for low-dimensionality datasets, like 2D or 3D point clouds) Corresponding distance traits: nanoflann::metric_L2_Simple. More... | |
| struct | nanoflann::metric_L1 |
| Metaprogramming helper traits class for the L1 (Manhattan) metric. More... | |
| struct | nanoflann::metric_L2 |
| Metaprogramming helper traits class for the L2 (Euclidean) metric. More... | |
| struct | nanoflann::metric_L2_Simple |
| Metaprogramming helper traits class for the L2_simple (Euclidean) metric. More... | |
Functions | |
| template<typename T > | |
| T | nanoflann::abs (T x) |
| template<> | |
| int | nanoflann::abs< int > (int x) |
| template<> | |
| float | nanoflann::abs< float > (float x) |
| template<> | |
| double | nanoflann::abs< double > (double x) |
| template<> | |
| long double | nanoflann::abs< long double > (long double x) |
|
inline |
Definition at line 214 of file nanoflann.hpp.
Referenced by nanoflann::abs< int >(), mrpt::math::CQuaternion< T >::CQuaternion(), mrpt::topography::TCoords::getDegMinSec(), isSingular(), mrpt::opengl::COctreePointRenderer< CPointCloudColoured >::octree_recursive_render(), nanoflann::L1_Adaptor< T, DataSource, _DistanceType >::operator()(), mrpt::topography::TCoords::setDegMinSec(), mrpt::math::slerp(), and mrpt::math::vectorsAreParallel3D().
|
inline |
Definition at line 217 of file nanoflann.hpp.
|
inline |
Definition at line 216 of file nanoflann.hpp.
|
inline |
Definition at line 215 of file nanoflann.hpp.
References nanoflann::abs().
|
inline |
Definition at line 218 of file nanoflann.hpp.
| Page generated by Doxygen 1.8.3 for MRPT 0.9.6 SVN: at Fri Feb 15 22:05:02 EST 2013 |