Uses of Interface
net.imglib2.view.iteration.SubIntervalIterable
Packages that use SubIntervalIterable
Package
Description
-
Uses of SubIntervalIterable in net.imglib2.display.screenimage.awt
Classes in net.imglib2.display.screenimage.awt that implement SubIntervalIterableModifier 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 SubIntervalIterable in net.imglib2.img
Classes in net.imglib2.img that implement SubIntervalIterableModifier and TypeClassDescriptionclass
Allows aRandomAccessibleInterval
to be treated as anImg
. -
Uses of SubIntervalIterable in net.imglib2.img.array
Classes in net.imglib2.img.array that implement SubIntervalIterableModifier and TypeClassDescriptionclass
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 SubIntervalIterableModifier 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.