Uses of Class
net.imglib2.img.AbstractNativeImg
-
Packages that use AbstractNativeImg Package Description net.imglib2.display.screenimage.awt net.imglib2.img.array net.imglib2.img.cell net.imglib2.img.planar net.imglib2.img.sparse -
-
Uses of AbstractNativeImg in net.imglib2.display.screenimage.awt
Subclasses of AbstractNativeImg in net.imglib2.display.screenimage.awt Modifier and Type Class Description class
ARGBScreenImage
class
ArrayImgAWTScreenImage<T extends NativeType<T>,A>
AnAWTScreenImage
that is anArrayImg
.class
ByteAWTScreenImage
AAWTScreenImage
that is anArrayImg<ByteType, ByteArray>
.class
DoubleAWTScreenImage
AAWTScreenImage
that is anArrayImg<DoubleType, DoubleArray>
.class
FloatAWTScreenImage
AAWTScreenImage
that is anArrayImg<FloatType, FloatArray>
.class
IntAWTScreenImage
AAWTScreenImage
that is anArrayImg<ShortType, ShortArray>
.class
ShortAWTScreenImage
AAWTScreenImage
that is anArrayImg<ShortType, ShortArray>
.class
UnsignedByteAWTScreenImage
AAWTScreenImage
that is anArrayImg<UnsignedByteType, ByteArray>
.class
UnsignedIntAWTScreenImage
AAWTScreenImage
that is anArrayImg<ShortType, ShortArray>
.class
UnsignedShortAWTScreenImage
AAWTScreenImage
that is anArrayImg<UnsignedShortType, ShortArray>
. -
Uses of AbstractNativeImg in net.imglib2.img.array
Subclasses of AbstractNativeImg in net.imglib2.img.array Modifier and Type Class Description class
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.cell Modifier and Type Class Description class
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.planar Modifier and Type Class Description class
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.sparse Modifier and Type Class Description class
NtreeImg<T extends NativeType<T>,A extends NtreeAccess<?,A>>
-