public class DynamicLocalizableByDimCursor<T extends Type<T>> extends DynamicLocalizableCursor<T> implements LocalizableByDimCursor<T>
Modifier and Type | Field and Description |
---|---|
protected int[] |
step |
dimensions, numDimensions, position
accessor, container, type
debug, image, isClosed
Constructor and Description |
---|
DynamicLocalizableByDimCursor(DynamicContainer<T,?> container,
Image<T> image,
T type) |
Modifier and Type | Method and Description |
---|---|
void |
bck(int dim) |
LocalNeighborhoodCursor<T> |
createLocalNeighborhoodCursor() |
RegionOfInterestCursor<T> |
createRegionOfInterestCursor(int[] offset,
int[] size) |
void |
fwd(int dim) |
void |
move(int steps,
int dim) |
void |
moveRel(int[] vector) |
void |
moveTo(int[] position) |
void |
moveTo(Localizable localizable) |
void |
setPosition(int[] position) |
void |
setPosition(int position,
int dim) |
void |
setPosition(Localizable localizable) |
fwd, fwd, getPosition, getPosition, getPosition, getPositionAsString, hasNext, reset, toString
close, getAccessor, getInternalIndex, getStorageContainer, getStorageIndex, getType
createPositionArray, getArrayIndex, getDimensions, getDimensions, getImage, getNumDimensions, isActive, iterator, next, remove, setDebug
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
close, createPositionArray, getArrayIndex, getImage, getStorageContainer, getStorageIndex, getType, isActive, reset, setDebug
forEachRemaining, hasNext, next, remove
forEach, iterator, spliterator
getDimensions, getDimensions, getNumDimensions
getPosition, getPosition, getPosition, getPositionAsString
public DynamicLocalizableByDimCursor(DynamicContainer<T,?> container, Image<T> image, T type)
public LocalNeighborhoodCursor<T> createLocalNeighborhoodCursor()
createLocalNeighborhoodCursor
in interface LocalizableByDimCursor<T extends Type<T>>
public RegionOfInterestCursor<T> createRegionOfInterestCursor(int[] offset, int[] size)
createRegionOfInterestCursor
in interface LocalizableByDimCursor<T extends Type<T>>
public void fwd(int dim)
fwd
in interface LocalizableByDim
public void move(int steps, int dim)
move
in interface LocalizableByDim
public void bck(int dim)
bck
in interface LocalizableByDim
public void moveRel(int[] vector)
moveRel
in interface LocalizableByDim
public void moveTo(int[] position)
moveTo
in interface LocalizableByDim
public void moveTo(Localizable localizable)
moveTo
in interface LocalizableByDim
public void setPosition(Localizable localizable)
setPosition
in interface LocalizableByDim
public void setPosition(int[] position)
setPosition
in interface LocalizableByDim
public void setPosition(int position, int dim)
setPosition
in interface LocalizableByDim
Copyright © 2015–2021 Fiji. All rights reserved.