How to Wrap my C++ class/function to Python?

EMAN2 use boost.python to wrap C++ class/function to Python. All the wrapping code can be found in libpyEM directory. Initially, the wrapping is done by Pyste automatically. Because the lack of Pyste supporting, we dropped the pyste and add the new wrapping code by us own. There are plenty of sample code in libpyEM to follow.

eman2BoostPyhton (last edited 2009-06-29 20:49:47 by gtang)