[Insight-developers] Python wrapping of IO plugin
David Froger
david.froger at gmail.com
Thu Dec 13 12:09:44 EST 2012
Hi all,
I'm writting a IO module named INR [1].
If I put the plugin in the ITK sources, like this:
InsightToolkit-4.2.1/Modules/IO/INR/include/...
InsightToolkit-4.2.1/Modules/IO/INR/src/...
InsightToolkit-4.2.1/Modules/IO/INR/wrapping/...
Python wrapping will be automatically generated "for free".
I now want the IO module to be a plugin [2].
What is the simple way to generated the Python wrapping?
Thanks,
David
[1] http://inrimage.gforge.inria.fr/WWW/index.html (french pages)
[2] http://www.paraview.org/Wiki/Plugin_IO_mechanisms
More information about the Insight-developers
mailing list