Uses of Interface
net.imglib2.Cursor
-
-
Uses of Cursor in net.imglib2
Classes in net.imglib2 that implement Cursor 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
PointSampleList.PointSampleListCursor
Methods in net.imglib2 that return Cursor Modifier and Type Method Description Cursor<T>
PointSampleList.PointSampleListCursor. copy()
Cursor<T>
Cursor. copyCursor()
Cursor<T>
PointSampleList.PointSampleListCursor. copyCursor()
Cursor<T>
IterableInterval. cursor()
Cursor<T>
PointSampleList. cursor()
Cursor<T>
IterableInterval. localizingCursor()
Cursor<T>
PointSampleList. localizingCursor()
-
Uses of Cursor in net.imglib2.converter
Classes in net.imglib2.converter that implement Cursor Modifier and Type Class Description class
AbstractConvertedCursor<A,B>
TODOFields in net.imglib2.converter declared as Cursor Modifier and Type Field Description protected Cursor<A>
AbstractConvertedCursor. source
Constructors in net.imglib2.converter with parameters of type Cursor Constructor Description AbstractConvertedCursor(Cursor<A> source)
-
Uses of Cursor in net.imglib2.converter.read
Classes in net.imglib2.converter.read that implement Cursor Modifier and Type Class Description class
ConvertedCursor<A,B extends Type<B>>
TODOConstructors in net.imglib2.converter.read with parameters of type Cursor Constructor Description ConvertedCursor(Cursor<A> source, Converter<? super A,? super B> converter, B b)
Creates 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 Cursor Modifier and Type Class Description class
WriteConvertedCursor<A,B>
TODOConstructors in net.imglib2.converter.readwrite with parameters of type Cursor Constructor Description WriteConvertedCursor(Cursor<A> source, SamplerConverter<? super A,B> converter)
-
Uses of Cursor in net.imglib2.histogram
Methods in net.imglib2.histogram that return Cursor Modifier and Type Method Description Cursor<LongType>
DiscreteFrequencyDistribution. cursor()
Cursor<LongType>
Histogram1d. cursor()
Cursor<LongType>
HistogramNd. cursor()
Cursor<LongType>
DiscreteFrequencyDistribution. localizingCursor()
Cursor<LongType>
Histogram1d. localizingCursor()
Cursor<LongType>
HistogramNd. localizingCursor()
-
Uses of Cursor in net.imglib2.img
Methods in net.imglib2.img that return Cursor Modifier and Type Method Description Cursor<T>
ImgView. cursor()
Cursor<T>
ImgView. cursor(Interval interval)
Cursor<T>
ImgView. localizingCursor()
Cursor<T>
ImgView. localizingCursor(Interval interval)
-
Uses of Cursor in net.imglib2.img.array
Classes in net.imglib2.img.array that implement Cursor 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>>
Methods in net.imglib2.img.array that return Cursor Modifier and Type Method Description Cursor<T>
ArrayImg. cursor(Interval interval)
Cursor<T>
ArrayImg. localizingCursor(Interval interval)
-
Uses of Cursor in net.imglib2.img.cell
Classes in net.imglib2.img.cell that implement Cursor 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
.Fields in net.imglib2.img.cell declared as Cursor Modifier and Type Field Description protected Cursor<C>
CellCursor. cursorOnCells
protected Cursor<C>
CellLocalizingCursor. cursorOnCells
-
Uses of Cursor in net.imglib2.img.list
Classes in net.imglib2.img.list that implement Cursor Modifier and Type Class Description class
AbstractLongListImg.LongListCursor
class
AbstractLongListImg.LongListLocalizingCursor
class
ListCursor<T>
class
ListLocalizingCursor<T>
-
Uses of Cursor in net.imglib2.img.planar
Classes in net.imglib2.img.planar that implement Cursor 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.Methods in net.imglib2.img.planar that return Cursor Modifier and Type Method Description Cursor<T>
PlanarImg. cursor(Interval interval)
Cursor<T>
PlanarImg. localizingCursor(Interval interval)
-
Uses of Cursor in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement Cursor Modifier and Type Class Description class
NtreeCursor<T extends NativeType<T>>
-
Uses of Cursor in net.imglib2.view
Classes in net.imglib2.view that implement Cursor Modifier and Type Class Description class
RandomAccessibleIntervalCursor<T>
ACursor
that iterates anyRandomAccessibleInterval
by moving aRandomAccess
in flat iteration order.Methods in net.imglib2.view that return Cursor Modifier and Type Method Description Cursor<T>
IntervalView. cursor()
Cursor<T>
IterableRandomAccessibleInterval. cursor()
Cursor<T>
IntervalView. localizingCursor()
Cursor<T>
IterableRandomAccessibleInterval. localizingCursor()
-
Uses of Cursor in net.imglib2.view.iteration
Classes in net.imglib2.view.iteration that implement Cursor Modifier and Type Class Description class
SlicingCursor<T>
Wrap a cursor that runs on a hyperslice and apply coordinate transform on localize calls.Methods in net.imglib2.view.iteration that return Cursor Modifier and Type Method Description Cursor<T>
SubIntervalIterable. cursor(Interval interval)
Cursor<T>
SubIntervalIterable. localizingCursor(Interval interval)
-