<p dir="ltr">Hi Nicholas,</p>
<p dir="ltr">WrapITK does not currently support C#, and I know of no current plans to do so.</p>
<p dir="ltr">Even if WrapITK did support C#, iterators would be of little practical use because the cost of transferring from the native language to the wrapped language would incur too great a performance penalty (i.e. it would be too slow).</p>

<p dir="ltr">I would recommend using SimpleITK. What operation do you need to use iterators? Can you create a custom filter utilising the iterator and wrap that? Or create the desired operation by chaining together existing filters?</p>

<p dir="ltr">Good luck.</p>
<p dir="ltr">Cheers, Dan</p>
<div class="gmail_quote">On 30 Dec 2013 06:48, "Zhongliu Xie" <<a href="mailto:zhongliu.xie10@imperial.ac.uk">zhongliu.xie10@imperial.ac.uk</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Dear fellow ITK users,<br>
<br>
I have been trying to use ITK on C#, but have encountered difficulties.<br>
For the moment, I have tried Simple ITK which has been a success,<br>
however as far as I know Simple ITK does not support Iterators.<br>
Therefore I have been thinking of wrapping ITK for C# environment. I<br>
have also checked the ManagedITK page at<br>
<a href="http://code.google.com/p/manageditk/" target="_blank">http://code.google.com/p/<u></u>manageditk/</a>, but it says the project is no<br>
longer under active development, and the "ITK version 4 may include<br>
internal support for C# wrapping, making ManagedITK unnecessary".<br>
Therefore I would like to ask what is the latest way to wrap ITK? Does<br>
anybody have a clue?<br>
<br>
Many thanks,<br>
Nicholas<br>
<br>
<br>
<br>
______________________________<u></u>_______<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/<u></u>opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.php" target="_blank">http://www.kitware.com/<u></u>products/protraining.php</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_<u></u>FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/<u></u>listinfo/insight-users</a><br>
______________________________<u></u>_________________<br>
Community mailing list<br>
<a href="mailto:Community@itk.org" target="_blank">Community@itk.org</a><br>
<a href="http://public.kitware.com/cgi-bin/mailman/listinfo/community" target="_blank">http://public.kitware.com/cgi-<u></u>bin/mailman/listinfo/community</a><br>
</blockquote></div>