T - @Deprecated public class LocalNeighborhoodCursor2<T> extends AbstractCursor<T>
n| Modifier | Constructor and Description |
|---|---|
protected |
LocalNeighborhoodCursor2(LocalNeighborhoodCursor2<T> c)
Deprecated.
|
|
LocalNeighborhoodCursor2(RandomAccess<T> source,
long[] center)
Deprecated.
|
|
LocalNeighborhoodCursor2(RandomAccess<T> source,
long[] center,
long span)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
LocalNeighborhoodCursor2<T> |
copy()
Deprecated.
|
LocalNeighborhoodCursor2<T> |
copyCursor()
Deprecated.
|
void |
fwd()
Deprecated.
|
T |
get()
Deprecated.
Access the actual T instance providing access to a pixel,
sub-pixel or integral region value the
Sampler points at. |
double |
getDoublePosition(int d)
Deprecated.
Return the current position in a given dimension.
|
float |
getFloatPosition(int d)
Deprecated.
Return the current position in a given dimension.
|
int |
getIntPosition(int d)
Deprecated.
Return the current position in a given dimension.
|
long |
getLongPosition(int d)
Deprecated.
Return the current position in a given dimension.
|
boolean |
hasNext()
Deprecated.
|
void |
localize(double[] position)
Deprecated.
Write the current position into the passed array.
|
void |
localize(float[] position)
Deprecated.
Write the current position into the passed array.
|
void |
localize(int[] position)
Deprecated.
Write the current position into the passed array.
|
void |
localize(long[] position)
Deprecated.
Write the current position into the passed array.
|
void |
reset()
Deprecated.
|
jumpFwd, next, remove, toStringnumDimensionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEachRemaininglocalize, positionAsLongArray, positionAsPointlocalize, positionAsDoubleArray, positionAsRealPointnumDimensionspublic LocalNeighborhoodCursor2(RandomAccess<T> source, long[] center, long span)
public LocalNeighborhoodCursor2(RandomAccess<T> source, long[] center)
protected LocalNeighborhoodCursor2(LocalNeighborhoodCursor2<T> c)
public T get()
SamplerSampler points at.public void fwd()
public void reset()
public boolean hasNext()
public float getFloatPosition(int d)
RealLocalizablegetFloatPosition in interface LocalizablegetFloatPosition in interface RealLocalizablegetFloatPosition in class AbstractCursor<T>d - dimensionpublic double getDoublePosition(int d)
RealLocalizablegetDoublePosition in interface LocalizablegetDoublePosition in interface RealLocalizablegetDoublePosition in class AbstractCursor<T>d - dimensionpublic int getIntPosition(int d)
LocalizablegetIntPosition in interface LocalizablegetIntPosition in class AbstractCursor<T>d - dimensionpublic long getLongPosition(int d)
Localizabled - dimensionpublic void localize(long[] position)
Localizableposition - receives current positionpublic void localize(float[] position)
RealLocalizablelocalize in interface RealLocalizablelocalize in class AbstractCursor<T>position - receives current positionpublic void localize(double[] position)
RealLocalizablelocalize in interface RealLocalizablelocalize in class AbstractCursor<T>position - receives current positionpublic void localize(int[] position)
Localizablelocalize in interface Localizablelocalize in class AbstractCursor<T>position - receives current positionpublic LocalNeighborhoodCursor2<T> copy()
copy in interface Sampler<T>copy in class AbstractCursor<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 LocalNeighborhoodCursor2<T> copyCursor()
copyCursor in interface Cursor<T>copyCursor in interface RealCursor<T>copyCursor in class AbstractCursor<T>Copyright © 2015–2022 ImgLib2. All rights reserved.