public class DefaultCoordinatesEquation<T extends RealType<T>,N extends Number> extends AbstractUnaryComputerOp<UnaryFunctionOp<long[],N>,IterableInterval<T>> implements CoordinatesEquationOp<T,N>
SpecialOp.FlavorNAME| Constructor and Description |
|---|
DefaultCoordinatesEquation() |
| Modifier and Type | Method and Description |
|---|---|
void |
compute(UnaryFunctionOp<long[],N> op,
IterableInterval<T> output)
Computes the output given some input.
|
in, out, setInput, setOutputops, setEnvironmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, getIndependentInstance, run, runin, setInputruncandidates, filterArity, opops, setEnvironmentinitializesetOutputpublic void compute(UnaryFunctionOp<long[],N> op, IterableInterval<T> output)
UnaryComputerOpcompute in interface UnaryComputerOp<UnaryFunctionOp<long[],N extends Number>,IterableInterval<T extends RealType<T>>>op - Argument to the computation, which must be non-nulloutput - Object where the computation's result will be stored, which
must be non-null and a different object than inputCopyright © 2014–2022 ImageJ. All rights reserved.