EI
- element type of inputsEO
- element type of outputspublic class MapViewRandomAccessToRandomAccess<EI,EO extends Type<EO>> extends AbstractMapView<EI,EO,RandomAccessible<EI>,RandomAccessible<EO>>
MapView
which converts a RandomAccessible
between element
types.SpecialOp.Flavor
Constructor and Description |
---|
MapViewRandomAccessToRandomAccess() |
Modifier and Type | Method and Description |
---|---|
RandomAccessible<EO> |
calculate(RandomAccessible<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 RandomAccessible<EO> calculate(RandomAccessible<EI> input)
UnaryFunctionOp
input
- Argument to the functionCopyright © 2014–2022 ImageJ. All rights reserved.