public static class UnaryRealTypeMath.Invert<I extends RealType<I>,O extends RealType<O>> extends AbstractUnaryComputerOp<I,O> implements Ops.Math.Invert
SpecialOp.Flavor
NAME
Constructor and Description |
---|
Invert() |
Modifier and Type | Method and Description |
---|---|
void |
compute(I input,
O 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(I input, O output)
UnaryComputerOp
Copyright © 2014–2022 ImageJ. All rights reserved.