Uses of Class
net.imglib2.AbstractInterval
Packages that use AbstractInterval
-
Uses of AbstractInterval in net.imglib2
Subclasses of AbstractInterval in net.imglib2Modifier and TypeClassDescriptionfinal classImplementation of theIntervalinterface.classA 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 TypeClassDescriptionclassUse this class to iterate a virtualIntervalin flat order, that is: row by row, plane by plane, cube by cube, ...classUse this class to iterate a virtualIntervalin flat order, that is: row by row, plane by plane, cube by cube, ...classUse 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, ...classAIntervalIteratorthat has an adjustable offsetclassALocalizingIntervalIteratorthat has an adjustable offsetclassUse 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.viewModifier and TypeClassDescriptionclassIntervalView<T>IntervalView is a view that putsIntervalboundaries on its sourceRandomAccessible.final classACursorthat iterates anyRandomAccessibleIntervalby moving aRandomAccessin flat iteration order.classStackView<T>A stack of n-dimensionalRandomAccessibleIntervals, forming a (n+1)-dimensionalRandomAccessibleInterval.