Uses of Class
net.imglib2.img.cell.Cell
Packages that use Cell
-
Uses of Cell in net.imglib2.img.cell
Classes in net.imglib2.img.cell with type parameters of type CellModifier and TypeClassDescriptionclassAbstractCellImg<T extends NativeType<T>,A, 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 CellModifierConstructorDescriptionCellImg(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)