Package net.imglib2.img.cell
-
Interface Summary Interface Description AbstractCellImg.CellImgSampler<C> This interface is implemented by all samplers on theAbstractCellImg
.LazyCellImg.Get<T> -
Class Summary Class Description 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.Cell<A> A cell of anAbstractCellImg
.CellCursor<T extends NativeType<T>,C extends Cell<?>> Cursor
on aAbstractCellImg
.CellGrid DefinesAbstractCellImg
geometry and translates between image, cell, and grid coordinates.CellImg<T extends NativeType<T>,A> CellImgFactory<T extends NativeType<T>> Factory for creatingCellImgs
.CellIterationOrder Iteration order for aCellImg
.CellLocalizingCursor<T extends NativeType<T>,C extends Cell<?>> LocalizingCursor
on aAbstractCellImg
.CellRandomAccess<T extends NativeType<T>,C extends Cell<?>> RandomAccess
on aAbstractCellImg
.LazyCellImg<T extends NativeType<T>,A> AAbstractCellImg
that obtains its Cells lazily when they are accessed.LazyCellImg.LazyCells<T>