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 net.imglib2.view.iteration -
-
Uses of SubIntervalIterable in net.imglib2.display.screenimage.awt
Classes in net.imglib2.display.screenimage.awt that implement SubIntervalIterable Modifier and Type Class Description classARGBScreenImageclassArrayImgAWTScreenImage<T extends NativeType<T>,A extends DataAccess>AnAWTScreenImagethat is anArrayImg.classByteAWTScreenImageAAWTScreenImagethat is anArrayImg<ByteType, ByteArray>.classDoubleAWTScreenImageAAWTScreenImagethat is anArrayImg<DoubleType, DoubleArray>.classFloatAWTScreenImageAAWTScreenImagethat is anArrayImg<FloatType, FloatArray>.classIntAWTScreenImageAAWTScreenImagethat is anArrayImg<ShortType, ShortArray>.classShortAWTScreenImageAAWTScreenImagethat is anArrayImg<ShortType, ShortArray>.classUnsignedByteAWTScreenImageAAWTScreenImagethat is anArrayImg<UnsignedByteType, ByteArray>.classUnsignedIntAWTScreenImageAAWTScreenImagethat is anArrayImg<ShortType, ShortArray>.classUnsignedShortAWTScreenImageAAWTScreenImagethat is anArrayImg<UnsignedShortType, ShortArray>. -
Uses of SubIntervalIterable in net.imglib2.img
Classes in net.imglib2.img that implement SubIntervalIterable Modifier and Type Class Description classImgView<T extends Type<T>>Allows aRandomAccessibleIntervalto 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 classArrayImg<T extends NativeType<T>,A extends DataAccess>ThisImgstores 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 classPlanarImg<T extends NativeType<T>,A extends ArrayDataAccess<A>>ANativeImgthat stores data in a list of primitive arrays, one per image plane. -
Uses of SubIntervalIterable in net.imglib2.view.iteration
Fields in net.imglib2.view.iteration declared as SubIntervalIterable Modifier and Type Field Description (package private) SubIntervalIterable<T>IterableTransformBuilder.Slice. iterableSource(package private) SubIntervalIterable<T>IterableTransformBuilder.SubInterval. iterableSourceConstructors in net.imglib2.view.iteration with parameters of type SubIntervalIterable Constructor Description Slice(SubIntervalIterable<T> iterableSource, Interval sourceInterval, SlicingTransform transformToSource, boolean hasFlatIterationOrder)SubInterval(SubIntervalIterable<T> iterableSource)
-