1234567891011121314151617181920212223(***********************************************************************)(* *)(* Objective Caml *)(* *)(* François Pessaux, projet Cristal, INRIA Rocquencourt *)(* Pierre Weis, projet Cristal, INRIA Rocquencourt *)(* Jun Furuse, projet Cristal, INRIA Rocquencourt *)(* *)(* Copyright 1999-2004, *)(* Institut National de Recherche en Informatique et en Automatique. *)(* Distributed only by permission. *)(* *)(***********************************************************************)(* $Id: region.ml,v 1.1 2006/11/28 15:43:28 rousse Exp $ *)leterror=ref(fun()->raise(Failure"Region error"))(* This will be overridden in images.ml,
so that it raises Images.Out_of_image *)letcheckwidthheightxy=ifx<0||x>=width||y<0||y>=heightthen!error()