I1
- type of first inputI2
- type of second inputO
- type of outputDI1
- type of first input accepted by the worker opDI2
- type of second input accepted by the worker opDO
- type of output accepted by the worker oppublic abstract class BFViaBF<I1 extends DI1,I2 extends DI2,O,DI1,DI2,DO extends O> extends AbstractBinaryFunctionOp<I1,I2,O> implements DelegatingBinaryOp<I1,I2,O,DI1,DI2,DO,BinaryFunctionOp<DI1,DI2,DO>>
BinaryFunctionOp
s that delegate to other
BinaryFunctionOp
s.SpecialOp.Flavor
Constructor and Description |
---|
BFViaBF() |
Modifier and Type | Method and Description |
---|---|
O |
calculate(I1 input1,
I2 input2)
Calculates the output given two inputs.
|
void |
initialize()
Initializes the object.
|
in1, in2, out, run, setInput1, setInput2
ops, setEnvironment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createWorker
getArity, getIndependentInstance, run, run
candidates, filterArity, op
ops, setEnvironment
in, in1, in2, setInput, setInput1, setInput2
calculate, getIndependentInstance, run
calculate, run
run
public void initialize()
Initializable
initialize
in interface Initializable
public O calculate(I1 input1, I2 input2)
BinaryFunctionOp
Copyright © 2014–2022 ImageJ. All rights reserved.