LocalCSOLoad¶
-
MacroModule
¶ genre CSOPersistence
author MeVis Medical Solutions AG
package MeVisLab/Standard
definition MLCSOModules.def see also CSOLoad
,CSOSave
,CSOManager
keywords contour
Purpose¶
The module LocalCSOLoad
loads a saved CSOList from certain relative paths, like a network path or a user path.
Usage¶
Fill in the file name using certain environment variables or simply drag a saved file onto the module or the file name field. On the module’s GUI, three environment variables can be found as examples that can be used.
Details¶
The path given by environment variables is resolved internally, and the according file is loaded.
Output Fields¶
outCSOList¶
-
name:
outCSOList
, type:
CSOList(MLBase)
¶ The loaded CSOList.
For accessing this object via scripting see the Scripting Reference:MLCSOListWrapper
.
Parameter Fields¶
Field Index¶
Auto load : Bool |
Close : Trigger |
Load : Trigger |
loadSuccess : Bool |
Name : String |
progress : Float |
Status : String |
True Name : String |
Visible Fields¶
Name¶
-
name:
name
, type:
String
¶ Sets the file name of the file that is to be loaded. Note that a file can be dragged onto this field for an automatic filling of the path and filename.
For more information, see
LocalImage.name
.
True Name¶
-
name:
trueName
, type:
String
, persistent:
no
¶ Shows the absolute file name on the actual system.
Close¶
-
name:
close
, type:
Trigger
¶ If pressed, the internal CSOList is cleared without using undo, and attached modules are notified.