Uses of Class
net.imglib2.img.cell.CellGrid
-
Packages that use CellGrid Package Description net.imglib2.blocks net.imglib2.img.cell -
-
Uses of CellGrid in net.imglib2.blocks
Fields in net.imglib2.blocks declared as CellGrid Modifier and Type Field Description private CellGridCellImgRangeCopier. cellGrid -
Uses of CellGrid in net.imglib2.img.cell
Fields in net.imglib2.img.cell declared as CellGrid Modifier and Type Field Description protected CellGridAbstractCellImg. gridprivate CellGridCellCursor. gridprotected CellGridCellRandomAccess. gridprivate CellGridCellSpliterator. gridMethods in net.imglib2.img.cell that return CellGrid Modifier and Type Method Description CellGridAbstractCellImg. getCellGrid()Get theCellGridwhich 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)
-