Package | Description |
---|---|
net.imglib2.img.cell |
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 © 2009–2017 ImgLib2. All rights reserved.