Uses of Class
net.imglib2.img.AbstractImg
Packages that use AbstractImg
Package
Description
-
Uses of AbstractImg in net.imglib2.display.screenimage.awt
Subclasses of AbstractImg in net.imglib2.display.screenimage.awtModifier and TypeClassDescriptionclassclassArrayImgAWTScreenImage<T extends NativeType<T>, A extends DataAccess>AnAWTScreenImagethat is anArrayImg.classAAWTScreenImagethat is anArrayImg<ByteType, ByteArray>.classAAWTScreenImagethat is anArrayImg<DoubleType, DoubleArray>.classAAWTScreenImagethat is anArrayImg<FloatType, FloatArray>.classAAWTScreenImagethat is anArrayImg<ShortType, ShortArray>.classAAWTScreenImagethat is anArrayImg<ShortType, ShortArray>.classAAWTScreenImagethat is anArrayImg<UnsignedByteType, ByteArray>.classAAWTScreenImagethat is anArrayImg<ShortType, ShortArray>.classAAWTScreenImagethat is anArrayImg<UnsignedShortType, ShortArray>. -
Uses of AbstractImg in net.imglib2.img
Subclasses of AbstractImg in net.imglib2.img -
Uses of AbstractImg in net.imglib2.img.array
Subclasses of AbstractImg in net.imglib2.img.arrayModifier and TypeClassDescriptionclassArrayImg<T extends NativeType<T>, A extends DataAccess>ThisImgstores an image in a single linear array of basic types. -
Uses of AbstractImg in net.imglib2.img.cell
Subclasses of AbstractImg in net.imglib2.img.cellModifier and TypeClassDescriptionclassAbstractCellImg<T extends NativeType<T>, A extends DataAccess, C extends Cell<A>, I extends RandomAccessible<C> & IterableInterval<C>>Abstract superclass forImgtypes that divide their underlying data into cells.classCellImg<T extends NativeType<T>, A extends DataAccess>classLazyCellImg<T extends NativeType<T>, A extends DataAccess>AAbstractCellImgthat obtains its Cells lazily when they are accessed.static final classLazyCellImg.LazyCells<T extends Cell<?>> -
Uses of AbstractImg in net.imglib2.img.list
Subclasses of AbstractImg in net.imglib2.img.listModifier and TypeClassDescriptionclassAbstract base class forImgthat store pixels in a single linear array (anArrayListor similar).In principle, the number of entities stored is limited toInteger.MAX_VALUE.classAbstract base class forImgthat store pixels in a single linear list addressed by a long.classListImg<T> -
Uses of AbstractImg in net.imglib2.img.planar
Subclasses of AbstractImg in net.imglib2.img.planarModifier and TypeClassDescriptionclassPlanarImg<T extends NativeType<T>, A extends ArrayDataAccess<A>>ANativeImgthat stores data in a list of primitive arrays, one per image plane. -
Uses of AbstractImg in net.imglib2.img.sparse
Subclasses of AbstractImg in net.imglib2.img.sparseModifier and TypeClassDescriptionfinal classNtreeImg<T extends NativeType<T>, A extends NtreeAccess<?,A>>