public interface JoinComputerAndInplace<A,BI,BO extends BI> extends UnaryComputerOp<A,BO>, Join2Ops<UnaryComputerOp<A,BO>,UnaryInplaceOp<BI,BO>>
UnaryInplaceOp
with a UnaryComputerOp
.SpecialOp.Flavor
Modifier and Type | Method and Description |
---|---|
default void |
compute(A input,
BO output)
Computes the output given some input.
|
compute, getIndependentInstance, run, run
in, setInput
run
candidates, filterArity, op
ops, setEnvironment
initialize
setOutput
default void compute(A input, BO output)
UnaryComputerOp
compute
in interface UnaryComputerOp<A,BO extends BI>
input
- Argument to the computation, which must be non-nulloutput
- Object where the computation's result will be stored, which
must be non-null and a different object than input
Copyright © 2014–2022 ImageJ. All rights reserved.