public abstract class AbstractBinaryInplace1Op<A,I> extends AbstractBinaryOp<A,I,A> implements BinaryInplace1OnlyOp<A,I>
BinaryInplace1OnlyOp implementations.SpecialOp.Flavor| Constructor and Description |
|---|
AbstractBinaryInplace1Op() |
| Modifier and Type | Method and Description |
|---|---|
I |
in2() |
A |
out() |
void |
setInput1(A input1) |
void |
setInput2(I input2) |
ops, setEnvironmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIndependentInstancein, in1, mutate, mutate1, run, runsetInputrun, runcandidates, filterArity, opops, setEnvironmentinitializepublic I in2()
in2 in interface BinaryInput<A,I>public void setInput1(A input1)
setInput1 in interface BinaryInput<A,I>public void setInput2(I input2)
setInput2 in interface BinaryInput<A,I>Copyright © 2014–2022 ImageJ. All rights reserved.