Internal namespace of pfm namespace. More...
Functions | |
void | abort () |
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) |
Internal namespace of pfm namespace.
void mln::io::pfm::internal::abort | ( | ) | [inline] |
Referenced by read_pfm_header().
void mln::io::pfm::internal::load_raw_2d | ( | std::ifstream & | file, | |
I & | ima | |||
) | [inline] |
load_raw_2d.
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] |
References abort().
Referenced by mln::io::pfm::load().