$extrastylesheet
Classes | |
struct | mln::io::fld::fld_header |
Define the header structure of an AVS field data file. More... |
Functions | |
template<typename I > | |
void | mln::io::fld::load (Image< I > &ima_, const char *filename) |
fld_header | mln::io::fld::read_header (std::istream &ins) |
template<typename I > | |
void | mln::io::fld::save (const Image< I > &ima_, const char *filename) |
void | mln::io::fld::write_header (std::ostream &file, const fld_header &h) |
FLD I/O routines.
|
inline |
Load an image from an AVS field file.
[in,out] | ima_ | The image to load. |
[in] | filename | The path to the AVS file. |
fld_header mln::io::fld::read_header | ( | std::istream & | ins | ) |
Read the header form an AVS field file.
ins | The file to read. |
void mln::io::fld::save | ( | const Image< I > & | ima_, |
const char * | filename | ||
) |
Save an image to AVS field file format.
void mln::io::fld::write_header | ( | std::ostream & | file, |
const fld_header & | h | ||
) |
Write the AVS header in a file.
\param file The file to write. \param h The AVS header.