T - public final class UnsafeSubIntervalCursor<T extends NativeLongAccessType<T>> extends AbstractUnsafeCursor<T>
img, lastIndex, offset, size, typen| Modifier | Constructor and Description |
|---|---|
|
UnsafeSubIntervalCursor(UnsafeImg<T,?> img,
int offset,
int size)
TODO Javadoc
|
protected |
UnsafeSubIntervalCursor(UnsafeSubIntervalCursor<T> cursor)
TODO Javadoc
|
| Modifier and Type | Method and Description |
|---|---|
UnsafeSubIntervalCursor<T> |
copy() |
UnsafeSubIntervalCursor<T> |
copyCursor() |
fwd, get, getIntPosition, getLongPosition, hasNext, jumpFwd, localize, localize, reset, toStringgetDoublePosition, getFloatPosition, localize, localize, next, removenumDimensionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEachRemaininglocalize, positionAsLongArray, positionAsPointlocalize, positionAsDoubleArray, positionAsRealPointnumDimensionsprotected UnsafeSubIntervalCursor(UnsafeSubIntervalCursor<T> cursor)
cursor - public UnsafeSubIntervalCursor<T> copy()
copy in interface Sampler<T extends NativeLongAccessType<T>>copy in class AbstractCursor<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 UnsafeSubIntervalCursor<T> copyCursor()
copyCursor in interface Cursor<T extends NativeLongAccessType<T>>copyCursor in interface RealCursor<T extends NativeLongAccessType<T>>copyCursor in class AbstractCursor<T extends NativeLongAccessType<T>>Copyright © 2015–2022 ImgLib2. All rights reserved.