public interface RealRandomAccessible<T> extends EuclideanSpace
f:Rn→T
A function over real space that can create a random access Sampler
.
If your algorithm takes a RealRandomAccessible, this usually means that you
expect that the domain is infinite. (In contrast to this,
RealRandomAccessibleRealInterval
s have a finite domain.)
Modifier and Type | Method and Description |
---|---|
RealRandomAccess<T> |
realRandomAccess()
Create a random access sampler for real coordinates.
|
RealRandomAccess<T> |
realRandomAccess(RealInterval interval) |
numDimensions
RealRandomAccess<T> realRandomAccess()
RealRandomAccess<T> realRandomAccess(RealInterval interval)
Copyright © 2009–2017 ImgLib2. All rights reserved.