[Insight-users] NeighborhoodIterator and java

Clément AZAIS clement.azais at cesbio.cnes.fr
Wed Jun 15 09:14:32 EDT 2011


Hi, 
I would like to translate the C++ itarator exemple of the OTBSoftwareGuide (chapter 23, page 533) in java.
But it seems that the ++i has not been wrapped in java. Do you know how I could do "iterator.next" ?
Thanks a lot, 
Clément

P.S : here is my trouble : 

for (iterator.GoToBegin(); !iterator.IsAtEnd() ; ???????){
                }


More information about the Insight-users mailing list