<div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br><br>
I would like to translate the C++ itarator exemple of the OTBSoftwareGuide (chapter 23, page 533) in java.<br>
But it seems that the ++i has not been wrapped in java. Do you know how I could do &quot;iterator.next&quot; ?<br>
</blockquote><div><br></div><div><br></div><div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; "><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal Arial; ">
Currently, Iterators are not supported well with wrapping. However, you can achieve the same result simply by using GetPixel() and SetPixel() on an image.</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal Arial; ">
<font class="Apple-style-span" face="arial, sans-serif"><font class="Apple-style-span" face="Arial"><br></font></font></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal Arial; ">
<br></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 13px/normal Arial; ">-- Ashish</p></span></div></div></div>