Functions

mln::io::cloud::internal Namespace Reference

Functions

template<typename P >
void load_data (p_array< P > &arr, std::ifstream &file)
template<typename P >
void save_data (const p_array< P > &arr, std::ofstream &file)

Function Documentation

template<typename P >
void mln::io::cloud::internal::load_data ( p_array< P > &  arr,
std::ifstream &  file 
) [inline]

Definition at line 71 of file cloud/load.hh.

References mln::p_array< P >::append().

Referenced by mln::io::cloud::load().

template<typename P >
void mln::io::cloud::internal::save_data ( const p_array< P > &  arr,
std::ofstream &  file 
) [inline]

Definition at line 63 of file cloud/save.hh.

References mln::point< G, C >::to_vec().

Referenced by mln::io::cloud::save().