Uses of Interface
net.imglib2.RealCursor
-
-
Uses of RealCursor in net.imglib2
Subinterfaces of RealCursor 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.Classes in net.imglib2 that implement RealCursor 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
Methods in net.imglib2 that return RealCursor Modifier and Type Method Description RealCursor<T>
RealPointSampleList.RealPointSampleListCursor. copy()
RealCursor<T>
RealCursor. copyCursor()
RealCursor<T>
RealPointSampleList.RealPointSampleListCursor. copyCursor()
RealCursor<T>
IterableRealInterval. cursor()
Returns aRealCursor
that iterates with optimal speed without calculating the location at each iteration step.RealCursor<T>
RealPointSampleList. cursor()
RealCursor<T>
IterableRealInterval. localizingCursor()
Returns aRealLocalizable
Iterator
that calculates its location at each iteration step.RealCursor<T>
RealPointSampleList. localizingCursor()
Method parameters in net.imglib2 with type arguments of type RealCursor Modifier and Type Method Description protected KDTree.SamplerNode<T>
KDTree. makeSamplerNode(java.util.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 Modifier and Type Class Description class
AbstractConvertedCursor<A,B>
TODO -
Uses of RealCursor in net.imglib2.converter.read
Classes in net.imglib2.converter.read that implement RealCursor Modifier and Type Class Description class
ConvertedCursor<A,B extends Type<B>>
TODO -
Uses of RealCursor in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite that implement RealCursor Modifier and Type Class Description class
WriteConvertedCursor<A,B>
TODO -
Uses of RealCursor in net.imglib2.img.array
Classes in net.imglib2.img.array that implement RealCursor 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 RealCursor in net.imglib2.img.cell
Classes in net.imglib2.img.cell that implement RealCursor 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 RealCursor in net.imglib2.img.list
Classes in net.imglib2.img.list that implement RealCursor Modifier and Type Class Description class
AbstractLongListImg.LongListCursor
class
AbstractLongListImg.LongListLocalizingCursor
class
ListCursor<T>
class
ListLocalizingCursor<T>
-
Uses of RealCursor in net.imglib2.img.planar
Classes in net.imglib2.img.planar that implement RealCursor 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 RealCursor in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement RealCursor Modifier and Type Class Description class
NtreeCursor<T extends NativeType<T>>
-
Uses of RealCursor in net.imglib2.neighborsearch
Fields in net.imglib2.neighborsearch declared as RealCursor Modifier and Type Field Description protected RealCursor<T>
NearestNeighborSearchOnIterableRealInterval. element
protected RealCursor<T>[]
KNearestNeighborSearchOnIterableRealInterval. elements
Methods in net.imglib2.neighborsearch that return RealCursor Modifier and Type Method Description RealCursor<T>
KNearestNeighborSearchOnIterableRealInterval. getSampler(int i)
-
Uses of RealCursor in net.imglib2.view
Classes in net.imglib2.view that implement RealCursor Modifier and Type Class Description class
RandomAccessibleIntervalCursor<T>
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 RealCursor Modifier and Type Class Description class
SlicingCursor<T>
Wrap a cursor that runs on a hyperslice and apply coordinate transform on localize calls.
-