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 forImgtypes that divide their underlying data into cells.This interface is implemented by all samplers on theAbstractCellImg.Cell<A>A cell of anAbstractCellImg.Cursoron aAbstractCellImg.DefinesAbstractCellImggeometry and translates between image, cell, and grid coordinates.CellImgFactory<T extends NativeType<T>>Factory for creatingCellImgs.Iteration order for aCellImg.LocalizingCursoron aAbstractCellImg.RandomAccesson aAbstractCellImg.AAbstractCellImgthat obtains its Cells lazily when they are accessed.