Package | Description |
---|---|
net.imglib2.cache.img | |
net.imglib2.cache.util | |
net.imglib2.img.cell |
Modifier and Type | Method and Description |
---|---|
static <T extends NativeType<T>,A extends ArrayDataAccess<A>> |
LoadedCellCacheLoader.get(CellGrid grid,
CellLoader<T> loader,
T type,
PrimitiveType primitiveType,
Set<AccessFlags> flags) |
static <T extends NativeType<T>,A extends ArrayDataAccess<A>> |
LoadedCellCacheLoader.get(CellGrid grid,
CellLoader<T> loader,
T type,
Set<AccessFlags> flags) |
static <A extends ArrayDataAccess<A>> |
EmptyCellCacheLoader.get(CellGrid grid,
Fraction entitiesPerPixel,
PrimitiveType primitiveType,
Set<AccessFlags> flags) |
static <T extends NativeType<T>,A extends ArrayDataAccess<A>,CA extends ArrayDataAccess<CA>> |
RandomAccessibleCacheLoader.get(CellGrid grid,
RandomAccessible<T> source,
Set<AccessFlags> flags) |
static <T extends NativeType<T>,A extends ArrayDataAccess<A>,CA extends ArrayDataAccess<CA>> |
RandomAccessibleCacheLoader.get(CellGrid grid,
RandomAccessible<T> source,
T type,
Set<AccessFlags> flags) |
static <T extends NativeType<T>,A extends ArrayDataAccess<A>> |
EmptyCellCacheLoader.get(CellGrid grid,
T type,
Set<AccessFlags> flags) |
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) |
EmptyCellCacheLoader(CellGrid grid,
Fraction entitiesPerPixel,
A creator) |
LoadedCellCacheLoader(CellGrid grid,
T type,
A creator,
LoadedCellCacheLoader.ArrayDataAccessWrapper<A,?> wrapper,
CellLoader<T> loader) |
RandomAccessibleCacheLoader(CellGrid grid,
RandomAccessible<T> source,
T type,
A creator,
Function<A,CA> rewrap) |
Constructor and Description |
---|
IntervalKeyLoaderAsLongKeyLoader(CellGrid grid,
Function<Interval,A> intervalKeyLoader) |
Modifier and Type | Field and Description |
---|---|
protected CellGrid |
CellRandomAccess.grid |
protected CellGrid |
AbstractCellImg.grid |
Modifier and Type | Method and Description |
---|---|
CellGrid |
AbstractCellImg.getCellGrid()
Get the
CellGrid which describes the layout of the
AbstractCellImg . |
Constructor and Description |
---|
AbstractCellImg(CellGrid grid,
I imgOfCells,
Fraction entitiesPerPixel) |
CellGrid(CellGrid grid) |
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.