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.(package private) classCellSpliterator<T extends NativeType<T>,C extends Cell<?>>LocalizableSpliterator forCellImg.private static classCellSpliterator.CursorOnCells<C extends Cell<?>>static classLazyCellImg.LazyCells<T extends Cell<?>>Fields in net.imglib2.img.cell declared as Cell Modifier and Type Field Description private TLazyCellImg.LazyCells. typeMethods in net.imglib2.img.cell that return Cell Modifier and Type Method Description private 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 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)
-