public class LabelRegionCursor extends IterationCodeListCursor
position
n
Modifier | Constructor and Description |
---|---|
|
LabelRegionCursor(ArrayList<gnu.trove.list.array.TIntArrayList> itcodesList,
long[] offset) |
protected |
LabelRegionCursor(LabelRegionCursor c) |
Modifier and Type | Method and Description |
---|---|
LabelRegionCursor |
copy() |
LabelRegionCursor |
copyCursor() |
fwd, get, hasNext, jumpFwd, next, reset
getDoublePosition, getFloatPosition, getIntPosition, getLongPosition, localize, localize, localize, localize
numDimensions
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, remove
getDoublePosition, getFloatPosition, getIntPosition, getLongPosition, localize, localize, localize, positionAsLongArray, positionAsPoint
localize, localize, localize, positionAsDoubleArray, positionAsRealPoint
numDimensions
public LabelRegionCursor(ArrayList<gnu.trove.list.array.TIntArrayList> itcodesList, long[] offset)
protected LabelRegionCursor(LabelRegionCursor c)
public LabelRegionCursor copy()
copy
in interface Sampler<Void>
copy
in class IterationCodeListCursor
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 LabelRegionCursor copyCursor()
copyCursor
in interface Cursor<Void>
copyCursor
in interface RealCursor<Void>
copyCursor
in class IterationCodeListCursor
Copyright © 2015–2022 ImgLib2. All rights reserved.