|
Slicer 5.6
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
Go to the source code of this file.
Namespaces | |
| namespace | Python |
Variables | |
| Python.currentDir = os.path.dirname(os.path.realpath(__file__)) | |
| Python.fileExtension = os.path.splitext(fileName)[1] | |
| Python.fileNameNoExtension = os.path.splitext(fileName)[0] | |
| str | Python.importStr = "from " + fileNameNoExtension + " import *" |