public class FunctionRandomAccess<C extends RealType<C>,O extends RealType<O>> extends Point implements RandomAccess<O>
positionn| Constructor and Description | 
|---|
| FunctionRandomAccess(IFunction operation,
                    Converter<RealType<?>,C> inConverter,
                    C computeType,
                    O outputType,
                    Converter<C,O> outConverter) | 
| Modifier and Type | Method and Description | 
|---|---|
| Sampler<O> | copy() | 
| RandomAccess<O> | copyRandomAccess() | 
| O | get()Access the actual T instance providing access to a pixel,
 sub-pixel or integral region value the  Samplerpoints at. | 
bck, equals, fwd, hashCode, move, move, move, move, move, setPosition, setPosition, setPosition, setPosition, setPosition, toString, wrapgetDoublePosition, getFloatPosition, getIntPosition, getLongPosition, localize, localize, localize, localizenumDimensionsclone, finalize, getClass, notify, notifyAll, wait, wait, waitsetPositionAndGet, setPositionAndGet, setPositionAndGetgetDoublePosition, getFloatPosition, getIntPosition, getLongPosition, localize, localize, localize, positionAsLongArray, positionAsPointlocalize, localize, localize, positionAsDoubleArray, positionAsRealPointnumDimensionsbck, fwd, move, move, move, move, move, setPosition, setPosition, setPosition, setPosition, setPositionpublic Sampler<O> copy()
copy in interface Sampler<O extends RealType<O>>Sampler in the same state accessing the same
         values.
 
         It does NOT copy T, just the state of the Sampler.
         Otherwise use T.copy() if available.
 
         Sampler.copy().get() == Sampler.get(), i.e. both hold the same
         value, not necessarily the same instance (this is the case for an
         ArrayCursor for example)public O get()
SamplerSampler points at.public RandomAccess<O> copyRandomAccess()
copyRandomAccess in interface RandomAccess<O extends RealType<O>>Copyright © 2015–2022 ImgLib2. All rights reserved.