|
CoastalME (Coastal Modelling Environment)
Simulates the long-term behaviour of complex coastlines
|
Topics | |
| 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 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) |
| 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) |
|
inline |
Free function to assign to a container
Definition at line 144 of file nanoflann.hpp.
| T nanoflann::pi_const | ( | ) |
the PI constant (required to avoid MSVC missing symbols)
Definition at line 87 of file nanoflann.hpp.
Referenced by nanoflann::SO2_Adaptor< T, DataSource, T, IndexType >::accum_dist().
|
inline |
Free function to resize a resizable object
Definition at line 122 of file nanoflann.hpp.
Referenced by nanoflann::KDTreeSingleIndexAdaptor< metric_t, self_t, row_major ? MatrixType::ColsAtCompileTime :MatrixType::RowsAtCompileTime, IndexType >::computeBoundingBox(), and nanoflann::KDTreeSingleIndexDynamicAdaptor_< Distance, DatasetAdaptor, DIM, IndexType >::computeBoundingBox().