Uses of Class
net.imglib2.iterator.IntervalIterator
Packages that use IntervalIterator
-
Uses of IntervalIterator in net.imglib2.img.sparse
Subclasses of IntervalIterator in net.imglib2.img.sparse -
Uses of IntervalIterator in net.imglib2.iterator
Subclasses of IntervalIterator 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 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, ...Methods in net.imglib2.iterator that return IntervalIterator