Uses of Class
net.imglib2.iterator.IntervalIterator
-
Packages that use IntervalIterator Package Description net.imglib2.img.sparse net.imglib2.iterator -
-
Uses of IntervalIterator in net.imglib2.img.sparse
Subclasses of IntervalIterator in net.imglib2.img.sparse Modifier and Type Class Description class
NtreeCursor<T extends NativeType<T>>
-
Uses of IntervalIterator in net.imglib2.iterator
Subclasses of IntervalIterator in net.imglib2.iterator Modifier and Type Class Description 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, ...Methods in net.imglib2.iterator that return IntervalIterator Modifier and Type Method Description static IntervalIterator
IntervalIterator. create(Interval interval)
-