DecomposeArray

MLModule

genre

Coordinate

author

MeVis Medical Solutions AG

package

MeVisLab/Standard

dll

MLCoordUtils1

definition

MLCoordUtils1.def

see also

ComposeVector3, DecomposeVector3, ComposeVector4, DecomposeVector4, ComposeMatrix, DecomposeMatrix, ComposePlane, VecBoxConvert, MultiFieldInventorTrafo, ComposeArray

keywords

multifield

Purpose

The module DecomposeArray decomposes an array of scalars into single values.

The module can also return a subarray of the input array.

Usage

Better use Python scripting to decompose an array!

Windows

Default Panel

../../../Modules/ML/MLCoordUtils1/mhelp/Images/Screenshots/DecomposeArray._default.png

Parameter Fields

Field Index

Decompose all: Bool

End Position: Integer

Input Array: String

Output Array: String

Start Position: Integer

Visible Fields

Input Array

name: inDoubleMField, type: String

Sets the input array consisting of a space-separated list of scalars.

Output Array

name: outDoubleMField, type: String, persistent: no

Shows the output subarray of the Input Array.

Start Position

name: startPosition, type: Integer, default: 0, minimum: 0

Sets the index for the starting position.

End Position

name: endPosition, type: Integer, default: 0, minimum: 0

Sets the index of the ending position.

Decompose all

name: decomposeAll, type: Bool, default: FALSE

If checked, the entire input array is decomposed to the possible offered output values.