Package net.imglib2.img.list
-
Class Summary Class Description AbstractListImg<T> Abstract base class forImgthat store pixels in a single linear array (anArrayListor similar).In principle, the number of entities stored is limited toInteger.MAX_VALUE.AbstractLongListImg<T> Abstract base class forImgthat store pixels in a single linear list addressed by a long.ListCursor<T> ListImg<T> ThisImgstores an image in a single linearArrayList.ListImgFactory<T> ImgFactoryforListImgof any type T.ListLocalizingCursor<T> ListRandomAccess<T> RandomAccesson aListImg.