public abstract class AbstractUnaryHybridC<I,O> extends AbstractUnaryOp<I,O> implements UnaryComputerOp<I,O>
UnaryHybridCF
and UnaryHybridCI
implementations.SpecialOp.Flavor
Constructor and Description |
---|
AbstractUnaryHybridC() |
Modifier and Type | Method and Description |
---|---|
I |
in() |
O |
out() |
void |
setInput(I input) |
void |
setOutput(O output) |
ops, setEnvironment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compute, compute, getIndependentInstance, run, run
run
candidates, filterArity, op
ops, setEnvironment
initialize
public I in()
in
in interface UnaryInput<I>
public void setInput(I input)
setInput
in interface UnaryInput<I>
public void setOutput(O output)
setOutput
in interface OutputMutable<O>
Copyright © 2014–2022 ImageJ. All rights reserved.