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) |
| 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().
| 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().
1.7.1