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 sub-array 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 sub-array of the
Input Array
.
Start Position¶
-
name:
startPosition
, type:
Integer
, default:
0
, minimum:
0
¶ Sets the index for the starting position.