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