Package | Description |
---|---|
net.imglib2.algorithm.lazy | |
net.imglib2.cache.img |
Modifier and Type | Class and Description |
---|---|
static class |
Caches.RandomAccessibleLoader<T extends NativeType<T>>
A simple
CellLoader implementation that fills a pre-allocated
cell with data from a RandomAccessible source at the same
coordinates. |
Modifier and Type | Method and Description |
---|---|
DiskCachedCellImg<T,?> |
DiskCachedCellImgFactory.create(Dimensions dimensions,
CellLoader<T> loader) |
DiskCachedCellImg<T,?> |
DiskCachedCellImgFactory.create(Dimensions dimensions,
CellLoader<T> loader,
DiskCachedCellImgOptions additionalOptions) |
DiskCachedCellImg<T,?> |
DiskCachedCellImgFactory.create(long[] dimensions,
CellLoader<T> loader) |
DiskCachedCellImg<T,?> |
DiskCachedCellImgFactory.create(long[] dimensions,
CellLoader<T> loader,
DiskCachedCellImgOptions additionalOptions) |
DiskCachedCellImg<T,?> |
DiskCachedCellImgFactory.create(long[] dim,
T type,
CellLoader<T> loader)
Deprecated.
|
<T extends NativeType<T>> |
ReadOnlyCachedCellImgFactory.create(long[] dim,
T type,
CellLoader<T> loader) |
DiskCachedCellImg<T,?> |
DiskCachedCellImgFactory.create(long[] dim,
T type,
CellLoader<T> loader,
DiskCachedCellImgOptions additionalOptions)
Deprecated.
|
<T extends NativeType<T>> |
ReadOnlyCachedCellImgFactory.create(long[] dim,
T type,
CellLoader<T> loader,
ReadOnlyCachedCellImgOptions additionalOptions) |
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) |
Constructor and Description |
---|
LoadedCellCacheLoader(CellGrid grid,
T type,
A creator,
LoadedCellCacheLoader.ArrayDataAccessWrapper<A,?> wrapper,
CellLoader<T> loader) |
Copyright © 2015–2022 ImgLib2. All rights reserved.