T - public interface RealOutOfBounds<T> extends OutOfBounds<T>, RealRandomAccess<T>
| Modifier and Type | Method and Description |
|---|---|
RealOutOfBounds<T> |
copy() |
copyRandomAccess, setPositionAndGet, setPositionAndGet, setPositionAndGetgetDoublePosition, getFloatPosition, getIntPosition, getLongPosition, localize, localize, localize, positionAsLongArray, positionAsPointlocalize, localize, localize, positionAsDoubleArray, positionAsRealPointnumDimensionsisOutOfBoundscopyRealRandomAccess, setPositionAndGet, setPositionAndGet, setPositionAndGetmove, move, move, move, move, setPosition, setPosition, setPosition, setPosition, setPositionbck, fwd, move, move, move, move, move, setPosition, setPosition, setPosition, setPosition, setPositionRealOutOfBounds<T> copy()
copy in interface OutOfBounds<T>copy in interface Sampler<T>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)Copyright © 2015–2022 ImgLib2. All rights reserved.