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>>
BinaryFunctionOps that delegate to other
BinaryFunctionOps.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, setInput2ops, setEnvironmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateWorkergetArity, getIndependentInstance, run, runcandidates, filterArity, opops, setEnvironmentin, in1, in2, setInput, setInput1, setInput2calculate, getIndependentInstance, runcalculate, runrunpublic void initialize()
Initializableinitialize in interface Initializablepublic O calculate(I1 input1, I2 input2)
BinaryFunctionOpCopyright © 2014–2022 ImageJ. All rights reserved.