ERC CISST - cisst software

Interactive Research Environment


Detailed Description

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>

Classes


erc-cisst-devel<at>lists.johnshopkins.edu