Package net.imglib2.img.list
-
Class Summary Class Description AbstractListImg<T> Abstract base class forImg
that store pixels in a single linear array (anArrayList
or similar).In principle, the number of entities stored is limited toInteger.MAX_VALUE
.AbstractLongListImg<T> Abstract base class forImg
that store pixels in a single linear list addressed by a long.ListCursor<T> ListImg<T> ThisImg
stores an image in a single linearArrayList
.ListImgFactory<T> ImgFactory
forListImg
of any type T.ListLocalizingCursor<T> ListRandomAccess<T> RandomAccess
on aListImg
.