public interface Join2Computers<A,B,C> extends UnaryComputerOp<A,C>, Join2Ops<UnaryComputerOp<A,B>,UnaryComputerOp<B,C>>, BufferFactory<A,B>
UnaryComputerOp
s. The resulting
operation will take the input of the first UnaryComputerOp
as input
and the output of the second UnaryComputerOp
as the output.SpecialOp.Flavor
Modifier and Type | Method and Description |
---|---|
default void |
compute(A input,
C output)
Computes the output given some input.
|
compute, getIndependentInstance, run, run
in, setInput
run
candidates, filterArity, op
ops, setEnvironment
initialize
setOutput
getFirst, getSecond, setFirst, setSecond
getBuffer, getOutputFactory, setOutputFactory
default void compute(A input, C output)
UnaryComputerOp
compute
in interface UnaryComputerOp<A,C>
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.