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 CellGridAbstractCellImg.gridprotected final CellGridCellRandomAccess.gridMethods in net.imglib2.img.cell that return CellGridModifier and TypeMethodDescriptionAbstractCellImg.getCellGrid()Get theCellGridwhich 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)