|
CoastalME (Coastal Modelling Environment)
Simulates the long-term behaviour of complex coastlines
|
Functions | |
| template<typename T> | |
| void | nanoflann::save_value (std::ostream &stream, const T &value) |
| template<typename T> | |
| void | nanoflann::save_value (std::ostream &stream, const std::vector< T > &value) |
| template<typename T> | |
| void | nanoflann::load_value (std::istream &stream, T &value) |
| template<typename T> | |
| void | nanoflann::load_value (std::istream &stream, std::vector< T > &value) |
| void nanoflann::load_value | ( | std::istream & | stream, |
| std::vector< T > & | value ) |
Definition at line 470 of file nanoflann.hpp.
| void nanoflann::load_value | ( | std::istream & | stream, |
| T & | value ) |
Definition at line 464 of file nanoflann.hpp.
Referenced by nanoflann::KDTreeBaseClass< Derived, Distance, DatasetAdaptor, DIM, index_t >::load_tree(), load_value(), load_value(), and nanoflann::KDTreeBaseClass< Derived, Distance, DatasetAdaptor, DIM, index_t >::loadIndex().
| void nanoflann::save_value | ( | std::ostream & | stream, |
| const std::vector< T > & | value ) |
Definition at line 456 of file nanoflann.hpp.
| void nanoflann::save_value | ( | std::ostream & | stream, |
| const T & | value ) |
Definition at line 450 of file nanoflann.hpp.
Referenced by nanoflann::KDTreeBaseClass< Derived, Distance, DatasetAdaptor, DIM, index_t >::save_tree(), save_value(), save_value(), and nanoflann::KDTreeBaseClass< Derived, Distance, DatasetAdaptor, DIM, index_t >::saveIndex().