$extrastylesheet
Functions | |
| dump_header | mln::io::dump::get_header (const std::string &filename) |
| template<typename I > | |
| void | mln::io::dump::load (Image< I > &ima_, const std::string &filename) |
| template<typename I > | |
| void | mln::io::dump::save (const Image< I > &ima_, const std::string &filename) |
Dump I/O routines.
| dump_header mln::io::dump::get_header | ( | const std::string & | filename | ) |
Retrieve header from a dump file.
| 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. |
| void mln::io::dump::save | ( | const Image< I > & | ima_, |
| const std::string & | filename | ||
| ) |
Save a Milena image by dumping its data to a file.
\param[in] ima_ The image to save.
\param[in] filename the destination.