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 UCViaUC<I extends DI,O extends DO,DI,DO> extends AbstractUnaryComputerOp<I,O> implements DelegatingUnaryOp<I,O,DI,DO,UnaryComputerOp<DI,DO>>
UnaryComputerOp
s that delegate to other
UnaryComputerOp
s.SpecialOp.Flavor
Constructor and Description |
---|
UCViaUC() |
Modifier and Type | Method and Description |
---|---|
void |
compute(I input,
O output)
Computes the output given some input.
|
void |
initialize()
Initializes the object.
|
in, out, setInput, setOutput
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
compute, getIndependentInstance, run, run
run
public void initialize()
Initializable
initialize
in interface Initializable
public void compute(I input, O output)
UnaryComputerOp
Copyright © 2014–2022 ImageJ. All rights reserved.