Uses of Interface
net.imglib2.Cursor
Packages that use Cursor
Package
Description
-
Uses of Cursor in net.imglib2
Classes in net.imglib2 that implement CursorModifier and TypeClassDescriptionclass
Abstract implementation ofCursor
.class
Abstract implementation ofCursor
.class
Abstract base class for localizingCursor
s.class
Abstract base class for localizingCursor
s.class
Methods in net.imglib2 that return CursorModifier and TypeMethodDescriptionPointSampleList.PointSampleListCursor.copy()
Cursor.copyCursor()
PointSampleList.PointSampleListCursor.copyCursor()
IterableInterval.cursor()
PointSampleList.cursor()
IterableInterval.localizingCursor()
PointSampleList.localizingCursor()
-
Uses of Cursor in net.imglib2.converter
Classes in net.imglib2.converter that implement CursorFields in net.imglib2.converter declared as CursorConstructors in net.imglib2.converter with parameters of type Cursor -
Uses of Cursor in net.imglib2.converter.read
Classes in net.imglib2.converter.read that implement CursorConstructors in net.imglib2.converter.read with parameters of type CursorModifierConstructorDescriptionCreates a copy of b for conversion that can be accessed throughConvertedCursor.get()
. -
Uses of Cursor in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite that implement CursorConstructors in net.imglib2.converter.readwrite with parameters of type CursorModifierConstructorDescriptionWriteConvertedCursor
(Cursor<A> source, SamplerConverter<? super A, B> converter) -
Uses of Cursor in net.imglib2.histogram
Methods in net.imglib2.histogram that return CursorModifier and TypeMethodDescriptionDiscreteFrequencyDistribution.cursor()
Histogram1d.cursor()
HistogramNd.cursor()
DiscreteFrequencyDistribution.localizingCursor()
Histogram1d.localizingCursor()
HistogramNd.localizingCursor()
-
Uses of Cursor in net.imglib2.img
Methods in net.imglib2.img that return Cursor -
Uses of Cursor in net.imglib2.img.array
Classes in net.imglib2.img.array that implement CursorModifier 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>>
Methods in net.imglib2.img.array that return Cursor -
Uses of Cursor in net.imglib2.img.cell
Classes in net.imglib2.img.cell that implement CursorModifier 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
.Fields in net.imglib2.img.cell declared as Cursor -
Uses of Cursor in net.imglib2.img.list
Classes in net.imglib2.img.list that implement Cursor -
Uses of Cursor in net.imglib2.img.planar
Classes in net.imglib2.img.planar that implement CursorModifier 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.Methods in net.imglib2.img.planar that return Cursor -
Uses of Cursor in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement Cursor -
Uses of Cursor in net.imglib2.view
Classes in net.imglib2.view that implement CursorModifier and TypeClassDescriptionfinal class
ACursor
that iterates anyRandomAccessibleInterval
by moving aRandomAccess
in flat iteration order.Methods in net.imglib2.view that return Cursor -
Uses of Cursor in net.imglib2.view.iteration
Classes in net.imglib2.view.iteration that implement CursorModifier and TypeClassDescriptionclass
Wrap a cursor that runs on a hyperslice and apply coordinate transform on localize calls.Methods in net.imglib2.view.iteration that return Cursor