Namespaces | Functions

mln::io::pbms Namespace Reference

Namespace of pbms input/output handling. More...

Namespaces

namespace  impl
 

Namespace of pbms implementation details.


Functions

void load (image3d< bool > &ima, const util::array< std::string > &filenames)
 Load pbms images as slices of a 3D Milena image.

Detailed Description

Namespace of pbms input/output handling.


Function Documentation

void mln::io::pbms::load ( image3d< bool > &  ima,
const util::array< std::string > &  filenames 
) [inline]

Load pbms images as slices of a 3D Milena image.

Parameters:
[out] ima A reference to the 3D image which will receive data.
[in] filenames The list of 2D images to load..

Definition at line 65 of file pbms/load.hh.