public static class ConstantToIIOutputRAI.Subtract<T extends NumericType<T>> extends AbstractUnaryComputerOp<IterableInterval<T>,RandomAccessibleInterval<T>> implements Ops.Math.Subtract
SpecialOp.Flavor
ALIASES, NAME
Constructor and Description |
---|
Subtract() |
Modifier and Type | Method and Description |
---|---|
void |
compute(IterableInterval<T> input,
RandomAccessibleInterval<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
ops, setEnvironment
compute, getIndependentInstance, run, run
run
candidates, filterArity, op
initialize
public void compute(IterableInterval<T> input, RandomAccessibleInterval<T> output)
UnaryComputerOp
compute
in interface UnaryComputerOp<IterableInterval<T extends NumericType<T>>,RandomAccessibleInterval<T extends NumericType<T>>>
input
- 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.