Modifier and Type | Method and Description |
---|---|
abstract AbstractCursor<T> |
AbstractCursor.copy() |
abstract AbstractCursor<T> |
AbstractCursor.copyCursor() |
Modifier and Type | Class and Description |
---|---|
class |
LocalNeighborhoodCursor<T>
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
FunctionCursor<C extends RealType<C>,O extends RealType<O>> |
class |
FunctionCursorDouble<O extends RealType<O>> |
class |
FunctionCursorDoubleIncompatibleOrder<O extends RealType<O>> |
class |
FunctionCursorIncompatibleOrder<C extends RealType<C>,O extends RealType<O>> |
Modifier and Type | Method and Description |
---|---|
AbstractCursor<O> |
FunctionCursorIncompatibleOrder.copy() |
AbstractCursor<O> |
FunctionCursorDoubleIncompatibleOrder.copy() |
AbstractCursor<O> |
FunctionCursorDouble.copy() |
AbstractCursor<O> |
FunctionCursor.copy() |
AbstractCursor<O> |
FunctionCursor.copyCursor() |
Modifier and Type | Class and Description |
---|---|
class |
LocalNeighborhoodCursor2<T>
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
CellCursor<T extends NativeType<T>,C extends Cell<?>>
Cursor on a AbstractCellImg . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLongListImg.LongListCursor |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUnsafeCursor<T extends NativeLongAccessType<T>>
|
class |
UnsafeCursor<T extends NativeLongAccessType<T>>
|
class |
UnsafeSubIntervalCursor<T extends NativeLongAccessType<T>>
|
Modifier and Type | Class and Description |
---|---|
protected class |
BinaryMaskRegionOfInterest.BMROIIterableInterval.BMROICursor
The cursor works by managing a cursor from the original image.
|
Modifier and Type | Method and Description |
---|---|
AbstractCursor<TT> |
BinaryMaskRegionOfInterest.BMROIIterableInterval.BMROICursor.copy() |
AbstractCursor<TT> |
BinaryMaskRegionOfInterest.BMROIIterableInterval.BMROICursor.copyCursor() |
Copyright © 2015–2022 ImgLib2. All rights reserved.