Package net.imglib2.view
package net.imglib2.view
-
ClassDescriptionExtendedRandomAccessibleInterval<T,
F extends RandomAccessibleInterval<T>> ImplementsRealRandomAccessiblefor aRealRandomAccessibleRealIntervalthrough anRealOutOfBoundsFactory.HyperSlice<T>IntervalView<T>IntervalView is a view that putsIntervalboundaries on its sourceRandomAccessible.GeneratesCursorsthat iterate aRandomAccessibleIntervalin flat order, that is: row by row, plane by plane, cube by cube, ...TODOACursorthat iterates anyRandomAccessibleIntervalby moving aRandomAccessin flat iteration order.RandomAccessiblePair<A,B> ARandomAccessibleover two independentRandomAccessibleswhose type is thePairof corresponding values at the same coordinates in either of the two sources.StackView<T>A stack of n-dimensionalRandomAccessibleIntervals, forming a (n+1)-dimensionalRandomAccessibleInterval.ARandomAccesson aStackView.ARandomAccesson aStackView.Describes how aRandomAccesson the (n+1)-dimensionalStackViewmaps position changes into position changes of the underlying n-dimensionalRandomAccesses.SubsampleIntervalViewis a view that provides access to only every sdth value of a sourceRandomAccessibleInterval.SubsampleViewis 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 coordinateTransformto its source.TODOCreate light-weight views intoRandomAccessibles.