Package | Description |
---|---|
net.imglib2.img.cell |
Modifier and Type | Field and Description |
---|---|
protected CellGrid |
AbstractCellImg.grid |
protected CellGrid |
CellRandomAccess.grid |
Modifier and Type | Method and Description |
---|---|
CellGrid |
AbstractCellImg.getCellGrid()
Get the
CellGrid which describes the layout of the
AbstractCellImg . |
Constructor and Description |
---|
AbstractCellImg(CellGrid grid,
I imgOfCells,
Fraction entitiesPerPixel) |
CellGrid(CellGrid grid) |
CellImg(CellImgFactory<T> factory,
CellGrid grid,
ListImg<Cell<A>> imgOfCells,
Fraction entitiesPerPixel) |
LazyCellImg(CellGrid grid,
Fraction entitiesPerPixel,
LazyCellImg.Get<Cell<A>> get) |
LazyCellImg(CellGrid grid,
T type,
LazyCellImg.Get<Cell<A>> get) |
Copyright © 2009–2017 ImgLib2. All rights reserved.