AccumulateXMarkerLists¶
- MLModule¶
author
package
dll
definition
see also
keywords
marker,xmarker,list,XMarkerLists,accumulate,combine,concatenate,merge,cache,collect
Purpose¶
Convenience module to accumulate and buffer XMarkerLists.
Usage¶
Press Add to append the XMarkerList at the input to the output list. Press Clear to clear the output list.
Details¶
The module copies the markers from the input list and appends them to the currently stored XMarkerList.
While adding, the output will not be notified. Notifications are only sent when Clear or Update Output are triggered.
When Accumulate lists as Base list is checked, a BaseList of XMarkerLists will be created instead of appending markers to a single list.
Windows¶
Default Panel¶
Input Fields¶
inMarkerList¶
- name: inMarkerList, type: MLBase¶
An XMarkerList.
Output Fields¶
outMarkerList¶
- name: outMarkerList, type: MLBase¶
The accumulated XMarkerList.
Parameter Fields¶
Visible Fields¶
Accumulate lists as Base list¶
- name: inAccumulateListsAsBaseList, type: Bool, default: FALSE¶
Clear¶
- name: clear, type: Trigger¶
Clears the output list.
Add¶
- name: add, type: Trigger¶
Appends the input markers to the output list.
Update Output¶
- name: updateOutput, type: Trigger¶
Triggers notifications to connected fields.