DecomposeArray¶
-
MLModule¶ genre Coordinateauthor MeVis Medical Solutions AGpackage MeVisLab/Standarddll MLCoordUtils1definition MLCoordUtils1.def see also ComposeVector3,DecomposeVector3,ComposeVector4,DecomposeVector4,ComposeMatrix,DecomposeMatrix,ComposePlane,VecBoxConvert,MultiFieldInventorTrafo,ComposeArraykeywords 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!
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.