EI
- element type of inputsEO
- element type of outputspublic static class MapUnaryComputers.RAIToIIParallel<EI,EO> extends AbstractMapComputer<EI,EO,RandomAccessibleInterval<EI>,IterableInterval<EO>> implements Contingent, Parallel
SpecialOp.Flavor
Constructor and Description |
---|
RAIToIIParallel() |
Modifier and Type | Method and Description |
---|---|
void |
compute(RandomAccessibleInterval<EI> input,
IterableInterval<EO> output)
Computes the output given some input.
|
boolean |
conforms()
True if the contingency holds; i.e., the current circumstances conform to
the contingency's requirements.
|
getOp, setOp
in, out, setInput, setOutput
ops, setEnvironment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
ops, setEnvironment
compute, getIndependentInstance, run, run
run
candidates, filterArity, op
initialize
public boolean conforms()
Contingent
conforms
in interface Contingent
public void compute(RandomAccessibleInterval<EI> input, IterableInterval<EO> output)
UnaryComputerOp
compute
in interface UnaryComputerOp<RandomAccessibleInterval<EI>,IterableInterval<EO>>
input
- 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 input
Copyright © 2014–2022 ImageJ. All rights reserved.