| 
    MRPT
    2.0.4
    
   | 
 
Functions | |
| template<typename T > | |
| void | nanoflann::save_value (FILE *stream, const T &value, size_t count=1) | 
| template<typename T > | |
| void | nanoflann::save_value (FILE *stream, const std::vector< T > &value) | 
| template<typename T > | |
| void | nanoflann::load_value (FILE *stream, T &value, size_t count=1) | 
| template<typename T > | |
| void | nanoflann::load_value (FILE *stream, std::vector< T > &value) | 
| void nanoflann::load_value | ( | FILE * | stream, | 
| T & | value, | ||
| size_t | count = 1  | 
        ||
| ) | 
Definition at line 223 of file nanoflann.hpp.
References nanoflann::KNNResultSet< DistanceType, IndexType, CountType >::count.
Referenced by nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::load_tree(), and nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::loadIndex().
| void nanoflann::load_value | ( | FILE * | stream, | 
| std::vector< T > & | value | ||
| ) | 
Definition at line 233 of file nanoflann.hpp.
References nanoflann::KNNResultSet< DistanceType, IndexType, CountType >::size().
| void nanoflann::save_value | ( | FILE * | stream, | 
| const T & | value, | ||
| size_t | count = 1  | 
        ||
| ) | 
Definition at line 209 of file nanoflann.hpp.
References nanoflann::KNNResultSet< DistanceType, IndexType, CountType >::count.
Referenced by nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::save_tree(), and nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::saveIndex().
| void nanoflann::save_value | ( | FILE * | stream, | 
| const std::vector< T > & | value | ||
| ) | 
Definition at line 215 of file nanoflann.hpp.
References nanoflann::KNNResultSet< DistanceType, IndexType, CountType >::size().
| Page generated by Doxygen 1.8.14 for MRPT 2.0.4 Git: 33de1d0ad Sat Jun 20 11:02:42 2020 +0200 at sáb jun 20 17:35:17 CEST 2020 |