T
- public final class ArrayLocalizingCursor<T extends NativeType<T>> extends AbstractArrayLocalizingCursor<T>
img, lastIndex, max, offset, size, type
position
n
Modifier | Constructor and Description |
---|---|
|
ArrayLocalizingCursor(ArrayImg<T,?> img)
TODO Javadoc
|
protected |
ArrayLocalizingCursor(ArrayLocalizingCursor<T> cursor)
TODO Javadoc
|
Modifier and Type | Method and Description |
---|---|
ArrayLocalizingCursor<T> |
copy() |
ArrayLocalizingCursor<T> |
copyCursor() |
fwd, get, hasNext, jumpFwd, reset
next, remove
getDoublePosition, getFloatPosition, getIntPosition, getLongPosition, localize, localize, localize, localize
numDimensions
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
getDoublePosition, getFloatPosition, getIntPosition, getLongPosition, localize, localize, localize, positionAsLongArray, positionAsPoint
localize, localize, localize, positionAsDoubleArray, positionAsRealPoint
numDimensions
protected ArrayLocalizingCursor(ArrayLocalizingCursor<T> cursor)
cursor
- public ArrayLocalizingCursor<T> copy()
copy
in interface Sampler<T extends NativeType<T>>
copy
in class AbstractLocalizingCursorInt<T extends NativeType<T>>
Sampler
in the same state accessing the same
values.
It does NOT copy T, just the state of the Sampler
.
Otherwise use T.copy() if available.
Sampler.copy().get() == Sampler.get(), i.e. both hold the same
value, not necessarily the same instance (this is the case for an
ArrayCursor
for example)public ArrayLocalizingCursor<T> copyCursor()
copyCursor
in interface Cursor<T extends NativeType<T>>
copyCursor
in interface RealCursor<T extends NativeType<T>>
copyCursor
in class AbstractLocalizingCursorInt<T extends NativeType<T>>
Copyright © 2015–2022 ImgLib2. All rights reserved.