WEMMerge¶
-
MLModule
¶ genre WEMProcessing
author MeVis Medical Solutions AG
package MeVisLab/Standard
dll MLWEMModules
definition MLWEMModules.def see also WEMInfo
inherits from WEMProcessor
keywords surface
,process
Purpose¶
The module WEMMerge
joins all WEM patches from the incoming WEMs into one output WEM.
Usage¶
Connect any WEM to one of the inputs, the output WEM contains all patches from the input WEMs.
Input Fields¶
Up to five WEMs containing patches can be attached as inputs to this module.
inWEM0¶
-
name:
inWEM0
, type:
WEM(MLBase)
, deprecated name:
inWEM
¶ - For accessing this object via scripting see the Scripting Reference:
MLWEMWrapper
.
inWEM1¶
-
name:
inWEM1
, type:
WEM(MLBase)
¶ - For accessing this object via scripting see the Scripting Reference:
MLWEMWrapper
.
inWEM2¶
-
name:
inWEM2
, type:
WEM(MLBase)
¶ - For accessing this object via scripting see the Scripting Reference:
MLWEMWrapper
.
inWEM3¶
-
name:
inWEM3
, type:
WEM(MLBase)
¶ - For accessing this object via scripting see the Scripting Reference:
MLWEMWrapper
.
inWEM4¶
-
name:
inWEM4
, type:
WEM(MLBase)
¶ - For accessing this object via scripting see the Scripting Reference:
MLWEMWrapper
.
Output Fields¶
The output is one WEM containing WEMPatches of all input WEMs.
outWEM¶
-
name:
outWEM
, type:
WEM(MLBase)
¶ - For accessing this object via scripting see the Scripting Reference:
MLWEMWrapper
.
Parameter Fields¶
Field Index¶
Apply : Trigger |
listenToFinishNotifications : Bool |
workDirectlyOnInputWEMs : Bool |
Auto Apply : Bool |
listenToRepaintNotifications : Bool |
|
Clear : Trigger |
listenToSelectionChangedNotifications : Bool |
|
Description : String |
Overwrite label and description : Bool |
|
elapsedTime : Float |
progress : Float |
|
id : Integer |
shouldComputeNormals : Bool |
|
isProcessing : Bool |
triangulationMode : Enum |
|
Label : String |
Update Mode : Enum |
Visible Fields¶
Auto Apply¶
-
name:
autoApply
, type:
Bool
, default:
TRUE
¶ If checked, the module computes anew on any parameter field change.
see also WEMGenerator.autoApply
Update Mode¶
-
name:
updateMode
, type:
Enum
, default:
AutoUpdate
, deprecated name:
autoUpdate
¶ Defines how this module should react on any input field change.
see also WEMGenerator.updateMode
Apply¶
-
name:
apply
, type:
Trigger
¶ If pressed, the module computes anew.
see also WEMGenerator.apply
Clear¶
-
name:
clear
, type:
Trigger
¶ If pressed, the output WEM is cleared (made empty).
see also WEMGenerator.clear
Overwrite label and description¶
-
name:
overwriteLabelDescription
, type:
Bool
, default:
FALSE
¶ If checked, label and description strings are set in the output WEM to
Label
andDescription
.
Label¶
-
name:
label
, type:
String
¶ Sets a label string in the output WEM.
see also WEMGenerator.label
Description¶
-
name:
description
, type:
String
¶ Sets a description string in the output WEM.
see also WEMGenerator.description