public interface JoinNOps<OP extends Op> extends Ops.Join
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.Modifier and Type | Method and Description |
---|---|
List<? extends OP> |
getOps() |
void |
setOps(List<? extends OP> ops)
Sets the
Op s which are joined in this op. |
ops, setEnvironment
Copyright © 2014–2022 ImageJ. All rights reserved.