Uses of Class
net.imglib2.AbstractInterval
Packages that use AbstractInterval
-
Uses of AbstractInterval in net.imglib2
Subclasses of AbstractInterval in net.imglib2Modifier and TypeClassDescriptionfinal class
Implementation of theInterval
interface.class
A list of data samples at explicitinteger coordinates
. -
Uses of AbstractInterval in net.imglib2.img.sparse
Subclasses of AbstractInterval in net.imglib2.img.sparse -
Uses of AbstractInterval in net.imglib2.iterator
Subclasses of AbstractInterval in net.imglib2.iteratorModifier and TypeClassDescriptionclass
Use this class to iterate a virtualInterval
in flat order, that is: row by row, plane by plane, cube by cube, ...class
Use this class to iterate a virtualInterval
in flat order, that is: row by row, plane by plane, cube by cube, ...class
Use this class to iterate a virtual rectangularInterval
whose min coordinates are at 0n in flat order, that is: row by row, plane by plane, cube by cube, ...class
AIntervalIterator
that has an adjustable offsetclass
ALocalizingIntervalIterator
that has an adjustable offsetclass
Use this class to iterate a virtual rectangularInterval
whose min coordinates are at 0n in flat order, that is: row by row, plane by plane, cube by cube, ... -
Uses of AbstractInterval in net.imglib2.view
Subclasses of AbstractInterval in net.imglib2.viewModifier and TypeClassDescriptionclass
IntervalView<T>
IntervalView is a view that putsInterval
boundaries on its sourceRandomAccessible
.final class
ACursor
that iterates anyRandomAccessibleInterval
by moving aRandomAccess
in flat iteration order.class
StackView<T>
A stack of n-dimensionalRandomAccessibleInterval
s, forming a (n+1)-dimensionalRandomAccessibleInterval
.