Uses of Class
net.imglib2.img.cell.CellGrid
Packages that use CellGrid
-
Uses of CellGrid in net.imglib2.img.cell
Fields in net.imglib2.img.cell declared as CellGridModifier and TypeFieldDescriptionprotected final CellGrid
AbstractCellImg.grid
protected final CellGrid
CellRandomAccess.grid
Methods in net.imglib2.img.cell that return CellGridModifier and TypeMethodDescriptionAbstractCellImg.getCellGrid()
Get theCellGrid
which describes the layout of theAbstractCellImg
.Constructors in net.imglib2.img.cell with parameters of type CellGridModifierConstructorDescriptionAbstractCellImg
(CellGrid grid, I imgOfCells, Fraction entitiesPerPixel) 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)