BaseClear¶
-
MLModule
¶ genre Fields
author MeVis Medical Solutions AG
package MeVisLab/Standard
dll MLBasicModules
definition mlBasicModules.def see also ImageClear
keywords field
,notification
,flow
,control
Purpose¶
This module can be used to automatically pass through or invalidate a Base object.
Usage¶
Connect a Base field to the input of the module and select if the output should be automatically updated with Update automatically
.
With Update
or Clear
the output can be updated or cleared manually.
Tips¶
Note that some Base object type have an internal notification mechanism that is not (and can not be) affected by this module.
Parameter Fields¶
Field Index¶
Clear : Trigger |
Has Valid Input : Bool |
Has Valid Output : Bool |
Update : Trigger |
Update automatically : Bool |
Visible Fields¶
Update automatically¶
-
name:
autoUpdate
, type:
Bool
, default:
FALSE
¶ If set, the output will always get the same value as the input, but only after the input has been touched first. If not set, any touching of the Base input field will set the output to NULL. Unnecessary notifications will be suppressed.