public class LocalNeighborhoodCursor<T extends Type<T>> extends CursorImpl<T>
container, image, isClosed
Constructor and Description |
---|
LocalNeighborhoodCursor(LocalizableByDimCursor<T> cursor) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
fwd() |
int |
getArrayIndex() |
LocalizableByDimCursor<T> |
getParentCursor() |
int |
getRelativePosition(int d) |
int |
getStorageIndex() |
T |
getType() |
boolean |
hasNext() |
boolean |
isActive() |
void |
reset() |
void |
setDebug(boolean debug) |
void |
update() |
createPositionArray, fwd, getDimensions, getDimensions, getImage, getNumDimensions, getStorageContainer, iterator, next, remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
forEach, spliterator
public LocalNeighborhoodCursor(LocalizableByDimCursor<T> cursor)
public boolean hasNext()
public void close()
public void update()
public T getType()
public void reset()
public void fwd()
public LocalizableByDimCursor<T> getParentCursor()
public int getRelativePosition(int d)
public int getArrayIndex()
getArrayIndex
in interface Cursor<T extends Type<T>>
getArrayIndex
in class CursorImpl<T extends Type<T>>
public int getStorageIndex()
public boolean isActive()
Copyright © 2015–2021 Fiji. All rights reserved.