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 TypeClassDescriptionclassclassArrayImgAWTScreenImage<T extends NativeType<T>, A extends DataAccess>AnAWTScreenImagethat is anArrayImg.classAAWTScreenImagethat is anArrayImg<ByteType, ByteArray>.classAAWTScreenImagethat is anArrayImg<DoubleType, DoubleArray>.classAAWTScreenImagethat is anArrayImg<FloatType, FloatArray>.classAAWTScreenImagethat is anArrayImg<ShortType, ShortArray>.classAAWTScreenImagethat is anArrayImg<ShortType, ShortArray>.classAAWTScreenImagethat is anArrayImg<UnsignedByteType, ByteArray>.classAAWTScreenImagethat is anArrayImg<ShortType, ShortArray>.classAAWTScreenImagethat is anArrayImg<UnsignedShortType, ShortArray>. -
Uses of SubIntervalIterable in net.imglib2.img
Classes in net.imglib2.img that implement SubIntervalIterableModifier and TypeClassDescriptionclassAllows aRandomAccessibleIntervalto be treated as anImg. -
Uses of SubIntervalIterable in net.imglib2.img.array
Classes in net.imglib2.img.array that implement SubIntervalIterableModifier and TypeClassDescriptionclassArrayImg<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 SubIntervalIterableModifier and TypeClassDescriptionclassPlanarImg<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 SubIntervalIterableModifier and TypeFieldDescription(package private) final SubIntervalIterable<T> IterableTransformBuilder.Slice.iterableSource(package private) final SubIntervalIterable<T> IterableTransformBuilder.SubInterval.iterableSourceConstructors in net.imglib2.view.iteration with parameters of type SubIntervalIterableModifierConstructorDescriptionSlice(SubIntervalIterable<T> iterableSource, Interval sourceInterval, SlicingTransform transformToSource, boolean hasFlatIterationOrder) SubInterval(SubIntervalIterable<T> iterableSource)