|
From: <oe...@gm...> - 2010-03-23 15:57:42
|
Dear list,
are there any tricks I'm not finding in the Docs to wrap a class as listed below for Python?
class test
{
public:
double & a;
test(double & _a) : a(_a) {}
};
A naive wrapping exposes test::a as <Swig Object of type 'double *'>. I'd like to have for the user the same experience as wrapping normal double field.
Thanks a lot,
Philipp
--
Sicherer, schneller und einfacher. Die aktuellen Internet-Browser -
jetzt kostenlos herunterladen! http://portal.gmx.net/de/go/chbrowser
|