CSOListToXMarkerList

MacroModule
package MeVisLab/Standard
definition CSOListToXMarkerList.def

Purpose

The module CSOListToXMarkerList converts the CSOs of an input CSOList to XMarkers.

Usage

Attach a CSOList to the module’s input, select a conversion Mode, and press Apply.

Details

This module maintains the time point when converting, the time point index of a CSO is used to set the t-dimension value of the resulting XMarkers.

Windows

Default Panel

../../../Projects/CSOTools/CSOListToXMarkerList/Modules/mhelp/Images/Screenshots/CSOListToXMarkerList._default.png

Input Fields

inCSOList

name: inCSOList, type: CSOList(MLBase)
For accessing this object via scripting see the Scripting Reference: MLCSOListWrapper.

Output Fields

outXMarkerList

name: outXMarkerList, type: XMarkerList(MLBase)
For accessing this object via scripting see the Scripting Reference: MLXMarkerListWrapper.

Parameter Fields

Visible Fields

Mode

name: mode, type: Enum, default: PathPoints

Defines the conversion mode.

Values:

Title Name Description
Path Points PathPoints Converts each path point of the given CSOs to an XMarker.
Seed Points SeedPoints Converts only the seed point of the given CSOs to XMarkers.

Clear

name: clear, type: Trigger

If pressed, the output XMarkerList is cleared.

Apply

name: apply, type: Trigger

If pressed, the CSOs of the input CSOList is converted to XMarkers.