|
Classes | |
| struct | nanoflann::L1_Adaptor |
| Manhattan distance functor (generic version, optimized for high-dimensionality data sets). More... | |
| struct | nanoflann::L2_Adaptor |
| Squared Euclidean distance functor (generic version, optimized for high-dimensionality data sets). More... | |
| struct | nanoflann::L2_Simple_Adaptor |
| 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) |
| T nanoflann::abs | ( | T | x | ) | [inline] |
Definition at line 214 of file nanoflann.hpp.
Referenced by mrpt::opengl::COctreePointRenderer< CPointCloudColoured >::octree_recursive_render(), mrpt::math::CQuaternion< double >::CQuaternion(), mrpt::topography::TCoords::getDegMinSec(), mrpt::topography::TCoords::setDegMinSec(), isSingular(), mrpt::math::vectorsAreParallel2D(), mrpt::math::vectorsAreParallel3D(), nanoflann::abs< int >(), nanoflann::L1_Adaptor::operator()(), and mrpt::math::slerp().
| double nanoflann::abs< double > | ( | double | x | ) | [inline] |
Definition at line 217 of file nanoflann.hpp.
| float nanoflann::abs< float > | ( | float | x | ) | [inline] |
Definition at line 216 of file nanoflann.hpp.
| int nanoflann::abs< int > | ( | int | x | ) | [inline] |
Definition at line 215 of file nanoflann.hpp.
References nanoflann::abs().
| long double nanoflann::abs< long double > | ( | long double | x | ) | [inline] |
Definition at line 218 of file nanoflann.hpp.
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |