IndexArithmetic2¶
-
MLModule
¶ genre DTIVisualization
author Jan Klein
package FMEwork/Release
dll MLFiberTree
definition MLFiberTree.def see also FiberTreeQuery
,FiberTree
,FiberTreeInfo
,FiberFromIndex
keywords DTI
,index
,arithmetic
,fiber
,tree
,query
,FiberTreeQuery
Purpose¶
The module IndexArithmetic2
performs Boolean operations (and, or) on two objects of type IndexVector.
Index vectors may be computed by the FiberTreeQuery
module or just by the IndexArithmetic2
module itself.
Input Fields¶
inputIndices1¶
-
name:
inputIndices1
, type:
MLBase
¶ Object of type IndexVector which may be the result of the
FiberTreeQuery
module or theIndexArithmetic2
module.
inputIndices2¶
-
name:
inputIndices2
, type:
MLBase
¶ Object of type IndexVector which is the result of the
FiberTreeQuery
module or theIndexArithmetic2
module.
Output Fields¶
Parameter Fields¶
Field Index¶
Apply : Trigger |
Auto Apply : Bool |
Auto Update : Bool |
Function : Enum |
Update : Trigger |
Visible Fields¶
Function¶
-
name:
function
, type:
Enum
, default:
And
¶ Defines the Boolean function.
Values:
Title | Name |
---|---|
And | And |
Or | Or |
Auto Update¶
-
name:
autoUpdate
, type:
Bool
, default:
TRUE
¶ If checked, the module computes anew on any input change.