Modifier and Type | Interface and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCursor<T>
Abstract implementation of
Cursor . |
class |
AbstractCursorInt<T>
Abstract implementation of
Cursor . |
class |
AbstractLocalizingCursor<T>
Abstract base class for localizing
Cursor s. |
class |
AbstractLocalizingCursorInt<T>
Abstract base class for localizing
Cursor s. |
class |
KDTree.KDTreeCursor |
class |
PointSampleList.PointSampleListCursor |
class |
RealPointSampleList.RealPointSampleListCursor |
Modifier and Type | Method and Description |
---|---|
RealCursor<T> |
RealPointSampleList.RealPointSampleListCursor.copy() |
RealCursor<T> |
RealPointSampleList.RealPointSampleListCursor.copyCursor() |
RealCursor<T> |
RealCursor.copyCursor() |
RealCursor<T> |
IterableRealInterval.cursor()
Returns a
RealCursor that iterates with optimal speed without
calculating the location at each iteration step. |
RealCursor<T> |
RealPointSampleList.cursor() |
RealCursor<T> |
IterableRealInterval.localizingCursor()
Returns a
RealLocalizable Iterator that calculates its
location at each iteration step. |
RealCursor<T> |
RealPointSampleList.localizingCursor() |
Modifier and Type | Method and Description |
---|---|
protected KDTree.SamplerNode<T> |
KDTree.makeSamplerNode(List<RealCursor<T>> elements,
int i,
int j,
int d)
Construct the tree by recursively adding nodes.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractConvertedCursor<A,B>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
ConvertedCursor<A,B extends Type<B>>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
WriteConvertedCursor<A,B>
TODO
|
Modifier and Type | Class and 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>>
Localizing
AbstractArrayLocalizingCursor on an ArrayImg . |
class |
ArraySubIntervalCursor<T extends NativeType<T>>
|
Modifier and Type | Class and Description |
---|---|
class |
CellCursor<T extends NativeType<T>,C extends Cell<?>>
Cursor on a AbstractCellImg . |
class |
CellLocalizingCursor<T extends NativeType<T>,C extends Cell<?>>
Localizing
Cursor on a AbstractCellImg . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLongListImg.LongListCursor |
class |
AbstractLongListImg.LongListLocalizingCursor |
class |
ListCursor<T>
|
class |
ListLocalizingCursor<T>
|
Modifier and Type | Class and Description |
---|---|
class |
PlanarCursor<T extends NativeType<T>>
Basic Iterator for
PlanarContainers |
class |
PlanarCursor1D<T extends NativeType<T>>
Basic Iterator for 1d
PlanarContainers |
class |
PlanarCursor2D<T extends NativeType<T>>
Basic Iterator for 2d
PlanarContainers |
class |
PlanarLocalizingCursor<T extends NativeType<T>>
Localizing Iterator for a
PlanarContainers |
class |
PlanarLocalizingCursor1D<T extends NativeType<T>>
TODO
|
class |
PlanarLocalizingCursor2D<T extends NativeType<T>>
TODO
|
class |
PlanarPlaneSubsetCursor<T extends NativeType<T>>
Basic Iterator for
PlanarContainers |
class |
PlanarPlaneSubsetLocalizingCursor<T extends NativeType<T>>
Cursor optimized for one plane in an PlanarImg.
|
Modifier and Type | Class and Description |
---|---|
class |
NtreeCursor<T extends NativeType<T>> |
Modifier and Type | Field and Description |
---|---|
protected RealCursor<T> |
NearestNeighborSearchOnIterableRealInterval.element |
protected RealCursor<T>[] |
KNearestNeighborSearchOnIterableRealInterval.elements |
Modifier and Type | Method and Description |
---|---|
RealCursor<T> |
KNearestNeighborSearchOnIterableRealInterval.getSampler(int i) |
Modifier and Type | Class and Description |
---|---|
class |
RandomAccessibleIntervalCursor<T>
A
Cursor that iterates any RandomAccessibleInterval by moving
a RandomAccess in flat iteration order. |
Modifier and Type | Class and Description |
---|---|
class |
SlicingCursor<T>
Wrap a cursor that runs on a hyperslice and apply coordinate transform on
localize calls.
|
Copyright © 2009–2017 ImgLib2. All rights reserved.