Uses of Class
net.imglib2.img.cell.Cell
Packages that use Cell
-
Uses of Cell in net.imglib2.blocks
Fields in net.imglib2.blocks with type parameters of type CellModifier and TypeFieldDescriptionprivate final RandomAccess<? extends Cell<?>> CellImgRangeCopier.cellAccess -
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 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.(package private) classCellSpliterator<T extends NativeType<T>, C extends Cell<?>>LocalizableSpliterator forCellImg.private static classCellSpliterator.CursorOnCells<C extends Cell<?>>static final classLazyCellImg.LazyCells<T extends Cell<?>>Subclasses with type arguments of type Cell in net.imglib2.img.cellModifier and TypeClassDescriptionclassCellImg<T extends NativeType<T>, A extends DataAccess>classCellImg<T extends NativeType<T>, A extends DataAccess>classLazyCellImg<T extends NativeType<T>, A extends DataAccess>AAbstractCellImgthat obtains its Cells lazily when they are accessed.classLazyCellImg<T extends NativeType<T>, A extends DataAccess>AAbstractCellImgthat obtains its Cells lazily when they are accessed.Fields in net.imglib2.img.cell declared as CellMethods in net.imglib2.img.cell that return CellModifier and TypeMethodDescriptionprivate static <A> Cell<A> LazyCellImg.typeCell()Create a dummy Cell instance to be returned byLazyCells.getType().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)