cisst-saw
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes
cisstInteractive

Classes

class  ireFramework
 Class to manage the preparation of Python for the Interactive Robot Environment, and for launching the IRE IDE and shell. More...
 
class  ireTaskConstructorArg
 Interactive Research Environment (IRE) Task. More...
 

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: