The TAG Lock tool is used to protect the results of your segmentation, enabling you to concentrate on segmenting a new tissue without fear of affecting the work already done.
By simply selecting the desired tags from the interface, you can lock them so that they will not be modified by any further operations. The corresponding tag buttons in the mode interfaces will be disabled.
From the Graphic Interface
|
|
Select a tag from the list to lock it.
|
|
Lock all the tags.
|
|
Unlock all the tags |
From the Display Area
There is no Display Area interaction specific to this tool.
From the Keyboard
There is no keyboard interface specific to this tool.
From the Command Line
System Variables defined in this tool:
|
$TAG_LOCK |
(A,U8) |
Array of "lock" values. (0=unlock, 1=lock) |
Text commands defined in this tool:
Tag: t_tag Lock
Assign the value "lock" (=1) to all the elements of $TAG_LOCK that match the template "t_tag".
Tag: t_tag Unlock
Assign the value "unlock" (=0) to all the elements of $TAG_LOCK that match the template "t_tag".
|
|