cmodule2 URecog > DynPrintLog { class Cell { // Original image and which part we are looking at IIntegralImage image; DoubleRange xClip, yClip; // color transformations in place DoubleRange[] colorClips = new[3]; // make the root cell *(IIntegralImage *image) { xClip = yClip = doubleRange(0, 1); for i to 3: colorClips[i] = doubleRange(0, 1); } } }