A
- type of input + outputDI
- type of input accepted by the worker opDO
- type of output accepted by the worker oppublic abstract class UIOViaUI<A extends DO,DI,DO extends DI> extends AbstractUnaryInplaceOp<A> implements DelegatingUnaryOp<A,A,DI,DO,UnaryInplaceOp<DI,DO>>
UnaryInplaceOnlyOp
s that delegate to
UnaryInplaceOp
s.SpecialOp.Flavor
Constructor and Description |
---|
UIOViaUI() |
Modifier and Type | Method and Description |
---|---|
void |
initialize()
Initializes the object.
|
void |
mutate(A arg)
Mutates the given input argument in-place.
|
out, setInput
ops, setEnvironment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createWorker
getArity, getIndependentInstance, run, run
candidates, filterArity, op
ops, setEnvironment
in, setInput
getIndependentInstance
in, run, run
public void initialize()
Initializable
initialize
in interface Initializable
public void mutate(A arg)
UnaryInplaceOp
mutate
in interface UnaryInplaceOp<A extends DO,A extends DO>
arg
- of the UnaryInplaceOp
Copyright © 2014–2022 ImageJ. All rights reserved.