Uses of Interface
net.imglib2.Iterator
-
-
Uses of Iterator in net.imglib2
Subinterfaces of Iterator in net.imglib2 Modifier and Type Interface Description interface
Cursor<T>
A Cursor iterates over a set of Localizable elements, for example the image values at the (integer) pixel positions of an image.interface
RealCursor<T>
A RealCursor iterates over a set of RealLocalizable elements, for example intensity values sampled at a finite set of arbitrary real positions.Classes in net.imglib2 that implement Iterator Modifier and Type Class Description class
AbstractCursor<T>
Abstract implementation ofCursor
.class
AbstractCursorInt<T>
Abstract implementation ofCursor
.class
AbstractLocalizingCursor<T>
Abstract base class for localizingCursor
s.class
AbstractLocalizingCursorInt<T>
Abstract base class for localizingCursor
s.class
KDTree.KDTreeCursor
class
PointSampleList.PointSampleListCursor
class
RealPointSampleList.RealPointSampleListCursor
-
Uses of Iterator in net.imglib2.converter
Classes in net.imglib2.converter that implement Iterator Modifier and Type Class Description class
AbstractConvertedCursor<A,B>
TODO -
Uses of Iterator in net.imglib2.converter.read
Classes in net.imglib2.converter.read that implement Iterator Modifier and Type Class Description class
ConvertedCursor<A,B extends Type<B>>
TODO -
Uses of Iterator in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite that implement Iterator Modifier and Type Class Description class
WriteConvertedCursor<A,B>
TODO -
Uses of Iterator in net.imglib2.display.projector.sampler
Subinterfaces of Iterator in net.imglib2.display.projector.sampler Modifier and Type Interface Description interface
ProjectedSampler<T>
provides samples from a projected (SamplingProjector2D
) dimension.Classes in net.imglib2.display.projector.sampler that implement Iterator Modifier and Type Class Description class
IntervalSampler<T>
allows stepwise access to a preselected projected dimension.class
SelectiveSampler<T>
Provides access to a set of predefined positions of a projected dimension -
Uses of Iterator in net.imglib2.img.array
Classes in net.imglib2.img.array that implement Iterator Modifier and Type Class Description class
AbstractArrayCursor<T extends NativeType<T>>
class
AbstractArrayLocalizingCursor<T extends NativeType<T>>
class
ArrayCursor<T extends NativeType<T>>
class
ArrayLocalizingCursor<T extends NativeType<T>>
class
ArrayLocalizingSubIntervalCursor<T extends NativeType<T>>
LocalizingAbstractArrayLocalizingCursor
on anArrayImg
.class
ArraySubIntervalCursor<T extends NativeType<T>>
-
Uses of Iterator in net.imglib2.img.cell
Classes in net.imglib2.img.cell that implement Iterator Modifier and Type Class Description class
CellCursor<T extends NativeType<T>,C extends Cell<?>>
Cursor
on aAbstractCellImg
.class
CellLocalizingCursor<T extends NativeType<T>,C extends Cell<?>>
LocalizingCursor
on aAbstractCellImg
. -
Uses of Iterator in net.imglib2.img.list
Classes in net.imglib2.img.list that implement Iterator Modifier and Type Class Description class
AbstractLongListImg.LongListCursor
class
AbstractLongListImg.LongListLocalizingCursor
class
ListCursor<T>
class
ListLocalizingCursor<T>
-
Uses of Iterator in net.imglib2.img.planar
Classes in net.imglib2.img.planar that implement Iterator Modifier and Type Class Description class
PlanarCursor<T extends NativeType<T>>
Basic Iterator forPlanarContainers
class
PlanarCursor1D<T extends NativeType<T>>
Basic Iterator for 1dPlanarContainers
class
PlanarCursor2D<T extends NativeType<T>>
Basic Iterator for 2dPlanarContainers
class
PlanarLocalizingCursor<T extends NativeType<T>>
Localizing Iterator for aPlanarContainers
class
PlanarLocalizingCursor1D<T extends NativeType<T>>
TODOclass
PlanarLocalizingCursor2D<T extends NativeType<T>>
TODOclass
PlanarPlaneSubsetCursor<T extends NativeType<T>>
Basic Iterator forPlanarContainers
class
PlanarPlaneSubsetLocalizingCursor<T extends NativeType<T>>
Cursor optimized for one plane in an PlanarImg. -
Uses of Iterator in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement Iterator Modifier and Type Class Description class
NtreeCursor<T extends NativeType<T>>
-
Uses of Iterator in net.imglib2.iterator
Classes in net.imglib2.iterator that implement 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 Iterator in net.imglib2.view
Classes in net.imglib2.view that implement Iterator Modifier and Type Class Description class
RandomAccessibleIntervalCursor<T>
ACursor
that iterates anyRandomAccessibleInterval
by moving aRandomAccess
in flat iteration order. -
Uses of Iterator in net.imglib2.view.iteration
Classes in net.imglib2.view.iteration that implement Iterator Modifier and Type Class Description class
SlicingCursor<T>
Wrap a cursor that runs on a hyperslice and apply coordinate transform on localize calls.
-