- 05 Dec, 2010 40 commits
-
-
jcfr authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15414 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15413 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15412 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15411 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15410 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
It means the following will be valid variable: slicer.modules.emsegment slicer.modules.transforms ... Associated with the auto-completion feature of the python console, this change will make the loop-up of module instance easier. git-svn-id: http://svn.slicer.org/Slicer4/trunk@15409 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15408 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15407 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
It means the following will be valid variable: slicer.moduleNames.roi slicer.moduleNames.transforms ... Associated with the auto-completion feature of the python console, this change will make the look-up of module name easier. git-svn-id: http://svn.slicer.org/Slicer4/trunk@15406 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15405 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15404 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
Also update decorator file - There is no need to manually register the class since the decorator for ctor/dtor will be automatically generated and loaded. git-svn-id: http://svn.slicer.org/Slicer4/trunk@15403 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15402 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15401 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15400 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15399 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15398 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15397 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15396 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15395 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
The command "make CompileSlicerBasePythonFiles" triggers the compilation of the associated python scripts. git-svn-id: http://svn.slicer.org/Slicer4/trunk@15394 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15393 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
Doing so allows to expose the property to pythonQt git-svn-id: http://svn.slicer.org/Slicer4/trunk@15392 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15391 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
Doing so allows to make sure memory is cleaned if the instanciator returns prematurely. git-svn-id: http://svn.slicer.org/Slicer4/trunk@15390 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
- The ModuleManager deals with scripted module which internally work with python references. (I.e calling Py_DECREF, ...) - The PythonManager takes care of initializing and terminating the python embedded interpreter Di facto, it's important to make sure PythonManager is destructed after the ModuleManager. To do so, the associated SharedPointer are cleared in the appropriate order git-svn-id: http://svn.slicer.org/Slicer4/trunk@15389 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15388 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15387 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15386 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15385 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15384 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15383 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15382 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15381 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15380 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15379 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15378 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15377 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
git-svn-id: http://svn.slicer.org/Slicer4/trunk@15376 3bd1e089-480b-0410-8dfb-8563597acbee
-
jcfr authored
Defining two enums having the same name (and similar members) in the same namespace and in two different headers was leading to compile error if both header where included from the same file. git-svn-id: http://svn.slicer.org/Slicer4/trunk@15375 3bd1e089-480b-0410-8dfb-8563597acbee
-