public static class NullaryNumericTypeMath.Assign<T extends Type<T>> extends AbstractNullaryComputerOp<T> implements Ops.Math.Assign
SpecialOp.FlavorNAME| Constructor and Description |
|---|
Assign() |
| Modifier and Type | Method and Description |
|---|---|
void |
compute(T output)
Computes the output value.
|
out, setOutputops, setEnvironmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitops, setEnvironmentgetIndependentInstance, run, runcandidates, filterArity, opinitializepublic void compute(T output)
NullaryComputerOpcompute 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.