public static class NullaryNumericTypeMath.Assign<T extends Type<T>> extends AbstractNullaryComputerOp<T> implements Ops.Math.Assign
SpecialOp.Flavor
NAME
Constructor and Description |
---|
Assign() |
Modifier and Type | Method and Description |
---|---|
void |
compute(T output)
Computes the output value.
|
out, setOutput
ops, setEnvironment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
ops, setEnvironment
getIndependentInstance, run, run
candidates, filterArity, op
initialize
public void compute(T output)
NullaryComputerOp
compute
in interface NullaryComputerOp<T extends Type<T>>
output
- Object where the computation's result will be stored, which
must be non-nullCopyright © 2014–2022 ImageJ. All rights reserved.