Void* Function arguments?

Hi,

I don’t think it’s possible (in Python) to represent a void* to a function, right? I was looking for something to trick some of the bindFunction() versions that require a void* pointer to a function as arguments.

TF1 and its children seem to be fully functional, also using pointers to C functions, but it looks like PyROOT does something special for those, right?

Cheers,
Jeroen[/img]

Jeroen,

yes, TFn are special-cased. There’s currently no general solution for function pointers as argument, sorry.

Cheers,
Wim