Package net.imglib2.img.list
package net.imglib2.img.list
-
ClassesClassDescriptionAbstract base class for
Imgthat store pixels in a single linear array (anArrayListor similar).In principle, the number of entities stored is limited toInteger.MAX_VALUE.Abstract base class forImgthat store pixels in a single linear list addressed by a long.ListCursor<T>ListImg<T>ImgFactoryforListImgof any type T.RandomAccesson aListImg.