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, setEnvironment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
calculate, calculate, getIndependentInstance, run
run
candidates, filterArity, op
ops, setEnvironment
initialize
public 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.