Uses of Class
net.imglib2.img.cell.Cell
-
Packages that use Cell Package Description net.imglib2.img.cell -
-
Uses of Cell in net.imglib2.img.cell
Classes in net.imglib2.img.cell with type parameters of type Cell Modifier and Type Class Description class
AbstractCellImg<T extends NativeType<T>,A,C extends Cell<A>,I extends RandomAccessible<C> & IterableInterval<C>>
Abstract superclass forImg
types that divide their underlying data into cells.class
CellCursor<T extends NativeType<T>,C extends Cell<?>>
Cursor
on aAbstractCellImg
.class
CellLocalizingCursor<T extends NativeType<T>,C extends Cell<?>>
LocalizingCursor
on aAbstractCellImg
.class
CellRandomAccess<T extends NativeType<T>,C extends Cell<?>>
RandomAccess
on aAbstractCellImg
.Constructor parameters in net.imglib2.img.cell with type arguments of type Cell Constructor Description 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)
-