T
- public class ImagePlusCursor2D<T extends Type<T>> extends ImagePlusCursor<T>
ImagePlusContainers
Modifier and Type | Field and Description |
---|---|
protected int |
maxIndex |
container
hasNext, lastIndex, lastSliceIndex, sliceIndex, type
debug, image, isClosed
Constructor and Description |
---|
ImagePlusCursor2D(ImagePlusContainer<T,?> container,
Image<T> image,
T type) |
Modifier and Type | Method and Description |
---|---|
void |
fwd() |
boolean |
hasNext()
Note: This test is fragile in a sense that it returns true for elements
after the last element as well.
|
getStorageContainer
close, getStorageIndex, getType, reset, toString
createPositionArray, fwd, getArrayIndex, getDimensions, getDimensions, getImage, getNumDimensions, isActive, iterator, next, remove, setDebug
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEachRemaining
forEach, spliterator
public ImagePlusCursor2D(ImagePlusContainer<T,?> container, Image<T> image, T type)
public boolean hasNext()
PlanarCursor
Copyright © 2015–2021 Fiji. All rights reserved.