Package | Description |
---|---|
net.imglib2.cache.img |
Modifier and Type | Method and Description |
---|---|
protected DiskCachedCellImgOptions |
DiskCachedCellImgOptions.append(DiskCachedCellImgOptions additionalOptions) |
protected DiskCachedCellImgOptions |
DiskCachedCellImgOptions.copyOrThis() |
DiskCachedCellImgOptions |
DiskCachedCellImgOptions.dirtyAccesses(boolean dirty)
Specify whether the image should use
Dirty accesses. |
static DiskCachedCellImgOptions |
DiskCachedCellImgOptions.options()
Create default
DiskCachedCellImgOptions . |
Modifier and Type | Method and Description |
---|---|
protected DiskCachedCellImgOptions |
DiskCachedCellImgOptions.append(DiskCachedCellImgOptions additionalOptions) |
DiskCachedCellImg<T,?> |
DiskCachedCellImgFactory.create(Dimensions dimensions,
CellLoader<T> loader,
DiskCachedCellImgOptions additionalOptions) |
DiskCachedCellImg<T,?> |
DiskCachedCellImgFactory.create(Dimensions dimensions,
DiskCachedCellImgOptions additionalOptions) |
DiskCachedCellImg<T,?> |
DiskCachedCellImgFactory.create(long[] dimensions,
CellLoader<T> loader,
DiskCachedCellImgOptions additionalOptions) |
DiskCachedCellImg<T,?> |
DiskCachedCellImgFactory.create(long[] dimensions,
DiskCachedCellImgOptions additionalOptions) |
DiskCachedCellImg<T,?> |
DiskCachedCellImgFactory.create(long[] dim,
T type,
CellLoader<T> loader,
DiskCachedCellImgOptions additionalOptions)
Deprecated.
|
DiskCachedCellImg<T,?> |
DiskCachedCellImgFactory.create(long[] dim,
T type,
DiskCachedCellImgOptions additionalOptions)
Deprecated.
|
<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,
DiskCachedCellImgOptions additionalOptions) |
<A> DiskCachedCellImg<T,A> |
DiskCachedCellImgFactory.createWithCacheLoader(long[] dim,
T type,
CacheLoader<Long,Cell<A>> backingLoader,
DiskCachedCellImgOptions additionalOptions)
Deprecated.
|
Constructor and Description |
---|
DiskCachedCellImgFactory(DiskCachedCellImgOptions optional)
Deprecated.
|
DiskCachedCellImgFactory(T type,
DiskCachedCellImgOptions optional)
Create a new
DiskCachedCellImgFactory with the specified
configuration. |
Copyright © 2015–2022 ImgLib2. All rights reserved.