Robert,

> You can make a callback functions like
>
> cdef my_callback(double x, void* params):
>     (<MyClassObject>params).callback_method(x)
>
> if the overhead isn't too great.

Sorry but I'm not sure what's going on in your example. Could you
elaborate a bit or is there a Cython docs page you could direct me to?
Thanks.

-- 
Chris Swierczewski
[email protected]
blog: cswiercz.wordpress.com
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to