public interface OutOfBounds<T> extends RandomAccess<T>, Bounded
Modifier and Type | Method and Description |
---|---|
OutOfBounds<T> |
copy() |
copyRandomAccess
getIntPosition, getLongPosition, localize, localize
getDoublePosition, getFloatPosition, localize, localize
numDimensions
bck, fwd, move, move, move, move, move, setPosition, setPosition, setPosition, setPosition, setPosition
isOutOfBounds
OutOfBounds<T> copy()
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 © 2009–2018 ImgLib2. All rights reserved.