-
- Downloads
added a function to import a c++ class similar to the 'algorithm'.
This makes it possible to import "statefull" C++ objects to Python. At the moment only the constructor is available on the Python side so the object can only be used as argument for another C++ function/method. Exporting methods will be made available as well in a future version.
importclass.py
0 → 100644
Please register or sign in to comment