public abstract class AbstractUnaryFunctionOp<I,O> extends AbstractUnaryOp<I,O> implements UnaryFunctionOp<I,O>
UnaryFunctionOp implementations.SpecialOp.Flavor| Constructor and Description |
|---|
AbstractUnaryFunctionOp() |
| Modifier and Type | Method and Description |
|---|---|
I |
in() |
O |
out() |
void |
run() |
void |
setInput(I input) |
ops, setEnvironmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcalculate, calculate, getIndependentInstance, runruncandidates, filterArity, opops, setEnvironmentinitializepublic void run()
public I in()
in in interface UnaryInput<I>public void setInput(I input)
setInput in interface UnaryInput<I>Copyright © 2014–2022 ImageJ. All rights reserved.