[CastXML] using castxml to generate python bindings
Brad King
brad.king at kitware.com
Mon Jul 27 09:10:53 EDT 2015
On 07/24/2015 06:13 PM, Rashad M wrote:
> generating python bindings with castxml. I can run castxml and get an
> output xml. But from there where will I go to get full python binding?
CastXML doesn't do any wrapper/binding generation itself. It is a
building block for such tools that takes care of the parsing and
C++ interface extraction. For example, ITK uses the xml output
with a tool that generates swig .i files:
https://github.com/InsightSoftwareConsortium/ITK/tree/2b3f6494/Wrapping/Generators/SwigInterface
-Brad
More information about the CastXML
mailing list