T
- public final class UnsafeLocalizingCursor<T extends NativeLongAccessType<T>> extends AbstractUnsafeLocalizingCursor<T>
img, lastIndex, max, offset, size, type
position
n
Modifier | Constructor and Description |
---|---|
|
UnsafeLocalizingCursor(UnsafeImg<T,?> img)
TODO Javadoc
|
protected |
UnsafeLocalizingCursor(UnsafeLocalizingCursor<T> cursor)
TODO Javadoc
|
Modifier and Type | Method and Description |
---|---|
UnsafeLocalizingCursor<T> |
copy() |
UnsafeLocalizingCursor<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 UnsafeLocalizingCursor(UnsafeLocalizingCursor<T> cursor)
cursor
- public UnsafeLocalizingCursor<T> copy()
copy
in interface Sampler<T extends NativeLongAccessType<T>>
copy
in class AbstractLocalizingCursor<T extends NativeLongAccessType<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 UnsafeLocalizingCursor<T> copyCursor()
copyCursor
in interface Cursor<T extends NativeLongAccessType<T>>
copyCursor
in interface RealCursor<T extends NativeLongAccessType<T>>
copyCursor
in class AbstractLocalizingCursor<T extends NativeLongAccessType<T>>
Copyright © 2015–2022 ImgLib2. All rights reserved.