CIBC:Documentation:SCIRun:Reference:Teem:Unu3op
From SCIRun Documentation Wiki
Contents |
Unu3op
Information
- Package: Teem
- Catagory: UnuAtoM
- Author(s): Darby Van Uitert
- Status: Supported in latest version
- Version: 3.0
Description
Summary
Ternary operation on three nrrds or constants. Can have one, two, or three nrrds, but not zero.
Detailed Description
Ternary operation on three nrrds or constants. Can have one, two, or three nrrds, but not zero.
Operator: Binary operator. Possibilities include:
+, x, : sum or product of three values
min, max : minimum, maximum
clamp : second value is clamped to range between the first and the third
ifelse : if 1st value non-zero, then 2nd value, else 3rd value
lerp : linear interpolation between the 2nd and 3rd values, as the 1st value varies between 0.0 and 1.0, respectively
exists : if the first value exists, use the second value, otherwise use the third
in_op : 1 iff second value is is greater than first and less than the second second, 0 otherwise
in_cl : 1 iff second value is greater than or equal to the first and less than or equal to second, 0 otherwise
Float Input 1: This value is the first float value and will only be used if the first nrrd port isn't connected.
Float Input 2: This value is the second float value and will only be used if the second nrrd port isn't connected.
Float Input 3: This value is the third float value and will only be used if the third nrrd port isn't connected.
Type : type to convert all input nrrds to prior to doing the operation. To leave it unchanged, check the 'Same as input type' checkbutton.
Frequently Asked Questions
Known Bugs
Recent Changes
Go back to Documentation:SCIRun:Reference:Teem
