Uses of Class
net.imglib2.img.cell.Cell
-
Packages that use Cell Package Description net.imglib2.blocks net.imglib2.img.cell -
-
Uses of Cell in net.imglib2.blocks
Fields in net.imglib2.blocks with type parameters of type Cell Modifier and Type Field Description private RandomAccess<? extends Cell<?>>CellImgRangeCopier. cellAccess -
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 classAbstractCellImg<T extends NativeType<T>,A extends DataAccess,C extends Cell<A>,I extends RandomAccessible<C> & IterableInterval<C>>Abstract superclass forImgtypes that divide their underlying data into cells.classCellCursor<T extends NativeType<T>,C extends Cell<?>>Cursoron aAbstractCellImg.classCellLocalizingCursor<T extends NativeType<T>,C extends Cell<?>>LocalizingCursoron aAbstractCellImg.classCellRandomAccess<T extends NativeType<T>,C extends Cell<?>>RandomAccesson 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)
-