Modules | |
Result set classes | |
Load/save auxiliary functions | |
Metric (distance) classes | |
Parameter structs | |
Memory allocation | |
Auxiliary metaprogramming stuff | |
KD-tree classes and adaptors | |
Functions | |
template<typename Container , typename T > | |
std::enable_if< has_assign< Container >::value, void >::type | nanoflann::assign (Container &c, const size_t nElements, const T &value) |
template<typename T > | |
T | nanoflann::pi_const () |
template<typename Container > | |
std::enable_if< has_resize< Container >::value, void >::type | nanoflann::resize (Container &c, const size_t nElements) |
|
inline |
Free function to assign to a container
Definition at line 124 of file nanoflann.hpp.
T nanoflann::pi_const | ( | ) |
the PI constant (required to avoid MSVC missing symbols)
Definition at line 79 of file nanoflann.hpp.
|
inline |
Free function to resize a resizable object
Definition at line 104 of file nanoflann.hpp.