I
- type of inputO
- type of outputDI
- type of input accepted by the worker opDO
- type of output accepted by the worker oppublic abstract class UFViaUF<I extends DI,O,DI,DO extends O> extends AbstractUnaryFunctionOp<I,O> implements DelegatingUnaryOp<I,O,DI,DO,UnaryFunctionOp<DI,DO>>
UnaryFunctionOp
s that delegate to other
UnaryFunctionOp
s.SpecialOp.Flavor
Constructor and Description |
---|
UFViaUF() |
Modifier and Type | Method and Description |
---|---|
O |
calculate(I input)
Calculates the output given some input.
|
void |
initialize()
Initializes the object.
|
in, out, run, 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
calculate, getIndependentInstance, run
run
public void initialize()
Initializable
initialize
in interface Initializable
public O calculate(I input)
UnaryFunctionOp
calculate
in interface UnaryFunctionOp<I extends DI,O>
input
- Argument to the functionCopyright © 2014–2022 ImageJ. All rights reserved.