public class DefaultCoordinatesEquation<T extends RealType<T>,N extends Number> extends AbstractUnaryComputerOp<UnaryFunctionOp<long[],N>,IterableInterval<T>> implements CoordinatesEquationOp<T,N>
SpecialOp.Flavor
NAME
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, setOutput
ops, setEnvironment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compute, getIndependentInstance, run, run
in, setInput
run
candidates, filterArity, op
ops, setEnvironment
initialize
setOutput
public void compute(UnaryFunctionOp<long[],N> op, IterableInterval<T> output)
UnaryComputerOp
compute
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 input
Copyright © 2014–2022 ImageJ. All rights reserved.