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]

Referenced by read_pfm_header().

template<typename I >
void mln::io::pfm::internal::load_raw_2d ( std::ifstream &  file,
I &  ima 
) [inline]
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().