26 #ifndef MLN_GEOM_MIN_IND_HH
27 # define MLN_GEOM_MIN_IND_HH
33 # include <mln/core/concept/image.hh>
44 mln_deduce(I, site, coord)
min_ind(const Image<I>& ima);
47 # ifndef MLN_INCLUDE_ONLY
53 trace::entering(
"mln::geom::min_ind");
55 mln_precondition(exact(ima).is_valid());
56 mln_deduce(I, site, coord) minind = exact(ima).bbox().pmin().ind();
58 trace::exiting(
"mln::geom::min_ind");
62 # endif // ! MLN_INCLUDE_ONLY
69 #endif // ! MLN_GEOM_MIN_IND_HH