public interface RandomAccessibleInterval<T> extends RandomAccessible<T>, Interval
f:{x∈Zn|[min,max]→T}
A function over an n-dimensional integer interval that can create a random
access Sampler
.
By convention, a RandomAccessibleInterval represents a function that is defined at all coordinates of the interval.
There is no guarantee regarding whether the function is defined outside the
bounds of its interval. If the function is known to be defined for
out-of-bounds values in a particular interval, the
RandomAccessible.randomAccess(Interval)
method should be used to access those
values—whereas the RandomAccessible.randomAccess()
(no arguments) method is
not intended to access out-of-bounds values. See
RandomAccessible.randomAccess()
for related discussion.
getAt, getAt, getAt, randomAccess, randomAccess
dimension, max, max, max, maxAsLongArray, maxAsPoint, min, min, min, minAsLongArray, minAsPoint, realMax, realMin
maxAsDoubleArray, maxAsRealPoint, minAsDoubleArray, minAsRealPoint, realMax, realMax, realMin, realMin
allPositive, allPositive, dimensions, dimensions, dimensionsAsLongArray, dimensionsAsPoint, verify, verify, verifyAllPositive, verifyAllPositive
numDimensions
Copyright © 2015–2022 ImgLib2. All rights reserved.