Uses of Class
net.imglib2.img.AbstractNativeImg
Packages that use AbstractNativeImg
Package
Description
-
Uses of AbstractNativeImg in net.imglib2.display.screenimage.awt
Subclasses of AbstractNativeImg 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 AbstractNativeImg in net.imglib2.img.array
Subclasses of AbstractNativeImg 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 AbstractNativeImg in net.imglib2.img.cell
Subclasses of AbstractNativeImg 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. -
Uses of AbstractNativeImg in net.imglib2.img.planar
Subclasses of AbstractNativeImg 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 AbstractNativeImg in net.imglib2.img.sparse
Subclasses of AbstractNativeImg in net.imglib2.img.sparseModifier and TypeClassDescriptionfinal classNtreeImg<T extends NativeType<T>, A extends NtreeAccess<?,A>>