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 classFinalIntervalImplementation of theIntervalinterface.classPointSampleList<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 classNtreeCursor<T extends NativeType<T>> -
Uses of AbstractInterval in net.imglib2.iterator
Subclasses of AbstractInterval in net.imglib2.iterator Modifier and Type Class Description classIntervalIteratorUse this class to iterate a virtualIntervalin flat order, that is: row by row, plane by plane, cube by cube, ...classLocalizingIntervalIteratorUse this class to iterate a virtualIntervalin flat order, that is: row by row, plane by plane, cube by cube, ...classLocalizingZeroMinIntervalIteratorUse this class to iterate a virtual rectangularIntervalwhose min coordinates are at 0n in flat order, that is: row by row, plane by plane, cube by cube, ...classOffsetableIntervalIteratorAIntervalIteratorthat has an adjustable offsetclassOffsetableLocalizingIntervalIteratorALocalizingIntervalIteratorthat has an adjustable offsetclassZeroMinIntervalIteratorUse this class to iterate a virtual rectangularIntervalwhose 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 classIntervalView<T>IntervalView is a view that putsIntervalboundaries on its sourceRandomAccessible.classRandomAccessibleIntervalCursor<T>ACursorthat iterates anyRandomAccessibleIntervalby moving aRandomAccessin flat iteration order.classStackView<T>A stack of n-dimensionalRandomAccessibleIntervals, forming a (n+1)-dimensionalRandomAccessibleInterval.
-