-
- Downloads
Added a new module, vtkPythonInterpreter.
VTK now includes a Utilities module, vtkPythonInterpreter that provides a Python interpreter. While its use it totally optional, it helps in applications with embedded Python interpreter, such as ParaView. vtkMatplotlibMathTextUtilities now uses vtkPythonInterpreter to initialize Python. This enables applications to setup Python environment as needed witout directly having to hack environment variables to setup matplotlib environment. Since vtkPythonInterpreter allows applications to initialize/finalize Python interpreter mutliple times, fixed vtkPythonCommand to cleanup PyObject/PyThreadState pointers when Python interpreter is exitted. Change-Id: I80ed56fc3f64dda2766a6aa2e6e92c3aa7290993
Showing
- Rendering/Matplotlib/module.cmake 1 addition, 1 deletionRendering/Matplotlib/module.cmake
- Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.cxx 109 additions, 211 deletionsRendering/Matplotlib/vtkMatplotlibMathTextUtilities.cxx
- Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.h 15 additions, 14 deletionsRendering/Matplotlib/vtkMatplotlibMathTextUtilities.h
- Utilities/PythonInterpreter/CMakeLists.txt 10 additions, 0 deletionsUtilities/PythonInterpreter/CMakeLists.txt
- Utilities/PythonInterpreter/module.cmake 6 additions, 0 deletionsUtilities/PythonInterpreter/module.cmake
- Utilities/PythonInterpreter/vtkPythonInteractiveInterpreter.cxx 207 additions, 0 deletions...ies/PythonInterpreter/vtkPythonInteractiveInterpreter.cxx
- Utilities/PythonInterpreter/vtkPythonInteractiveInterpreter.h 87 additions, 0 deletions...ities/PythonInterpreter/vtkPythonInteractiveInterpreter.h
- Utilities/PythonInterpreter/vtkPythonInterpreter.cxx 291 additions, 0 deletionsUtilities/PythonInterpreter/vtkPythonInterpreter.cxx
- Utilities/PythonInterpreter/vtkPythonInterpreter.h 139 additions, 0 deletionsUtilities/PythonInterpreter/vtkPythonInterpreter.h
- Utilities/PythonInterpreter/vtkPythonStdStreamCaptureHelper.h 212 additions, 0 deletions...ities/PythonInterpreter/vtkPythonStdStreamCaptureHelper.h
- Wrapping/PythonCore/vtkPythonCommand.cxx 7 additions, 0 deletionsWrapping/PythonCore/vtkPythonCommand.cxx
- Wrapping/PythonCore/vtkPythonUtil.cxx 60 additions, 9 deletionsWrapping/PythonCore/vtkPythonUtil.cxx
- Wrapping/PythonCore/vtkPythonUtil.h 15 additions, 3 deletionsWrapping/PythonCore/vtkPythonUtil.h
Loading
Please register or sign in to comment