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, runin, setInputruncandidates, filterArity, opops, setEnvironmentinitializesetOutputdefault void compute(AO input, B output)
UnaryComputerOpcompute 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 inputCopyright © 2014–2022 ImageJ. All rights reserved.