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