Functions | |
void | begin_output () |
void | end_output () |
std::string | file (const std::string &name, const std::string &extension) |
template<typename I> | |
void | pbmsave (const mln::Image< I > &ima, const std::string &name) |
template<typename I> | |
void | pgmsave (const mln::Image< I > &ima, const std::string &name) |
template<typename I> | |
void | ppmsave (const mln::Image< I > &ima, const std::string &name) |
void doc::begin_output | ( | ) | [inline] |
Definition at line 81 of file sample_utils.hh.
void doc::end_output | ( | ) | [inline] |
Definition at line 88 of file sample_utils.hh.
std::string doc::file | ( | const std::string & | name, | |
const std::string & | extension | |||
) | [inline] |
void doc::pbmsave | ( | const mln::Image< I > & | ima, | |
const std::string & | name | |||
) | [inline] |
void doc::pgmsave | ( | const mln::Image< I > & | ima, | |
const std::string & | name | |||
) | [inline] |
void doc::ppmsave | ( | const mln::Image< I > & | ima, | |
const std::string & | name | |||
) | [inline] |