public static class BooleanTypeLogic.ComparableGreaterThan<I extends Comparable<I>,O extends BooleanType<O>> extends AbstractBinaryComputerOp<I,I,O> implements Ops.Logic.GreaterThan
Comparable
s.SpecialOp.Flavor
ALIASES, NAME
Constructor and Description |
---|
ComparableGreaterThan() |
Modifier and Type | Method and Description |
---|---|
void |
compute(I in1,
I in2,
O out)
Computes the output given two inputs.
|
in1, in2, out, setInput1, setInput2, setOutput
ops, setEnvironment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
ops, setEnvironment
compute, getIndependentInstance, run, run
in, setInput
compute, run
run
candidates, filterArity, op
initialize
public void compute(I in1, I in2, O out)
BinaryComputerOp
compute
in interface BinaryComputerOp<I extends Comparable<I>,I extends Comparable<I>,O extends BooleanType<O>>
in1
- first argument to the computation, which
must be non-nullin2
- second argument to the computation, which
must be non-nullout
- object where the computation's result will be stored, which
must be non-null and a different object than
input1
and input2
Copyright © 2014–2022 ImageJ. All rights reserved.