$extrastylesheet
Functions | |
template<typename P > | |
void | mln::io::cloud::load (p_array< P > &arr, const std::string &filename) |
template<typename P > | |
void | mln::io::cloud::save (const p_array< P > &arr, const std::string &filename) |
Cloud I/O routines.
void mln::io::cloud::load | ( | p_array< P > & | arr, |
const std::string & | filename | ||
) |
Load a cloud of points.
[in,out] | arr | the site set where to load the data. |
[in] | filename | file to load. |
void mln::io::cloud::save | ( | const p_array< P > & | arr, |
const std::string & | filename | ||
) |
Load a cloud of points.
[in] | arr | the cloud of points to save. |
[in] | filename | the destination. |