$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::io::vtk Namespace Reference

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)

Detailed Description

Namespace of vtk input/output handling.

Function Documentation

void mln::io::vtk::load ( bin_2complex_image3df &  ima,
const std::string &  filename 
)

Load a (binary) VTK image into a complex image.

Parameters
[in]imaA reference to the image to construct.
[in]filenameThe 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.

Parameters
[in]imaThe image to save.
[in]filenameThe 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.

Parameters
[in]imaThe image to save.
[in]filenameThe 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.

Parameters
[in]imaThe image to save.
[in]filenameThe 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.

Parameters
[in]imaThe image to save.
[in]filenameThe 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.

Parameters
[in]imaThe image to save.
[in]filenameThe name of the file where to save the image.
template<typename I >
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.