@Deprecated public final class LabelingConvertedCursor<I extends IntegerType<I>,T extends Comparable<T>> extends AbstractConvertedCursor<I,LabelingType<T>>
Modifier and Type | Field and Description |
---|---|
protected LabelingType<T> |
type
Deprecated.
|
source
Constructor and Description |
---|
LabelingConvertedCursor(Cursor<I> source,
long[] generation,
LabelingMapping<T> mapping)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LabelingConvertedCursor<I,T> |
copy()
Deprecated.
|
LabelingType<T> |
get()
Deprecated.
Access the actual T instance providing access to a pixel,
sub-pixel or integral region value the
Sampler points at. |
copyCursor, fwd, getDoublePosition, getFloatPosition, getIntPosition, getLongPosition, hasNext, jumpFwd, localize, localize, localize, localize, next, numDimensions, remove, reset
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
localize, positionAsLongArray, positionAsPoint
localize, positionAsDoubleArray, positionAsRealPoint
protected final LabelingType<T extends Comparable<T>> type
public LabelingConvertedCursor(Cursor<I> source, long[] generation, LabelingMapping<T> mapping)
public LabelingType<T> get()
Sampler
Sampler
points at.public LabelingConvertedCursor<I,T> copy()
copy
in interface Sampler<LabelingType<T extends Comparable<T>>>
copy
in class AbstractConvertedCursor<I extends IntegerType<I>,LabelingType<T extends Comparable<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)Copyright © 2015–2022 ImgLib2. All rights reserved.