Package net.imglib2.img.cell
package net.imglib2.img.cell
-
ClassDescriptionAbstractCellImg<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.This interface is implemented by all samplers on theAbstractCellImg
.Cell<A>A cell of anAbstractCellImg
.Cursor
on aAbstractCellImg
.DefinesAbstractCellImg
geometry and translates between image, cell, and grid coordinates.CellImgFactory<T extends NativeType<T>>Factory for creatingCellImgs
.Iteration order for aCellImg
.LocalizingCursor
on aAbstractCellImg
.RandomAccess
on aAbstractCellImg
.AAbstractCellImg
that obtains its Cells lazily when they are accessed.