21 #ifndef __qSlicerCorePythonManager_h 22 #define __qSlicerCorePythonManager_h 25 # include <ctkAbstractPythonManager.h> 27 #include "qSlicerBaseQTCoreExport.h" 29 class ctkVTKPythonQtWrapperFactory;
30 class PythonQtObjectPtr;
43 void addVTKObjectToPythonMain(
const QString& name, vtkObject *
object);
48 void appendPythonPath(
const QString& path);
51 void appendPythonPaths(
const QStringList& paths);
54 virtual QStringList pythonPaths();
58 virtual void preInitialization();
ctkVTKPythonQtWrapperFactory * Factory
ctkAbstractPythonManager Superclass