EI
- element type of inputsEO
- element type of outputspublic class MapViewIIToII<EI,EO extends Type<EO>> extends AbstractMapView<EI,EO,IterableInterval<EI>,IterableInterval<EO>>
MapView
which converts an IterableInterval
between element
types.SpecialOp.Flavor
Constructor and Description |
---|
MapViewIIToII() |
Modifier and Type | Method and Description |
---|---|
IterableInterval<EO> |
calculate(IterableInterval<EI> input)
Calculates the output given some input.
|
getOp, getType, setOp, setType
in, out, run, setInput
ops, setEnvironment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
calculate, getIndependentInstance, run
in, setInput
run
candidates, filterArity, op
ops, setEnvironment
initialize
public IterableInterval<EO> calculate(IterableInterval<EI> input)
UnaryFunctionOp
input
- Argument to the functionCopyright © 2014–2022 ImageJ. All rights reserved.