Login  Register

Quantlib SWIG interface files

Posted by vema on Dec 06, 2007; 4:32pm
URL: http://quantlib.414.s1.nabble.com/Quantlib-SWIG-interface-files-tp11481.html

Hi,

I have installed  QuantLib-SWIG-0.8.0  on my machine and have been experimenting around with it quite lately particulary with the bindings in Python. I have observed that the interface files (*.i) do not expose all the attributes and methods. I had done some googling and noticed in one of the forums that "python setup.py wrap" would do that for me. Unfortunately what it probably does is generate an update set of wrapper functions but the interface files dont change much.

I was wondering if there was a way in which these interface files could be automatically (re-)generated from the header files (*.hpp) so that we can now have access to the methods and attributes of some of the classes.


Mahesh