Re: swig some class are not wrapped
Posted by
Jeff Burnett on
Feb 10, 2011; 2:10pm
URL: http://quantlib.414.s1.nabble.com/swig-some-class-are-not-wrapped-tp6058p6061.html
Because of the way Quantlib is written, not every class or method signature is exposed via SWiG. You will probably have to extend the SWiG files, which isn't too hard once you get the hang of it.
archlight wrote
Hi all,
I am working on a project of visualizing quantlib, like tree, term structure. However I cannot initialize some of class e.g EqualJumpsBinomialTree. it seems not wrapped in C#. I need a way to access lattice. Any suggestion?
Thanks for your time
archlight
Regards