public static class BinaryRealTypeMath.Xor<I1 extends RealType<I1>,I2 extends RealType<I2>,O extends RealType<O>> extends AbstractBinaryComputerOp<I1,I2,O> implements Ops.Math.Xor
SpecialOp.FlavorNAME| Constructor and Description | 
|---|
| Xor() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | compute(I1 input1,
       I2 input2,
       O output)Computes the output given two inputs. | 
in1, in2, out, setInput1, setInput2, setOutputops, setEnvironmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitops, setEnvironmentcompute, getIndependentInstance, run, runin, setInputcompute, runruncandidates, filterArity, opinitializepublic void compute(I1 input1, I2 input2, O output)
BinaryComputerOpcompute in interface BinaryComputerOp<I1 extends RealType<I1>,I2 extends RealType<I2>,O extends RealType<O>>input1 - first argument to the computation, which
          must be non-nullinput2 - second 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
          input1 and input2Copyright © 2014–2022 ImageJ. All rights reserved.