Implementation namespace of pfm namespace. More...
Functions | |
template<typename I > | |
void | save_ (const Image< I > &ima_, const std::string &filename) |
template<typename I > | |
void | save_header_ (const I &ima, std::ofstream &file) |
Implementation namespace of pfm namespace.
void mln::io::pfm::impl::save_ | ( | const Image< I > & | ima_, | |
const std::string & | filename | |||
) | [inline] |
References mln::exact(), mln::geom::max_row(), mln::geom::min_row(), mln::geom::ncols(), and save_header_().
Referenced by mln::io::pfm::save().
void mln::io::pfm::impl::save_header_ | ( | const I & | ima, | |
std::ofstream & | file | |||
) | [inline] |
References mln::geom::nrows().
Referenced by save_().