RedSunCMX / pythonxy

Automatically exported from code.google.com/p/pythonxy
0 stars 0 forks source link

Building ITK with ITK_CSWIG_CONNECTVTKITK set to ON #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
As both ITK and VTK have been included in pythonxy, it would
be great if they could work together. Actually, connecting ITK and VTK
is possible if ITK is compiled with ITK_CSWIG_CONNECTVTKITK set to ON.
Also, the application ConnectVTKITK has to be built, according to the
example in ITK/Examples/Visualization.

Original issue reported on code.google.com by pierre.raybaut on 7 Sep 2008 at 1:35

GoogleCodeExporter commented 9 years ago
To give more details: It seems that the ITK_CSWIG_CONNECTVTKITK is outdated as I
could not find it besides in the examples file. However, it seems that 
connecting ITK
and VTK is possible by using the VTKImport of VTK and VTKExport of ITK (like 
Snap ITK
does it), and there seem to be more techniques in the pipeline (search 
InsightJournal
for "Seamless integration..."). There is another external application in the 
WrapITK
folder that does not depend on the flag mentioned above. So maybe this issue is 
not
really important for now.

Original comment by grosser....@googlemail.com on 7 Sep 2008 at 5:31

GoogleCodeExporter commented 9 years ago
Ok, do not hesitate to create another issue if needed.

Original comment by pierre.raybaut on 7 Sep 2008 at 5:38