Uses of Interface
net.imglib2.Iterator
Packages that use Iterator
Package
Description
-
Uses of Iterator in net.imglib2
Subinterfaces of Iterator in net.imglib2Modifier and TypeInterfaceDescriptioninterface
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 -
Uses of Iterator in net.imglib2.converter
Classes in net.imglib2.converter that implement Iterator -
Uses of Iterator in net.imglib2.converter.read
Classes in net.imglib2.converter.read that implement Iterator -
Uses of Iterator in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite that implement Iterator -
Uses of Iterator in net.imglib2.display.projector.sampler
Subinterfaces of Iterator in net.imglib2.display.projector.samplerModifier and TypeInterfaceDescriptioninterface
provides samples from a projected (SamplingProjector2D
) dimension.Classes in net.imglib2.display.projector.sampler that implement IteratorModifier and TypeClassDescriptionclass
allows stepwise access to a preselected projected dimension.class
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 IteratorModifier and TypeClassDescriptionclass
AbstractArrayCursor<T extends NativeType<T>>
class
AbstractArrayLocalizingCursor<T extends NativeType<T>>
final class
ArrayCursor<T extends NativeType<T>>
final class
ArrayLocalizingCursor<T extends NativeType<T>>
final class
ArrayLocalizingSubIntervalCursor<T extends NativeType<T>>
LocalizingAbstractArrayLocalizingCursor
on anArrayImg
.final class
ArraySubIntervalCursor<T extends NativeType<T>>
-
Uses of Iterator in net.imglib2.img.cell
Classes in net.imglib2.img.cell that implement IteratorModifier and TypeClassDescriptionclass
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 -
Uses of Iterator in net.imglib2.img.planar
Classes in net.imglib2.img.planar that implement IteratorModifier and TypeClassDescriptionclass
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 -
Uses of Iterator in net.imglib2.iterator
Classes in net.imglib2.iterator that implement 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 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, ... -
Uses of Iterator in net.imglib2.view
Classes in net.imglib2.view that implement IteratorModifier and TypeClassDescriptionfinal class
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 IteratorModifier and TypeClassDescriptionclass
Wrap a cursor that runs on a hyperslice and apply coordinate transform on localize calls.