MRPT  2.0.2
Functions
Load/save auxiliary functions

Detailed Description

Collaboration diagram for Load/save auxiliary functions:

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)
 

Function Documentation

◆ load_value() [1/2]

template<typename T >
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().

Here is the caller graph for this function:

◆ load_value() [2/2]

template<typename T >
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().

Here is the call graph for this function:

◆ save_value() [1/2]

template<typename T >
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().

Here is the caller graph for this function:

◆ save_value() [2/2]

template<typename T >
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().

Here is the call graph for this function:



Page generated by Doxygen 1.8.14 for MRPT 2.0.2 Git: 9b4fd2465 Mon May 4 16:59:08 2020 +0200 at lun may 4 17:26:07 CEST 2020