A collection of Python scripts and C++ classes to start a Python interactive shell from a C++ application. See mainly ireFramework.
- Note
- All the classes and global functions of cisstInteractive start with the prefix ire. To use cisstInteractive, you can either include a specific file with:
#include <cisstInteractive/ireXyz.h>
or include all the files with: #include <cisstInteractive.h>