public abstract class AbstractBinaryHybridC<I1,I2,O> extends AbstractBinaryOp<I1,I2,O> implements BinaryComputerOp<I1,I2,O>
BinaryHybridCF
and BinaryHybridCI1
implementations.SpecialOp.Flavor
Constructor and Description |
---|
AbstractBinaryHybridC() |
Modifier and Type | Method and Description |
---|---|
I1 |
in1() |
I2 |
in2() |
O |
out() |
void |
setInput1(I1 input1) |
void |
setInput2(I2 input2) |
void |
setOutput(O output) |
ops, setEnvironment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compute, compute, getIndependentInstance, run, run
in, setInput
compute, run
run
candidates, filterArity, op
ops, setEnvironment
initialize
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>
public void setOutput(O output)
setOutput
in interface OutputMutable<O>
Copyright © 2014–2022 ImageJ. All rights reserved.