Namespace of dump input/output handling. More...
Namespaces | |
| namespace | internal |
Functions | |
| template<typename I > | |
| void | load (Image< I > &ima_, const std::string &filename) |
| Load a Milena image by dumped into a file. | |
| template<typename I > | |
| void | save (const Image< I > &ima_, const std::string &filename) |
| Save a Milena image by dumping its data to a file. | |
Namespace of dump input/output handling.
| void mln::io::dump::load | ( | Image< I > & | ima_, | |
| const std::string & | filename | |||
| ) |
Load a Milena image by dumped into a file.
| [in,out] | ima_ | The image to load. |
| [in] | filename | the destination. |
References mln::trace::entering(), mln::exact(), mln::trace::exiting(), mln::io::dump::internal::load_data(), and mln::io::dump::internal::load_header().
| void mln::io::dump::save | ( | const Image< I > & | ima_, | |
| const std::string & | filename | |||
| ) |
Save a Milena image by dumping its data to a file.
| [in] | ima_ | The image to save. |
| [in] | filename | the destination. |
References mln::trace::entering(), mln::exact(), mln::trace::exiting(), mln::io::dump::internal::save_data(), and mln::io::dump::internal::save_header().
1.7.1