Functions | |
template<typename I> | |
void | load_data (Image< I > &ima_, std::ifstream &file) |
template<typename I> | |
void | load_header (Image< I > &ima, std::ifstream &file, const std::string &filename) |
template<typename P> | |
void | read_point (std::ifstream &file, P &p) |
template<typename I> | |
void | save_data (I &ima, std::ofstream &file) |
template<typename I> | |
void | save_header (const I &ima, std::ofstream &file) |
void mln::io::dump::internal::load_data | ( | Image< I > & | ima_, | |
std::ifstream & | file | |||
) | [inline] |
Definition at line 150 of file dump/load.hh.
References mln::exact(), and mln::internal::pixel_impl_< I, E >::val().
Referenced by mln::io::dump::load().
void mln::io::dump::internal::load_header | ( | Image< I > & | ima, | |
std::ifstream & | file, | |||
const std::string & | filename | |||
) | [inline] |
Definition at line 76 of file dump/load.hh.
References mln::exact(), and mln::initialize().
Referenced by mln::io::dump::load().
void mln::io::dump::internal::read_point | ( | std::ifstream & | file, | |
P & | p | |||
) | [inline] |
Definition at line 66 of file dump/load.hh.
void mln::io::dump::internal::save_data | ( | I & | ima, | |
std::ofstream & | file | |||
) | [inline] |
Definition at line 111 of file dump/save.hh.
References mln::internal::pixel_impl_< I, E >::val().
Referenced by mln::io::dump::save().
void mln::io::dump::internal::save_header | ( | const I & | ima, | |
std::ofstream & | file | |||
) | [inline] |