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, viewDouble
protected final IFunction a
protected final IFunction b
protected final IFunction c
public final IFunction getFirst()
getFirst
in interface IUnaryFunction
public final IFunction getSecond()
getSecond
in interface IBinaryFunction
public final IFunction getThird()
getThird
in interface ITrinaryFunction
Copyright © 2015–2022 ImgLib2. All rights reserved.