Uses of Interface
net.imglib2.view.iteration.SubIntervalIterable
-
Packages that use SubIntervalIterable Package Description net.imglib2.display.screenimage.awt net.imglib2.img net.imglib2.img.array net.imglib2.img.planar -
-
Uses of SubIntervalIterable in net.imglib2.display.screenimage.awt
Classes in net.imglib2.display.screenimage.awt that implement SubIntervalIterable 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 SubIntervalIterable in net.imglib2.img
Classes in net.imglib2.img that implement SubIntervalIterable Modifier and Type Class Description class
ImgView<T extends Type<T>>
Allows aRandomAccessibleInterval
to be treated as anImg
. -
Uses of SubIntervalIterable in net.imglib2.img.array
Classes in net.imglib2.img.array that implement SubIntervalIterable 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 SubIntervalIterable in net.imglib2.img.planar
Classes in net.imglib2.img.planar that implement SubIntervalIterable 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.
-