Package | Description |
---|---|
net.imglib2.cache.img | |
net.imglib2.cache.util | |
net.imglib2.img.cell |
Modifier and Type | Method and Description |
---|---|
Cell<CA> |
RandomAccessibleCacheLoader.get(Long key) |
Cell<A> |
LoadedCellCacheLoader.get(Long key) |
Cell<A> |
EmptyCellCacheLoader.get(Long key) |
Cell<A> |
DiskCellCache.get(Long key) |
Cell<A> |
DiskCellCache.reconstruct(Long key,
A valueData) |
Modifier and Type | Method and Description |
---|---|
Cache<Long,Cell<A>> |
CachedCellImg.getCache() |
Modifier and Type | Method and Description |
---|---|
A |
DiskCellCache.extract(Cell<A> value) |
Modifier and Type | Method and Description |
---|---|
<A> DiskCachedCellImg<T,A> |
DiskCachedCellImgFactory.createWithCacheLoader(Dimensions dimensions,
CacheLoader<Long,Cell<A>> backingLoader) |
<A> DiskCachedCellImg<T,A> |
DiskCachedCellImgFactory.createWithCacheLoader(Dimensions dimensions,
CacheLoader<Long,Cell<A>> backingLoader,
DiskCachedCellImgOptions additionalOptions) |
<A> DiskCachedCellImg<T,A> |
DiskCachedCellImgFactory.createWithCacheLoader(long[] dimensions,
CacheLoader<Long,Cell<A>> backingLoader) |
<A> DiskCachedCellImg<T,A> |
DiskCachedCellImgFactory.createWithCacheLoader(long[] dimensions,
CacheLoader<Long,Cell<A>> backingLoader,
DiskCachedCellImgOptions additionalOptions) |
<A> DiskCachedCellImg<T,A> |
DiskCachedCellImgFactory.createWithCacheLoader(long[] dim,
T type,
CacheLoader<Long,Cell<A>> backingLoader)
Deprecated.
|
<T extends NativeType<T>,A> |
ReadOnlyCachedCellImgFactory.createWithCacheLoader(long[] dim,
T type,
CacheLoader<Long,Cell<A>> backingLoader) |
<A> DiskCachedCellImg<T,A> |
DiskCachedCellImgFactory.createWithCacheLoader(long[] dim,
T type,
CacheLoader<Long,Cell<A>> backingLoader,
DiskCachedCellImgOptions additionalOptions)
Deprecated.
|
<T extends NativeType<T>,A> |
ReadOnlyCachedCellImgFactory.createWithCacheLoader(long[] dim,
T type,
CacheLoader<Long,Cell<A>> backingLoader,
ReadOnlyCachedCellImgOptions additionalOptions) |
Constructor and Description |
---|
CachedCellImg(CellGrid grid,
Fraction entitiesPerPixel,
Cache<Long,Cell<A>> cache,
A accessType) |
CachedCellImg(CellGrid grid,
T type,
Cache<Long,Cell<A>> cache,
A accessType) |
DirtyDiskCellCache(Path blockcache,
CellGrid grid,
CacheLoader<Long,Cell<A>> backingLoader,
AccessIo<A> accessIo,
Fraction entitiesPerPixel) |
DiskCachedCellImg(DiskCachedCellImgFactory<T> factory,
CellGrid grid,
Fraction entitiesPerPixel,
Cache<Long,Cell<A>> cache,
IoSync iosync,
A accessType) |
DiskCellCache(Path blockcache,
CellGrid grid,
CacheLoader<Long,Cell<A>> backingLoader,
AccessIo<A> accessIo,
Fraction entitiesPerPixel) |
Modifier and Type | Method and Description |
---|---|
Cell<A> |
IntervalKeyLoaderAsLongKeyLoader.get(Long key) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCellImg<T extends NativeType<T>,A,C extends Cell<A>,I extends RandomAccessible<C> & IterableInterval<C>>
Abstract superclass for
Img types that divide their underlying data
into cells. |
class |
CellCursor<T extends NativeType<T>,C extends Cell<?>>
Cursor on a AbstractCellImg . |
class |
CellLocalizingCursor<T extends NativeType<T>,C extends Cell<?>>
Localizing
Cursor on a AbstractCellImg . |
class |
CellRandomAccess<T extends NativeType<T>,C extends Cell<?>>
RandomAccess on a AbstractCellImg . |
Constructor and Description |
---|
CellImg(CellImgFactory<T> factory,
CellGrid grid,
ListImg<Cell<A>> imgOfCells,
Fraction entitiesPerPixel) |
LazyCellImg(CellGrid grid,
Fraction entitiesPerPixel,
LazyCellImg.Get<Cell<A>> get) |
LazyCellImg(CellGrid grid,
T type,
LazyCellImg.Get<Cell<A>> get) |
Copyright © 2015–2022 ImgLib2. All rights reserved.