Uses of Package
net.imglib2.img.list
Packages that use net.imglib2.img.list
-
Classes in net.imglib2.img.list used by net.imglib2.img.cellClassDescriptionAbstract base class for
Img
that store pixels in a single linear list addressed by a long. -
Classes in net.imglib2.img.list used by net.imglib2.img.listClassDescriptionAbstract 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
.ImgFactory
forListImg
of any type T.RandomAccess
on aListImg
.