public class LocalNeighborhoodCursor3D<T extends Type<T>> extends LocalNeighborhoodCursor<T>
container, image, isClosed
Constructor and Description |
---|
LocalNeighborhoodCursor3D(LocalizableByDimCursor<T> cursor) |
Modifier and Type | Method and Description |
---|---|
void |
fwd() |
int |
getRelativePosition(int d) |
boolean |
hasNext() |
void |
reset() |
void |
update() |
close, getArrayIndex, getParentCursor, getStorageIndex, getType, isActive, setDebug
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 LocalNeighborhoodCursor3D(LocalizableByDimCursor<T> cursor)
public void reset()
public void update()
update
in class LocalNeighborhoodCursor<T extends Type<T>>
public boolean hasNext()
public void fwd()
public int getRelativePosition(int d)
getRelativePosition
in class LocalNeighborhoodCursor<T extends Type<T>>
Copyright © 2015–2021 Fiji. All rights reserved.