Functions

mln::io::pfm::internal Namespace Reference

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)

Detailed Description

Internal namespace of pfm namespace.


Function Documentation

void mln::io::pfm::internal::abort (  )  [inline]

Definition at line 73 of file pfm/load.hh.

Referenced by read_pfm_header().

template<typename I >
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]

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

References abort().

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