Functions | |
void | abort () |
The way to abort when an error occur in io processing. | |
template<typename I> | |
void | load_raw_2d (std::ifstream &file, I &ima) |
load_raw_2d. | |
bool | read_pfm_header (std::istream &file, int &nrows, int &ncols, bool test=false) |
void mln::io::pfm::internal::abort | ( | ) | [inline] |
The way to abort when an error occur in io processing.
Definition at line 73 of file pfm/load.hh.
Referenced by read_pfm_header().
void mln::io::pfm::internal::load_raw_2d | ( | std::ifstream & | file, | |
I & | ima | |||
) | [inline] |
load_raw_2d.
Definition at line 117 of file pfm/load.hh.
References mln::geom::max_row(), mln::geom::min_row(), and mln::geom::ncols().
Referenced by mln::io::pfm::load().
bool mln::io::pfm::internal::read_pfm_header | ( | std::istream & | file, | |
int & | nrows, | |||
int & | ncols, | |||
bool | test = false | |||
) | [inline] |