Functions

mln::io::pbm::internal Namespace Reference

Internal namespace of pbm namespace. More...

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.

Detailed Description

Internal namespace of pbm namespace.


Function Documentation

template<typename I >
void mln::io::pbm::internal::load_ascii ( std::ifstream &  file,
I &  ima 
) [inline]

load_ascii.

Definition at line 80 of file pbm/load.hh.

Referenced by mln::io::pbm::load().

template<typename I >
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().