Package | Description |
---|---|
net.imglib2.cache.img |
Modifier and Type | Method and Description |
---|---|
protected ReadOnlyCachedCellImgOptions |
ReadOnlyCachedCellImgOptions.append(ReadOnlyCachedCellImgOptions additionalOptions) |
protected ReadOnlyCachedCellImgOptions |
ReadOnlyCachedCellImgOptions.copyOrThis() |
static ReadOnlyCachedCellImgOptions |
ReadOnlyCachedCellImgOptions.options()
Create default
ReadOnlyCachedCellImgOptions . |
Modifier and Type | Method and Description |
---|---|
protected ReadOnlyCachedCellImgOptions |
ReadOnlyCachedCellImgOptions.append(ReadOnlyCachedCellImgOptions additionalOptions) |
<T extends NativeType<T>> |
ReadOnlyCachedCellImgFactory.create(long[] dim,
T type,
CellLoader<T> loader,
ReadOnlyCachedCellImgOptions additionalOptions) |
<T extends NativeType<T>,A> |
ReadOnlyCachedCellImgFactory.createWithCacheLoader(long[] dim,
T type,
CacheLoader<Long,Cell<A>> backingLoader,
ReadOnlyCachedCellImgOptions additionalOptions) |
Constructor and Description |
---|
ReadOnlyCachedCellImgFactory(ReadOnlyCachedCellImgOptions optional)
Create a new
ReadOnlyCachedCellImgFactory with the specified
configuration. |
Copyright © 2015–2022 ImgLib2. All rights reserved.