Package net.imglib2.view
package net.imglib2.view
-
ClassDescriptionExtendedRandomAccessibleInterval<T,
F extends RandomAccessibleInterval<T>> ImplementsRealRandomAccessible
for aRealRandomAccessibleRealInterval
through anRealOutOfBoundsFactory
.HyperSlice<T>IntervalView<T>IntervalView is a view that putsInterval
boundaries on its sourceRandomAccessible
.GeneratesCursors
that iterate aRandomAccessibleInterval
in flat order, that is: row by row, plane by plane, cube by cube, ...TODOACursor
that iterates anyRandomAccessibleInterval
by moving aRandomAccess
in flat iteration order.RandomAccessiblePair<A,B> ARandomAccessible
over two independentRandomAccessibles
whose type is thePair
of corresponding values at the same coordinates in either of the two sources.StackView<T>A stack of n-dimensionalRandomAccessibleInterval
s, forming a (n+1)-dimensionalRandomAccessibleInterval
.ARandomAccess
on aStackView
.ARandomAccess
on aStackView
.Describes how aRandomAccess
on the (n+1)-dimensionalStackView
maps position changes into position changes of the underlying n-dimensionalRandomAccess
es.SubsampleIntervalView
is a view that provides access to only every sdth value of a sourceRandomAccessibleInterval
.SubsampleView
is a view that provides access to only every sdth value of a sourceRandomAccessible
.The "brain" of the Views framework.A view of a RandomAccessible which is related by a coordinateTransform
to its source.TODOCreate light-weight views intoRandomAccessibles
.