Uses of Class
net.imglib2.AbstractInterval
-
Packages that use AbstractInterval Package Description net.imglib2 net.imglib2.img.sparse net.imglib2.iterator net.imglib2.view -
-
Uses of AbstractInterval in net.imglib2
Subclasses of AbstractInterval in net.imglib2 Modifier and Type Class Description class
FinalInterval
Implementation of theInterval
interface.class
PointSampleList<T>
A list of data samples at explicitinteger coordinates
. -
Uses of AbstractInterval in net.imglib2.img.sparse
Subclasses of AbstractInterval in net.imglib2.img.sparse Modifier and Type Class Description class
NtreeCursor<T extends NativeType<T>>
-
Uses of AbstractInterval in net.imglib2.iterator
Subclasses of AbstractInterval in net.imglib2.iterator Modifier and Type Class Description class
IntervalIterator
Use this class to iterate a virtualInterval
in flat order, that is: row by row, plane by plane, cube by cube, ...class
LocalizingIntervalIterator
Use this class to iterate a virtualInterval
in flat order, that is: row by row, plane by plane, cube by cube, ...class
LocalizingZeroMinIntervalIterator
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
OffsetableIntervalIterator
AIntervalIterator
that has an adjustable offsetclass
OffsetableLocalizingIntervalIterator
ALocalizingIntervalIterator
that has an adjustable offsetclass
ZeroMinIntervalIterator
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.view Modifier and Type Class Description class
IntervalView<T>
IntervalView is a view that putsInterval
boundaries on its sourceRandomAccessible
.class
RandomAccessibleIntervalCursor<T>
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
.
-