On Thu, Apr 11, 2019, 7:14 AM wrote:
> Le lundi 18 mars 2019 17:27:16 UTC-4, Justin Israel a écrit :
> > MVectorArray in python is a SWIG object wrapping the C++ type. I am not
> sure of a way to pass a pointer to the C++ MVectorArray and 'wrap' it in
> Python. But that would be the lowest overhe
Le lundi 18 mars 2019 17:27:16 UTC-4, Justin Israel a écrit :
> MVectorArray in python is a SWIG object wrapping the C++ type. I am not sure
> of a way to pass a pointer to the C++ MVectorArray and 'wrap' it in Python.
> But that would be the lowest overhead if it were possible since you wouldn't
MVectorArray in python is a SWIG object wrapping the C++ type. I am not
sure of a way to pass a pointer to the C++ MVectorArray and 'wrap' it in
Python. But that would be the lowest overhead if it were possible since you
wouldn't need to copy.
The hacky workaround is to serialize it to something li