| genre | Fields |
| status | stable |
| author | Jan-Martin Kuhnigk |
| package | MeVisLab/Standard |
| dll | MLBase |
| definition | MLBase.def |
| see also | ExtractObjectFromList, SaveBase, LoadBase |
| keywords | Base, BaseList, object, list, copy, decouple, marker, xmarkerlist |
The module CopyList copies an object list derived from ml::BaseList. This can be useful if a list has to be modified (such as a marker list) but the original one has to be preserved.
Connect a list to the input field and press the Update button. When the output list is no longer needed, delete it using the Clear button.
| Clear: Trigger |
| Input Object Type: String |
| On Input Notification: Enum |
| Output Up-to-Date: Bool |
| Status: String |
| Update: Trigger |
Defines what the module is supposed to do when the input field is touched.
Note that "Auto-Update" also clears the old output object before copying the new list.
Values:
| Title | Name | Description |
|---|---|---|
| Do Nothing | Off | Does not react to an input change. |
| Auto Clear | AutoClear | Clears the output list on an input change. |
| Auto Update | AutoUpdate | Clears the output and then copies the input BaseList to the output. |
Shows the current status of the module.
Shows whether the current output BaseList is up-to-date.
Shows the ML runtime type of the input BaseList.