$extrastylesheet
Namespaces | |
namespace | internal |
Functions | |
void | load (bin_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 unsigned_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 vtk input/output handling.
void mln::io::vtk::load | ( | bin_2complex_image3df & | ima, |
const std::string & | filename | ||
) |
Load a (binary) VTK image into a complex image.
[in] | ima | A reference to the image to construct. |
[in] | filename | The name of the file to load. |
void mln::io::vtk::save | ( | const bin_2complex_image3df & | ima, |
const std::string & | filename | ||
) |
Save a (binary) VTK image into a complex image.
[in] | ima | The image to save. |
[in] | filename | The name of the file where to save the image. |
void mln::io::vtk::save | ( | const int_u8_2complex_image3df & | ima, |
const std::string & | filename | ||
) |
Save an 8-bit gray-level VTK image into a complex image.
[in] | ima | The image to save. |
[in] | filename | The name of the file where to save the image. |
void mln::io::vtk::save | ( | const unsigned_2complex_image3df & | ima, |
const std::string & | filename | ||
) |
Save a gray-level VTK image into a complex image.
[in] | ima | The image to save. |
[in] | filename | The name of the file where to save the image. |
void mln::io::vtk::save | ( | const float_2complex_image3df & | ima, |
const std::string & | filename | ||
) |
Save a floating-point value gray-level VTK image into a complex image.
[in] | ima | The image to save. |
[in] | filename | The name of the file where to save the image. |
void mln::io::vtk::save | ( | const rgb8_2complex_image3df & | ima, |
const std::string & | filename | ||
) |
Save a 3x8-bit RGB (color) VTK image into a complex image.
[in] | ima | The image to save. |
[in] | filename | The name of the file where to save the image. |
void mln::io::vtk::save_bin_alt | ( | const I & | ima, |
const std::string & | filename | ||
) |
FIXME: Similar to mln::io::vtk::save(const bin_2complex_image3df&, const std::string&), but does not save faces whose value is `false'.
Definition at line 198 of file save_bin_alt.hh.