public static final class VolatileCachedCellImg.VolatileCachedCells<T> extends AbstractLongListImg<T>
AbstractLongListImg.LongListCursor, AbstractLongListImg.LongListLocalizingCursor, AbstractLongListImg.LongListRandomAccess
step
dimension, max, n, numPixels
Modifier | Constructor and Description |
---|---|
protected |
VolatileCachedCells(long[] dimensions,
VolatileCachedCellImg.Get<T> get,
CacheHints cacheHints) |
Modifier and Type | Method and Description |
---|---|
Img<T> |
copy() |
ImgFactory<T> |
factory() |
protected T |
get(long index) |
protected void |
set(long index,
T value) |
cursor, iterationOrder, localizingCursor, randomAccess
dimension, dimensions, firstElement, iterator, max, max, max, min, min, min, numDimensions, numElements, randomAccess, realMax, realMax, realMax, realMin, realMin, realMin, size, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAt, getAt, getAt
forEach, spliterator
maxAsLongArray, maxAsPoint, minAsLongArray, minAsPoint
maxAsDoubleArray, maxAsRealPoint, minAsDoubleArray, minAsRealPoint
allPositive, allPositive, dimensions, dimensionsAsLongArray, dimensionsAsPoint, verify, verify, verifyAllPositive, verifyAllPositive
protected VolatileCachedCells(long[] dimensions, VolatileCachedCellImg.Get<T> get, CacheHints cacheHints)
protected T get(long index)
get
in class AbstractLongListImg<T>
protected void set(long index, T value)
set
in class AbstractLongListImg<T>
public ImgFactory<T> factory()
Copyright © 2015–2021 Fiji. All rights reserved.