EA
- element type of inputs + outputspublic class MapIIAndIIInplace<EA> extends AbstractMapBinaryInplace<EA,EA,IterableInterval<EA>> implements Contingent
MapBinaryInplace
over 2 IterableInterval
sSpecialOp.Flavor
Constructor and Description |
---|
MapIIAndIIInplace() |
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,
IterableInterval<EA> in)
Mutates the first argument in-place.
|
void |
mutate2(IterableInterval<EA> in,
IterableInterval<EA> arg)
Mutates the second 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
run
in, in1, mutate, run
in2, setInput, setInput1, setInput2
run, run
candidates, filterArity, op
initialize
public boolean conforms()
Contingent
conforms
in interface Contingent
public void mutate1(IterableInterval<EA> arg, IterableInterval<EA> in)
BinaryInplace1Op
mutate1
in interface BinaryInplace1Op<IterableInterval<EA>,IterableInterval<EA>,IterableInterval<EA>>
arg
- First argument of the BinaryInplace1Op
, which
will be mutated.in
- Second argument of the BinaryInplace1Op
, which will
not be mutated.public void mutate2(IterableInterval<EA> in, IterableInterval<EA> arg)
BinaryInplaceOp
mutate2
in interface BinaryInplaceOp<IterableInterval<EA>,IterableInterval<EA>>
in
- First argument of the BinaryInplaceOp
, which will
not be mutated.arg
- Second argument of the BinaryInplaceOp
, which
will be mutated.Copyright © 2014–2022 ImageJ. All rights reserved.