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] |
| void doc::end_output | ( | ) | [inline] |
| 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] |
References file(), and mln::io::pbm::save().
| void doc::pgmsave | ( | const mln::Image< I > & | ima, | |
| const std::string & | name | |||
| ) | [inline] |
References file(), and mln::io::pgm::save().
| void doc::ppmsave | ( | const mln::Image< I > & | ima, | |
| const std::string & | name | |||
| ) | [inline] |
References file(), and mln::io::ppm::save().
1.7.1