27 #ifndef MLN_MAKE_IMAGE3D_HH
28 # define MLN_MAKE_IMAGE3D_HH
38 # include <mln/core/image/image3d.hh>
39 # include <mln/core/image/image2d.hh>
40 # include <mln/core/image/dmorph/slice_image.hh>
41 # include <mln/data/paste.hh>
42 # include <mln/util/array.hh>
56 image3d(
const util::array<I>& ima);
65 # ifndef MLN_INCLUDE_ONLY
78 n_slis - 1, b.
pmax().row(), b.
pmax().col());
82 mln_assertion(ima[sli].domain() == b);
94 const I& ima = exact(ima_);
97 mln_precondition(ima.is_valid());
101 0, b.pmax().row(), b.pmax().col());
108 # endif // ! MLN_INCLUDE_ONLY
115 #endif // ! MLN_MAKE_IMAGE3D_HH