<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>Normally, to visit every pixel in an Image, you’d use an ImageRegionIterator, or ImageRegionConstIterator.  The latter you’d use when you don’t want to or cannot modify the image.</div>
<div><br>
</div>
<div>ImageRegionIteratorWithIndex (and ImageRegionConstIteratorWithIndex) are, as Jim Miller said, optimized for reporting the index of the voxel currently referenced by the iterator.</div>
<div><br>
</div>
<div>A very common use would be to iterate through an image, but use the index to access another image’s voxels as well. Generally, you’d use an iterator for each image  but there are cases — like when you only occasionally use the index to access another image
 — where it makes sense not to bother with the second iterator.</div>
<div><br>
</div>
<span id="OLK_SRC_BODY_SECTION">
<div style="font-family:Calibri; font-size:11pt; text-align:left; color:black; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<span style="font-weight:bold">From: </span>Abdul Abdul <<a href="mailto:abdul.sw84@gmail.com">abdul.sw84@gmail.com</a>><br>
<span style="font-weight:bold">Date: </span>Friday, October 24, 2014 at 4:00 AM<br>
<span style="font-weight:bold">To: </span>Insight <<a href="mailto:insight-users@itk.org">insight-users@itk.org</a>><br>
<span style="font-weight:bold">Subject: </span>[ITK-users] ImageRegionIteratorWithIndex<br>
</div>
<div><br>
</div>
<div>
<div>
<div dir="ltr">
<div>
<div>Hello,<br>
<br>
</div>
What is the purpose of <a href="http://www.itk.org/Doxygen/html/classitk_1_1ImageRegionIteratorWithIndex.html">
ImageRegionIteratorWithIndex</a>? I didn't get the whole point from the documentation. Can you kindly just clarify it a bit?<br>
<br>
</div>
Thanks.<br>
</div>
</div>
</div>
</span><br>
<br>
<hr>
Notice: This UI Health Care e-mail (including attachments) is covered by the Electronic Communications Privacy Act, 18 U.S.C. 2510-2521, is confidential and may be legally privileged.  If you are not the intended recipient, you are hereby notified that any
 retention, dissemination, distribution, or copying of this communication is strictly prohibited.  Please reply to the sender that you have received the message in error, then delete it.  Thank you.
<hr>
</body>
</html>