EA - element type of inputs + outputspublic class MapIIAndIIInplaceParallel<EA> extends AbstractMapBinaryInplace<EA,EA,IterableInterval<EA>> implements Contingent, Parallel
MapBinaryInplace over 2 IterableIntervalsSpecialOp.Flavor| Constructor and Description |
|---|
MapIIAndIIInplaceParallel() |
| 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, setOpin2, out, setInput1, setInput2ops, setEnvironmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitops, setEnvironmentgetIndependentInstancerunin, in1, mutate, runin2, setInput, setInput1, setInput2run, runcandidates, filterArity, opinitializepublic boolean conforms()
Contingentconforms in interface Contingentpublic void mutate1(IterableInterval<EA> arg, IterableInterval<EA> in)
BinaryInplace1Opmutate1 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)
BinaryInplaceOpmutate2 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.