public interface JoinInplaceAndComputer<AI,AO extends AI,B> extends UnaryComputerOp<AO,B>, Join2Ops<UnaryInplaceOp<AI,AO>,UnaryComputerOp<AO,B>>
UnaryInplaceOp
with a UnaryComputerOp
.SpecialOp.Flavor
Modifier and Type | Method and Description |
---|---|
default void |
compute(AO input,
B output)
Computes the output given some input.
|
compute, getIndependentInstance, run, run
in, setInput
run
candidates, filterArity, op
ops, setEnvironment
initialize
setOutput
default void compute(AO input, B output)
UnaryComputerOp
compute
in interface UnaryComputerOp<AO extends AI,B>
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.