ConcatenateCurves¶
-
MLModule
¶ genre Diagram
author MeVis Medical Solutions AG
package MeVisLab/Standard
dll MLCurve
definition MLCurve.def see also SoDiagram2D
,ProfileCurve
,DynaCurve
keywords diagram
,merge
,append
,combine
Purpose¶
The module ConcatenateCurves
concatenates several input ml.CurveData
to a single output ml.CurveList
.
Usage¶
The ConcatenateCurves
module takes the input ml.CurveData
or ml.CurveList
objects and concatenates them to a single CurveList object available at the outCurveList
field.
Each input can be enabled or disabled independently by the fields Enable input 1
to Enable input 4
.
Input Fields¶
inCurve1¶
-
name:
inCurve1
, type:
CurveData/CurveList(MLBase)
, deprecated name:
inputCurve1
¶ Attach a CurveData or a CurveList.
For accessing this object via scripting see the Scripting Reference:MLCurveDataWrapper
.
inCurve2¶
-
name:
inCurve2
, type:
CurveData/CurveList(MLBase)
, deprecated name:
inputCurve2
¶ Attach a CurveData or a CurveList.
For accessing this object via scripting see the Scripting Reference:MLCurveDataWrapper
.
inCurve3¶
-
name:
inCurve3
, type:
CurveData/CurveList(MLBase)
, deprecated name:
inputCurve3
¶ Attach a CurveData or a CurveList.
For accessing this object via scripting see the Scripting Reference:MLCurveDataWrapper
.
inCurve4¶
-
name:
inCurve4
, type:
CurveData/CurveList(MLBase)
, deprecated name:
inputCurve4
¶ Attach a CurveData or a CurveList.
For accessing this object via scripting see the Scripting Reference:MLCurveDataWrapper
.
Output Fields¶
outCurveList¶
-
name:
outCurveList
, type:
CurveList(MLBase)
, deprecated name:
outputCurveList
¶ The concatenated CurveList.
For accessing this object via scripting see the Scripting Reference:MLCurveListWrapper
.
Parameter Fields¶
Visible Fields¶
Enable input 1¶
-
name:
enable1
, type:
Bool
, default:
TRUE
¶ Enables/disables curve or curve list object connected to the corresponding input field.
Enable input 2¶
-
name:
enable2
, type:
Bool
, default:
TRUE
¶ Enables/disables curve or curve list object connected to the corresponding input field.