[C++-sig] Convert unsigned short* to Python

Wingate, Ryan (GE Indust, Security) ryan.wingate at ge.com
Thu Feb 8 01:54:51 CET 2007



Hello,

I have been working with Boost.Python for a very short time, and quickly encountered some difficulty.
I need to wrap a function that returns a pointer to some image data of type unsigned short.

unsigned short *PixP()const {return pixP;}





More information about the Cplusplus-sig mailing list