Namespace of cloud input/output handling. More...
Namespaces | |
| namespace | internal |
Functions | |
| template<typename P > | |
| void | load (p_array< P > &arr, const std::string &filename) |
| Load a cloud of points. | |
| template<typename P > | |
| void | save (const p_array< P > &arr, const std::string &filename) |
| Load a cloud of points. | |
Namespace of cloud input/output handling.
| 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. |
FIXME: do we really want this?
FIXME: do we really want this?
Definition at line 88 of file cloud/load.hh.
References mln::trace::entering(), mln::trace::exiting(), and mln::io::cloud::internal::load_data().
| 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. |
Definition at line 83 of file cloud/save.hh.
References mln::trace::entering(), mln::trace::exiting(), and mln::io::cloud::internal::save_data().
Referenced by mln::registration::remove_too_far_sites().
1.7.1