FilterMarkersByMask¶
-
MLModule
¶ genre Marker
author Lennart Tautz
package FMEwork/ReleaseMeVis
dll MLFilterMarkersByMask
definition MLFilterMarkersByMask.def see also XMarkerListFilter
,XMarkerListImageData
,FilterMarkersByPlane
keywords filter
,marker
,mask
,intensity
Purpose¶
Filter list of markers by a mask.
Details¶
The voxel value at each marker position is looked up in the mask image. If the voxel value reads as true (that is, not zero), the marker is kept, otherwise it is discarded. The order of markers in the list is kept.
Input Fields¶
Parameter Fields¶
Field Index¶
[] : Trigger |
Clear : Trigger |
doNotClearOnFailedUpdate : Bool |
Has Valid Output : Bool |
On Input Change Behavior : Enum |
Status Code : Enum |
Status Message : String |
Update : Trigger |
Visible Fields¶
On Input Change Behavior¶
-
name:
onInputChangeBehavior
, type:
Enum
, default:
Clear
, deprecated name:
shouldAutoUpdate,shouldUpdateAutomatically
¶ Declares how the module should react if a value of an input field changes.
Values:
Title | Name | Deprecated Name |
---|---|---|
Update | Update | TRUE |
Clear | Clear | FALSE |
Status Code¶
-
name:
statusCode
, type:
Enum
, persistent:
no
¶ Reflects module’s status (successful or failed computations) as one of some predefined enumeration values.
Values:
Title | Name |
---|---|
Ok | Ok |
Invalid input object | Invalid input object |
Invalid input parameter | Invalid input parameter |
Internal error | Internal error |
Status Message¶
-
name:
statusMessage
, type:
String
, persistent:
no
¶ Gives additional, detailed information about status code as human-readable message.