Uses of Class
net.imglib2.img.cell.CellGrid
-
Packages that use CellGrid Package Description net.imglib2.img.cell -
-
Uses of CellGrid in net.imglib2.img.cell
Fields in net.imglib2.img.cell declared as CellGrid Modifier and Type Field Description protected CellGrid
AbstractCellImg. grid
protected CellGrid
CellRandomAccess. grid
Methods in net.imglib2.img.cell that return CellGrid Modifier and Type Method Description CellGrid
AbstractCellImg. getCellGrid()
Get theCellGrid
which describes the layout of theAbstractCellImg
.Constructors in net.imglib2.img.cell with parameters of type CellGrid Constructor 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)
-