Dear Gaëtan,<br><br>thanks for your answer. <br><br>Unfortunately option: WRAP_ITKVTK doesn&#39;t exist in new version of WrapITK, even though it is mentioned in lots of posts/ tutorials I have found. Strange...<br><br>As far as I have checked, this is because Java wrapping doesn&#39;t work well in WrapITK project. There are several classes, such as: VTKImageExport, VTKImageExportBase, VTKImageIO and many others that are wrongly wrapped, giving strange output arguments (SWIGTYPE_p_void, SWIGTYPE_p_p_p_void_int etc...). And all filters that are used to connect ITK with VTK (e.g itkImageToVTKImageFilter.h) are based on those classes. <br>
<br>Additionally, building Java wrappers with WrapITK is broken in several places. I took my a while to get rid of several errors during compilation. That is why only Python language is supported by them. <br><br>Only good thing of WrapITK is that, they support new GDCM DICOM library that is in new version of ITK. It works well as I have tested it. <br>
<br>Building External projects (e.g ItkVtkGlue) is also broken on Java.<br><br>What I am doing now to connect ITK with VTK in Java is... saving data into raw, binary file and reading it with VTK. Which is a pain...<br><br>
If somebody knows better solution please let me know.<br><br><br>Best regards,<br>Grzegorz<br><br>PS. Java wrappers for VTK works like a charm!!! Thank you for good job.<br><br><br>
<br><br><div class="gmail_quote">2010/12/8 Gaëtan Lehmann <span dir="ltr">&lt;<a href="mailto:gaetan.lehmann@jouy.inra.fr">gaetan.lehmann@jouy.inra.fr</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
Gregorz,<br>
<br>
I think there is a module like that in WrapITK on googlecode<br>
<br>
  <a href="http://code.google.com/p/wrapitk/source/browse/#svn/branches/maint/Libraries/ItkVtk" target="_blank">http://code.google.com/p/wrapitk/source/browse/#svn/branches/maint/Libraries/ItkVtk</a><br>
<br>
you have to turn on WRAP_ITKVTK when building WrapITK.<br>
I haven&#39;t tested it my self so I can&#39;t say for sure how it work.<br>
<br>
Hopefully, this code should be move to the external project you&#39;ve cited in the next weeks or months.<br>
<br>
Gaëtan<br>
<br>
<br>
<br>
Le 7 déc. 10 à 22:43, Grzegorz Toporek a écrit :<br>
<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div><div></div><div class="h5">
Hi all,<br>
<br>
does anyone knows how to connect ITK with VTK in Java?<br>
<br>
I have been working on it quite long and still no success.<br>
<br>
<br>
Kind regards,<br>
Gregorz<br>
<br>
<br>
Hi everyone,<br>
<br>
does anybody has following files wrapped in Java?:<br>
<br>
itkImageToVTKImageFilter.h<br>
itkImageToVTKImageFilter.txx<br>
<br>
I would like to connect my applications written both in ITK and VTK.<br>
<br>
Unfortunately, WrapITK supports only Python wrapping (ExternalProjects/ItkVtkGlue/) and I do not know how to reimplement this to support Java.<br>
<br>
Looking forward to your reply.<br>
<br>
<br>
Kind regards,<br>
Grzegorz<br>
<br>
<br></div></div>
_____________________________________<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/opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.html" target="_blank">http://www.kitware.com/products/protraining.html</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_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/listinfo/insight-users</a><br>
</blockquote>
<br>
-- <br>
Gaëtan Lehmann<br>
Biologie du Développement et de la Reproduction<br>
INRA de Jouy-en-Josas (France)<br>
tel: +33 1 34 65 29 66    fax: 01 34 65 29 09<br>
<a href="http://voxel.jouy.inra.fr" target="_blank">http://voxel.jouy.inra.fr</a>  <a href="http://www.itk.org" target="_blank">http://www.itk.org</a><br>
<a href="http://www.mandriva.org" target="_blank">http://www.mandriva.org</a>  <a href="http://www.bepo.fr" target="_blank">http://www.bepo.fr</a><br>
<br>
</blockquote></div><br>