27 #ifndef MLN_GEOM_MAX_COL_HH
28 # define MLN_GEOM_MAX_COL_HH
34 # include <mln/core/concept/image.hh>
35 # include <mln/geom/bbox.hh>
46 mln_deduce(I, site, coord)
max_col(const Image<I>& ima);
50 mln_deduce(B, site, coord)
max_col(const Box<B>& b);
52 # ifndef MLN_INCLUDE_ONLY
58 mln_precondition(exact(ima).is_valid());
59 mln_deduce(I, site, coord) maxcol =
geom::bbox(ima).pmax().col();
69 metal::not_<metal::equal<metal::int_<B::dim>, metal::int_<1> > >::check();
70 mln_deduce(B, site, coord) maxcol = exact(b).pmax().col();
75 # endif // ! MLN_INCLUDE_ONLY
82 #endif // ! MLN_GEOM_MAX_COL_HH