Package | Description |
---|---|
bdv | |
bdv.img.cache | |
bdv.img.catmaid | |
bdv.img.openconnectome |
Modifier and Type | Method and Description |
---|---|
protected <S extends NativeType<S>> |
AbstractCachedViewerSetupImgLoader.prepareCachedImage(int timepointId,
int level,
LoadingStrategy loadingStrategy,
S t) |
Modifier and Type | Method and Description |
---|---|
<T extends NativeType<T>,A> |
VolatileGlobalCellCache.createImg(CellGrid grid,
int timepoint,
int setup,
int level,
CacheHints cacheHints,
CacheArrayLoader<A> cacheArrayLoader,
T type)
Create a
VolatileCachedCellImg backed by this VolatileGlobalCellCache ,
using the provided CacheArrayLoader to load data. |
<T extends NativeType<T>,A> |
VolatileGlobalCellCache.createImg(CellGrid grid,
int timepoint,
int setup,
int level,
CacheHints cacheHints,
SimpleCacheArrayLoader<A> cacheArrayLoader,
T type)
Create a
VolatileCachedCellImg backed by this VolatileGlobalCellCache ,
using the provided SimpleCacheArrayLoader to load data. |
Modifier and Type | Method and Description |
---|---|
protected <T extends NativeType<T>> |
CatmaidImageLoader.prepareCachedImage(int timepointId,
int setupId,
int level,
LoadingStrategy loadingStrategy,
T type)
Create a
VolatileCachedCellImg backed by the cache. |
Modifier and Type | Method and Description |
---|---|
protected <T extends NativeType<T>> |
OpenConnectomeImageLoader.prepareCachedImage(int timepointId,
int setupId,
int level,
LoadingStrategy loadingStrategy,
T type)
Create a
VolatileCachedCellImg backed by the cache. |
Copyright © 2015–2021 Fiji. All rights reserved.