Package | Description |
---|---|
net.imglib2.cache.img | |
net.imglib2.img.cell |
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 | Class and Description |
---|---|
class |
CellImg<T extends NativeType<T>,A> |
class |
LazyCellImg<T extends NativeType<T>,A>
A
AbstractCellImg that obtains its Cells lazily when they are
accessed. |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractCellImg.copyDataTo(AbstractCellImg<T,?,?,?> copy) |
Constructor and Description |
---|
CellCursor(AbstractCellImg<T,?,C,?> img) |
CellIterationOrder(AbstractCellImg<?,?,?,?> img) |
CellLocalizingCursor(AbstractCellImg<T,?,C,?> img) |
CellRandomAccess(AbstractCellImg<T,?,C,?> img) |
Copyright © 2015–2022 ImgLib2. All rights reserved.