public static class MapBinaryInplace1s.IIAndRAI<EA,EI> extends AbstractMapBinaryInplace1<EA,EI,EA,IterableInterval<EA>,RandomAccessibleInterval<EI>> implements Contingent
SpecialOp.Flavor
Constructor and Description |
---|
IIAndRAI() |
Modifier and Type | Method and Description |
---|---|
boolean |
conforms()
True if the contingency holds; i.e., the current circumstances conform to
the contingency's requirements.
|
void |
mutate1(IterableInterval<EA> arg,
RandomAccessibleInterval<EI> in)
Mutates the first argument in-place.
|
getOp, setOp
in2, out, setInput1, setInput2
ops, setEnvironment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
ops, setEnvironment
getIndependentInstance
in, in1, mutate, run, run
setInput
run, run
candidates, filterArity, op
initialize
public boolean conforms()
Contingent
conforms
in interface Contingent
public void mutate1(IterableInterval<EA> arg, RandomAccessibleInterval<EI> in)
BinaryInplace1Op
mutate1
in interface BinaryInplace1Op<IterableInterval<EA>,RandomAccessibleInterval<EI>,IterableInterval<EA>>
arg
- First argument of the BinaryInplace1Op
, which
will be mutated.in
- Second argument of the BinaryInplace1Op
, which will
not be mutated.Copyright © 2014–2022 ImageJ. All rights reserved.