T
- public final class ArrayLocalizingSubIntervalCursor<T extends NativeType<T>> extends AbstractArrayLocalizingCursor<T>
AbstractArrayLocalizingCursor
on an ArrayImg
.img, lastIndex, max, offset, size, type
position
n
Modifier | Constructor and Description |
---|---|
protected |
ArrayLocalizingSubIntervalCursor(ArrayImg<T,?> img,
int offset,
int size)
TODO Javadoc
|
protected |
ArrayLocalizingSubIntervalCursor(ArrayLocalizingSubIntervalCursor<T> cursor)
TODO Javadoc
|
Modifier and Type | Method and Description |
---|---|
ArrayLocalizingSubIntervalCursor<T> |
copy() |
ArrayLocalizingSubIntervalCursor<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 ArrayLocalizingSubIntervalCursor(ArrayImg<T,?> img, int offset, int size)
img
- offset
- size
- protected ArrayLocalizingSubIntervalCursor(ArrayLocalizingSubIntervalCursor<T> cursor)
cursor
- public ArrayLocalizingSubIntervalCursor<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 ArrayLocalizingSubIntervalCursor<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.