Functions | |
template<typename I> | |
void | load_ascii (std::ifstream &file, I &ima) |
load_ascii. | |
template<typename I> | |
void | load_raw_2d (std::ifstream &file, I &ima) |
load_raw_2d. |
void mln::io::pbm::internal::load_ascii | ( | std::ifstream & | file, | |
I & | ima | |||
) | [inline] |
void mln::io::pbm::internal::load_raw_2d | ( | std::ifstream & | file, | |
I & | ima | |||
) | [inline] |
load_raw_2d.
Definition at line 97 of file pbm/load.hh.
References mln::geom::max_col(), mln::geom::max_row(), mln::geom::min_col(), and mln::geom::min_row().
Referenced by mln::io::pbm::load().