Package | Description |
---|---|
net.imglib2.cache.img | |
net.imglib2.img.io |
Modifier and Type | Class and Description |
---|---|
class |
CachedCellImg<T extends NativeType<T>,A>
A
LazyCellImg that creates empty Cells lazily when they are accessed
and stores (modified) Cells in a disk cache when memory runs full. |
class |
DiskCachedCellImg<T extends NativeType<T>,A>
A
LazyCellImg that creates empty Cells lazily when they are accessed
and stores (modified) Cells in a disk cache when memory runs full. |
Modifier and Type | Method and Description |
---|---|
static <T extends NumericType<T> & NativeType<T>,A extends ArrayDataAccess<A>> |
Load.lazyStack(List<String> paths)
Convenient method that invokes
Load.lazyStack(List, CacheLoader)
with a cache-enabled IJLoader . |
static <T extends NumericType<T> & NativeType<T>,A extends ArrayDataAccess<A>> |
Load.lazyStack(String[] paths)
Convenient method that invokes
Load.lazyStack(List, CacheLoader)
with a cache-enabled IJLoader . |
Copyright © 2015–2022 ImgLib2. All rights reserved.