27 #ifndef MLN_GEOM_MIN_COL_HH
28 # define MLN_GEOM_MIN_COL_HH
34 # include <mln/core/concept/image.hh>
35 # include <mln/geom/bbox.hh>
46 mln_deduce(I, site, coord)
min_col(const Image<I>& ima);
50 mln_deduce(B, site, coord)
min_col(const Box<B>& b);
53 # ifndef MLN_INCLUDE_ONLY
59 mln_precondition(exact(ima).is_valid());
60 mln_deduce(I, site, coord) mincol =
geom::bbox(ima).pmin().col();
70 metal::not_<metal::equal<metal::int_<B::dim>, metal::int_<1> > >::check();
71 mln_deduce(B, site, coord) mincol = exact(b).pmin().col();
76 # endif // ! MLN_INCLUDE_ONLY
83 #endif // ! MLN_GEOM_MIN_COL_HH