Uses of Interface
net.imglib2.RealCursor
Packages that use RealCursor
Package
Description
-
Uses of RealCursor in net.imglib2
Subinterfaces of RealCursor 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.Classes in net.imglib2 that implement RealCursorModifier and TypeClassDescriptionclass
Abstract implementation ofCursor
.class
Abstract implementation ofCursor
.class
Abstract base class for localizingCursor
s.class
Abstract base class for localizingCursor
s.final class
class
class
Methods in net.imglib2 that return RealCursorModifier and TypeMethodDescriptionRealPointSampleList.RealPointSampleListCursor.copy()
RealCursor.copyCursor()
final RealCursor<T>
RealPointSampleList.RealPointSampleListCursor.copyCursor()
IterableRealInterval.cursor()
Returns aRealCursor
that iterates with optimal speed without calculating the location at each iteration step.RealPointSampleList.cursor()
IterableRealInterval.localizingCursor()
Returns aRealLocalizable
Iterator
that calculates its location at each iteration step.RealPointSampleList.localizingCursor()
Method parameters in net.imglib2 with type arguments of type RealCursorModifier and TypeMethodDescriptionprotected KDTree.SamplerNode<T>
KDTree.makeSamplerNode
(List<RealCursor<T>> elements, int i, int j, int d) Construct the tree by recursively adding nodes. -
Uses of RealCursor in net.imglib2.converter
Classes in net.imglib2.converter that implement RealCursor -
Uses of RealCursor in net.imglib2.converter.read
Classes in net.imglib2.converter.read that implement RealCursor -
Uses of RealCursor in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite that implement RealCursor -
Uses of RealCursor in net.imglib2.img.array
Classes in net.imglib2.img.array that implement RealCursorModifier 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 RealCursor in net.imglib2.img.cell
Classes in net.imglib2.img.cell that implement RealCursorModifier 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 RealCursor in net.imglib2.img.list
Classes in net.imglib2.img.list that implement RealCursor -
Uses of RealCursor in net.imglib2.img.planar
Classes in net.imglib2.img.planar that implement RealCursorModifier 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 RealCursor in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement RealCursor -
Uses of RealCursor in net.imglib2.neighborsearch
Fields in net.imglib2.neighborsearch declared as RealCursorModifier and TypeFieldDescriptionprotected RealCursor<T>
NearestNeighborSearchOnIterableRealInterval.element
protected final RealCursor<T>[]
KNearestNeighborSearchOnIterableRealInterval.elements
Methods in net.imglib2.neighborsearch that return RealCursor -
Uses of RealCursor in net.imglib2.view
Classes in net.imglib2.view that implement RealCursorModifier and TypeClassDescriptionfinal class
ACursor
that iterates anyRandomAccessibleInterval
by moving aRandomAccess
in flat iteration order. -
Uses of RealCursor in net.imglib2.view.iteration
Classes in net.imglib2.view.iteration that implement RealCursorModifier and TypeClassDescriptionclass
Wrap a cursor that runs on a hyperslice and apply coordinate transform on localize calls.