public abstract class AbstractBinaryFunctionOp<I1,I2,O> extends AbstractBinaryOp<I1,I2,O> implements BinaryFunctionOp<I1,I2,O>
BinaryFunctionOp
implementations.SpecialOp.Flavor
Constructor and Description |
---|
AbstractBinaryFunctionOp() |
Modifier and Type | Method and Description |
---|---|
I1 |
in1() |
I2 |
in2() |
O |
out() |
void |
run() |
void |
setInput1(I1 input1) |
void |
setInput2(I2 input2) |
ops, setEnvironment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
calculate, calculate, getIndependentInstance, run
in, setInput
calculate, run
run
candidates, filterArity, op
ops, setEnvironment
initialize
public void run()
public I1 in1()
in1
in interface BinaryInput<I1,I2>
public I2 in2()
in2
in interface BinaryInput<I1,I2>
public void setInput1(I1 input1)
setInput1
in interface BinaryInput<I1,I2>
public void setInput2(I2 input2)
setInput2
in interface BinaryInput<I1,I2>
Copyright © 2014–2022 ImageJ. All rights reserved.