Uses of Interface
net.imglib2.img.cell.LazyCellImg.Get
-
Packages that use LazyCellImg.Get Package Description net.imglib2.img.cell -
-
Uses of LazyCellImg.Get in net.imglib2.img.cell
Constructors in net.imglib2.img.cell with parameters of type LazyCellImg.Get Constructor Description LazyCellImg(CellGrid grid, Fraction entitiesPerPixel, LazyCellImg.Get<Cell<A>> get)
LazyCellImg(CellGrid grid, T type, LazyCellImg.Get<Cell<A>> get)
LazyCells(long[] dimensions, LazyCellImg.Get<T> get)
-