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 TypeClassDescriptionclass
class
ArrayImgAWTScreenImage<T extends NativeType<T>,
A> AnAWTScreenImage
that is anArrayImg
.class
AAWTScreenImage
that is anArrayImg<ByteType, ByteArray>
.class
AAWTScreenImage
that is anArrayImg<DoubleType, DoubleArray>
.class
AAWTScreenImage
that is anArrayImg<FloatType, FloatArray>
.class
AAWTScreenImage
that is anArrayImg<ShortType, ShortArray>
.class
AAWTScreenImage
that is anArrayImg<ShortType, ShortArray>
.class
AAWTScreenImage
that is anArrayImg<UnsignedByteType, ByteArray>
.class
AAWTScreenImage
that is anArrayImg<ShortType, ShortArray>
.class
AAWTScreenImage
that is anArrayImg<UnsignedShortType, ShortArray>
. -
Uses of AbstractNativeImg in net.imglib2.img.array
Subclasses of AbstractNativeImg in net.imglib2.img.arrayModifier and TypeClassDescriptionclass
ArrayImg<T extends NativeType<T>,
A> ThisImg
stores 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 TypeClassDescriptionclass
AbstractCellImg<T extends NativeType<T>,
A, C extends Cell<A>, I extends RandomAccessible<C> & IterableInterval<C>> Abstract superclass forImg
types that divide their underlying data into cells.class
CellImg<T extends NativeType<T>,
A> class
LazyCellImg<T extends NativeType<T>,
A> AAbstractCellImg
that 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 TypeClassDescriptionclass
PlanarImg<T extends NativeType<T>,
A extends ArrayDataAccess<A>> ANativeImg
that stores data in an 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 class
NtreeImg<T extends NativeType<T>,
A extends NtreeAccess<?, A>>