Package net.imglib2.img.list
package net.imglib2.img.list
-
ClassesClassDescriptionAbstract base class for
Img
that store pixels in a single linear array (anArrayList
or similar).In principle, the number of entities stored is limited toInteger.MAX_VALUE
.Abstract base class forImg
that store pixels in a single linear list addressed by a long.ListCursor<T>ListImg<T>ImgFactory
forListImg
of any type T.RandomAccess
on aListImg
.