public abstract class ABinaryFunction extends ViewableFunction implements IBinaryFunction
Modifier and Type | Field and Description |
---|---|
protected IFunction |
a |
protected IFunction |
b |
Constructor and Description |
---|
ABinaryFunction(Object... obs) |
ABinaryFunction(Object o1,
Object o2) |
Modifier and Type | Method and Description |
---|---|
IFunction |
getFirst() |
IFunction |
getSecond() |
view, view, view, view, viewDouble, viewDouble, viewDouble
public ABinaryFunction(Object... obs)
public final IFunction getFirst()
getFirst
in interface IUnaryFunction
public final IFunction getSecond()
getSecond
in interface IBinaryFunction
Copyright © 2015–2022 ImgLib2. All rights reserved.