public abstract class ATrinaryFunction extends ViewableFunction implements ITrinaryFunction
| Modifier and Type | Field and Description |
|---|---|
protected IFunction |
a |
protected IFunction |
b |
protected IFunction |
c |
| Constructor and Description |
|---|
ATrinaryFunction(Object o1,
Object o2,
Object o3) |
| Modifier and Type | Method and Description |
|---|---|
IFunction |
getFirst() |
IFunction |
getSecond() |
IFunction |
getThird() |
view, view, view, view, viewDouble, viewDouble, viewDoubleprotected final IFunction a
protected final IFunction b
protected final IFunction c
public final IFunction getFirst()
getFirst in interface IUnaryFunctionpublic final IFunction getSecond()
getSecond in interface IBinaryFunctionpublic final IFunction getThird()
getThird in interface ITrinaryFunctionCopyright © 2015–2022 ImgLib2. All rights reserved.