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 UHCFViaUC<I extends DI,O extends DO,DI,DO> extends AbstractUnaryHybridCF<I,O> implements DelegatingUnaryOp<I,O,DI,DO,UnaryComputerOp<DI,DO>>
UnaryHybridCF
s that delegate to
UnaryComputerOp
s.
Implementing classes will need to provide the missing
UnaryOutputFactory.createOutput(I)
method implementation.
SpecialOp.Flavor
Constructor and Description |
---|
UHCFViaUC() |
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
calculate, calculate, createOutput, getIndependentInstance, run, run
compute
createOutput
run
setOutput
public void initialize()
Initializable
initialize
in interface Initializable
public void compute(I input, O output)
UnaryComputerOp
Copyright © 2014–2022 ImageJ. All rights reserved.