EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
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 233 of file nanoflann.hpp.
View newest version in sPHENIX GitHub at line 233 of file nanoflann.hpp
References nanoflann::KNNResultSet< DistanceType, IndexType, CountType >::count.
Referenced by nanoflann::KDTreeSingleIndexAdaptor< nanoflann::L2_Simple_Adaptor< double, kdfinder::KDPointCloud< double > >, kdfinder::KDPointCloud< double >, 3 >::load_tree(), and nanoflann::KDTreeSingleIndexAdaptor< nanoflann::L2_Simple_Adaptor< double, kdfinder::KDPointCloud< double > >, kdfinder::KDPointCloud< double >, 3 >::loadIndex().
void nanoflann::load_value | ( | FILE * | stream, |
std::vector< T > & | value | ||
) |
Definition at line 243 of file nanoflann.hpp.
View newest version in sPHENIX GitHub at line 243 of file nanoflann.hpp
References nanoflann::KNNResultSet< DistanceType, IndexType, CountType >::size(), and T.
void nanoflann::save_value | ( | FILE * | stream, |
const T & | value, | ||
size_t | count = 1 |
||
) |
Definition at line 219 of file nanoflann.hpp.
View newest version in sPHENIX GitHub at line 219 of file nanoflann.hpp
References nanoflann::KNNResultSet< DistanceType, IndexType, CountType >::count.
Referenced by nanoflann::KDTreeSingleIndexAdaptor< nanoflann::L2_Simple_Adaptor< double, kdfinder::KDPointCloud< double > >, kdfinder::KDPointCloud< double >, 3 >::save_tree(), and nanoflann::KDTreeSingleIndexAdaptor< nanoflann::L2_Simple_Adaptor< double, kdfinder::KDPointCloud< double > >, kdfinder::KDPointCloud< double >, 3 >::saveIndex().
void nanoflann::save_value | ( | FILE * | stream, |
const std::vector< T > & | value | ||
) |
Definition at line 225 of file nanoflann.hpp.
View newest version in sPHENIX GitHub at line 225 of file nanoflann.hpp
References nanoflann::KNNResultSet< DistanceType, IndexType, CountType >::size(), and T.