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 |
PointSampleList.PointSampleListCursor |
Modifier and Type | Method and 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() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConvertedCursor<A,B>
TODO
|
Modifier and Type | Field and Description |
---|---|
protected Cursor<A> |
AbstractConvertedCursor.source |
Constructor and Description |
---|
AbstractConvertedCursor(Cursor<A> source) |
Modifier and Type | Class and Description |
---|---|
class |
ConvertedCursor<A,B extends Type<B>>
TODO
|
Constructor and Description |
---|
ConvertedCursor(Cursor<A> source,
Converter<? super A,? super B> converter,
B b)
Creates a copy of b for conversion that can be accessed through
ConvertedCursor.get() . |
Modifier and Type | Class and Description |
---|---|
class |
WriteConvertedCursor<A,B>
TODO
|
Constructor and Description |
---|
WriteConvertedCursor(Cursor<A> source,
SamplerConverter<? super A,B> converter) |
Modifier and Type | Method and 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() |
Modifier and Type | Method and Description |
---|---|
Cursor<T> |
ImgView.cursor() |
Cursor<T> |
ImgView.cursor(Interval interval) |
Cursor<T> |
ImgView.localizingCursor() |
Cursor<T> |
ImgView.localizingCursor(Interval interval) |
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 | Method and Description |
---|---|
Cursor<T> |
ArrayImg.cursor(Interval interval)
|
Cursor<T> |
ArrayImg.localizingCursor(Interval interval)
|
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 | Field and Description |
---|---|
protected Cursor<C> |
CellCursor.cursorOnCells |
protected Cursor<C> |
CellLocalizingCursor.cursorOnCells |
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 | Method and Description |
---|---|
Cursor<T> |
PlanarImg.cursor(Interval interval)
|
Cursor<T> |
PlanarImg.localizingCursor(Interval interval)
|
Modifier and Type | Class and Description |
---|---|
class |
NtreeCursor<T extends NativeType<T>> |
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 | Method and Description |
---|---|
Cursor<T> |
IntervalView.cursor() |
Cursor<T> |
IterableRandomAccessibleInterval.cursor() |
Cursor<T> |
IntervalView.localizingCursor() |
Cursor<T> |
IterableRandomAccessibleInterval.localizingCursor() |
Modifier and Type | Class and Description |
---|---|
class |
SlicingCursor<T>
Wrap a cursor that runs on a hyperslice and apply coordinate transform on
localize calls.
|
Modifier and Type | Method and Description |
---|---|
Cursor<T> |
SubIntervalIterable.cursor(Interval interval)
|
Cursor<T> |
SubIntervalIterable.localizingCursor(Interval interval)
|
Copyright © 2009–2017 ImgLib2. All rights reserved.