public interface Join2Ops<OP1 extends Op,OP2 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 |
---|---|
OP1 |
getFirst() |
OP2 |
getSecond() |
void |
setFirst(OP1 first) |
void |
setSecond(OP2 second) |
ops, setEnvironment
Copyright © 2014–2022 ImageJ. All rights reserved.