<p style="MARGIN: 0cm 0cm 10pt" class="MsoNormal"><font size="3" face="Calibri">Dear itk users,</font></p>
<p style="MARGIN: 0cm 0cm 10pt" class="MsoNormal"><font size="3" face="Calibri">I read most of itk software guide chapter 11(iterators) but I still confused which iterators I can use efficiently in my application.</font></p>

<p style="MARGIN: 0cm 0cm 10pt" class="MsoNormal"><font size="3" face="Calibri">Basically, what I want to do is to divide my volume (3D image) into a set of rectangular boxes and within each box I compute a measure (mean CT value, max and other application based measures).</font></p>

<p style="MARGIN: 0cm 0cm 10pt" class="MsoNormal"><font size="3" face="Calibri">So what I am thinking is to use two iterators: <span style="mso-spacerun: yes"> </span>one iterator to move the centre of each box within the image and the second iterator is to move within each box to compute the measures? <span style="mso-spacerun: yes"> </span>Am I right in my plan? Is there another efficient way to deal with the problem?</font></p>

<p style="MARGIN: 0cm 0cm 10pt" class="MsoNormal"><font size="3" face="Calibri">Thank you for your time and help.</font></p>
<p style="MARGIN: 0cm 0cm 10pt" class="MsoNormal"><font size="3" face="Calibri">Anna,</font></p>