$extrastylesheet
Namespaces | |
namespace | internal |
Functions | |
void | load (bin_2complex_image3df &ima, const std::string &filename) |
void | load (float_2complex_image3df &ima, const std::string &filename) |
void | load (rgb8_2complex_image3df &ima, const std::string &filename) |
void | save (const bin_2complex_image3df &ima, const std::string &filename) |
void | save (const int_u8_2complex_image3df &ima, const std::string &filename) |
void | save (const float_2complex_image3df &ima, const std::string &filename) |
void | save (const rgb8_2complex_image3df &ima, const std::string &filename) |
template<typename I > | |
void | save_bin_alt (const I &ima, const std::string &filename) |
Namespace of off input/output handling.
void mln::io::off::save_bin_alt | ( | const I & | ima, |
const std::string & | filename | ||
) |
FIXME: Similar to mln::io::off::save(const bin_2complex_image3df&, const std::string&), but does not save faces whose value is `false'.
Definition at line 64 of file save_bin_alt.hh.