public interface JoinNComputers<A> extends UnaryComputerOp<A,A>, JoinNOps<UnaryComputerOp<A,A>>, BufferFactory<A,A>
UnaryComputerOp
s.SpecialOp.Flavor
Modifier and Type | Method and Description |
---|---|
default void |
compute(A input,
A output)
Computes the output given some input.
|
compute, getIndependentInstance, run, run
in, setInput
run
candidates, filterArity, op
ops, setEnvironment
initialize
setOutput
getBuffer, getOutputFactory, setOutputFactory
default void compute(A input, A output)
UnaryComputerOp
compute
in interface UnaryComputerOp<A,A>
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.