public interface LoopInplace<I,O extends I> extends UnaryInplaceOp<I,O>, LoopOp<UnaryInplaceOp<I,O>>
UnaryInplaceOp
. A LoopInplace
applies
an UnaryInplaceOp
n-times to an input. Note: input will be modified!SpecialOp.Flavor
Modifier and Type | Method and Description |
---|---|
default void |
mutate(O arg)
Mutates the given input argument in-place.
|
getIndependentInstance, in, run, run
candidates, filterArity, op
ops, setEnvironment
initialize
setInput
getLoopCount, getOp, setLoopCount, setOp
default void mutate(O arg)
UnaryInplaceOp
mutate
in interface UnaryInplaceOp<I,O extends I>
arg
- of the UnaryInplaceOp
Copyright © 2014–2022 ImageJ. All rights reserved.