Uses of Interface
net.imglib2.Interval
Packages that use Interval
Package
Description
-
Uses of Interval in net.imglib2
Classes in net.imglib2 with type parameters of type IntervalModifier and TypeClassDescriptionclassAbstractWrappedInterval<I extends Interval>Convenient base class forIterableIntervals,RandomAccessibleIntervals, etc that forward theIntervalinterface to, for example, their source accessible.Subinterfaces of Interval in net.imglib2Modifier and TypeInterfaceDescriptioninterfaceAnIterableRealIntervalwhose elements are located at integer coordinates.interfacef:{x∈Zn|[min,max]→T}Classes in net.imglib2 that implement IntervalModifier and TypeClassDescriptionclassImplementation of theIntervalinterface.classAbstractWrappedInterval<I extends Interval>Convenient base class forIterableIntervals,RandomAccessibleIntervals, etc that forward theIntervalinterface to, for example, their source accessible.final classImplementation of theIntervalinterface.classA list of data samples at explicitinteger coordinates.Fields in net.imglib2 declared as IntervalMethods in net.imglib2 that return IntervalMethods in net.imglib2 with parameters of type IntervalModifier and TypeMethodDescriptionRandomAccessible.randomAccess(Interval interval) Create a random access sampler for integer coordinates.FlatIterationOrder.validIndices(Interval i) Constructors in net.imglib2 with parameters of type IntervalModifierConstructorDescriptionAbstractInterval(Interval interval) Creates aAbstractIntervalfrom anotherIntervalFinalInterval(Interval interval) Creates an Interval from anotherIntervalFlatIterationOrder(Interval interval) -
Uses of Interval in net.imglib2.blocks
Fields in net.imglib2.blocks declared as IntervalModifier and TypeFieldDescription(package private) final IntervalViewNode.AbstractViewNode.intervalMethods in net.imglib2.blocks that return Interval -
Uses of Interval in net.imglib2.converter
Classes in net.imglib2.converter that implement IntervalModifier and TypeClassDescriptionclassTODOclassAbstractConvertedIterableRandomAccessibleInterval<A, B, S extends IterableInterval<A>>TODOclassMethods in net.imglib2.converter with parameters of type IntervalModifier and TypeMethodDescriptionabstract AbstractConvertedRandomAccess<A, B> AbstractConvertedRandomAccessible.randomAccess(Interval interval) -
Uses of Interval in net.imglib2.converter.read
Classes in net.imglib2.converter.read that implement IntervalModifier and TypeClassDescriptionclassBiConvertedIterableInterval<A,B, C> TODOclassTODOclassTODOclassTODOMethods in net.imglib2.converter.read with parameters of type IntervalModifier and TypeMethodDescriptionBiConvertedRandomAccessible.randomAccess(Interval interval) BiConvertedRandomAccessibleInterval.randomAccess(Interval interval) ConvertedRandomAccessible.randomAccess(Interval interval) ConvertedRandomAccessibleInterval.randomAccess(Interval interval) -
Uses of Interval in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite that implement IntervalModifier and TypeClassDescriptionclassTODOclassWriteConvertedIterableRandomAccessibleInterval<A, B, S extends RandomAccessible<A> & IterableInterval<A>>TODOclassTODOMethods in net.imglib2.converter.readwrite with parameters of type IntervalModifier and TypeMethodDescriptionWriteConvertedIterableRandomAccessibleInterval.randomAccess(Interval interval) WriteConvertedRandomAccessible.randomAccess(Interval interval) WriteConvertedRandomAccessibleInterval.randomAccess(Interval interval) -
Uses of Interval in net.imglib2.display.screenimage.awt
Classes in net.imglib2.display.screenimage.awt that implement IntervalModifier 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 Interval in net.imglib2.histogram
Classes in net.imglib2.histogram that implement IntervalModifier and TypeClassDescriptionclassThis class represents an n-dimensional set of counters.classHistogram1d<T>A Histogram1d is a histogram that tracks up to four kinds of values: 1) values in the center of the distribution 2) values to the left of the center of the distribution (lower tail) 3) values to the right of the center of the distribution (upper tail) 4) values outside the other areasclassHistogramNd<T>A HistogramNd is an n-dimensional histogram that tracks up to four kinds of values: 1) values in the center of the distribution 2) values to the left of the center of the distribution (lower tail) 3) values to the right of the center of the distribution (upper tail) 4) values outside the other areasMethods in net.imglib2.histogram with parameters of type IntervalModifier and TypeMethodDescriptionDiscreteFrequencyDistribution.randomAccess(Interval interval) Histogram1d.randomAccess(Interval interval) HistogramNd.randomAccess(Interval interval) -
Uses of Interval in net.imglib2.img
Subinterfaces of Interval in net.imglib2.imgModifier and TypeInterfaceDescriptioninterfaceImg<T>AnImgis aRandomAccessibleIntervalthat has its min at 0n and its max positive.interfaceTODOClasses in net.imglib2.img that implement IntervalModifier and TypeClassDescriptionclassAbstractImg<T>TODOclassAbstractNativeImg<T extends NativeType<T>, A>TODOclassAllows aRandomAccessibleIntervalto be treated as anImg.Methods in net.imglib2.img with parameters of type IntervalModifier and TypeMethodDescriptionImgView.localizingCursor(Interval interval) AbstractImg.randomAccess(Interval interval) ImgView.subIntervalIterationOrder(Interval interval) booleanImgView.supportsOptimizedCursor(Interval interval) -
Uses of Interval in net.imglib2.img.array
Classes in net.imglib2.img.array that implement IntervalModifier and TypeClassDescriptionclassArrayImg<T extends NativeType<T>, A extends DataAccess>ThisImgstores an image in a single linear array of basic types.Methods in net.imglib2.img.array with parameters of type IntervalModifier and TypeMethodDescriptionprivate intArrayImg.fastCursorAvailable(Interval interval) If method returns -1 no fast cursor is available, else the amount of dims (starting from zero) which can be iterated fast are returned.ArrayImg.localizingCursor(Interval interval) private longArrayImg.randomAccess(Interval interval) private longArrayImg.subIntervalIterationOrder(Interval interval) Returns the iteration order given the interval.booleanArrayImg.supportsOptimizedCursor(Interval interval) -
Uses of Interval in net.imglib2.img.cell
Classes in net.imglib2.img.cell that implement IntervalModifier and TypeClassDescriptionclassAbstractCellImg<T extends NativeType<T>, A extends DataAccess, C extends Cell<A>, I extends RandomAccessible<C> & IterableInterval<C>>Abstract superclass forImgtypes that divide their underlying data into cells.classCell<A>A cell of anAbstractCellImg.classclassCellImg<T extends NativeType<T>, A extends DataAccess>classLazyCellImg<T extends NativeType<T>, A extends DataAccess>AAbstractCellImgthat obtains its Cells lazily when they are accessed.static final classLazyCellImg.LazyCells<T extends Cell<?>>Classes in net.imglib2.img.cell that implement interfaces with type arguments of type IntervalModifier and TypeClassDescriptionclassprivate classFields in net.imglib2.img.cell declared as IntervalMethods in net.imglib2.img.cell that return IntervalModifier and TypeMethodDescriptionCellGrid.CellIntervalsRA.get()CellGrid.CellIntervals.getType()CellGrid.CellIntervalsRA.getType()Methods in net.imglib2.img.cell that return types with arguments of type IntervalModifier and TypeMethodDescriptionCellGrid.CellIntervalsRA.copy()CellGrid.CellIntervals.randomAccess()CellGrid.CellIntervals.randomAccess(Interval interval) Methods in net.imglib2.img.cell with parameters of type Interval -
Uses of Interval in net.imglib2.img.list
Classes in net.imglib2.img.list that implement IntervalModifier and TypeClassDescriptionclassAbstract base class forImgthat store pixels in a single linear array (anArrayListor similar).In principle, the number of entities stored is limited toInteger.MAX_VALUE.classAbstract base class forImgthat store pixels in a single linear list addressed by a long.classListImg<T> -
Uses of Interval in net.imglib2.img.planar
Classes in net.imglib2.img.planar that implement IntervalModifier and TypeClassDescriptionclassPlanarImg<T extends NativeType<T>, A extends ArrayDataAccess<A>>ANativeImgthat stores data in a list of primitive arrays, one per image plane.Methods in net.imglib2.img.planar with parameters of type IntervalModifier and TypeMethodDescriptionprivate booleanPlanarImg.correspondsToPlane(Interval interval) PlanarImg.localizingCursor(Interval interval) private longprivate longPlanarImg.subIntervalIterationOrder(Interval interval) Returns the iteration order given the interval.booleanPlanarImg.supportsOptimizedCursor(Interval interval) Constructors in net.imglib2.img.planar with parameters of type IntervalModifierConstructorDescriptionPlanarPlaneSubsetCursor(PlanarImg<T, ?> container, Interval interval) ConstructorPlanarPlaneSubsetLocalizingCursor(PlanarImg<T, ?> container, Interval interval) Constructor -
Uses of Interval in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement IntervalModifier and TypeClassDescriptionfinal classNtreeCursor<T extends NativeType<T>>final classNtreeImg<T extends NativeType<T>, A extends NtreeAccess<?,A>> -
Uses of Interval in net.imglib2.iterator
Classes in net.imglib2.iterator that implement IntervalModifier and TypeClassDescriptionclassUse this class to iterate a virtualIntervalin flat order, that is: row by row, plane by plane, cube by cube, ...classUse this class to iterate a virtualIntervalin flat order, that is: row by row, plane by plane, cube by cube, ...classUse this class to iterate a virtual rectangularIntervalwhose min coordinates are at 0n in flat order, that is: row by row, plane by plane, cube by cube, ...classAIntervalIteratorthat has an adjustable offsetclassALocalizingIntervalIteratorthat has an adjustable offsetclassUse this class to iterate a virtual rectangularIntervalwhose min coordinates are at 0n in flat order, that is: row by row, plane by plane, cube by cube, ...Methods in net.imglib2.iterator with parameters of type IntervalConstructors in net.imglib2.iterator with parameters of type IntervalModifierConstructorDescriptionIntervalIterator(Interval interval) Iterates a givenInterval.LocalizingIntervalIterator(Interval interval) LocalizingZeroMinIntervalIterator(Interval interval) OffsetableIntervalIterator(Interval interval) OffsetableLocalizingIntervalIterator(Interval interval) ZeroMinIntervalIterator(Interval interval) -
Uses of Interval in net.imglib2.loops
Fields in net.imglib2.loops declared as IntervalMethods in net.imglib2.loops that return types with arguments of type IntervalModifier and TypeMethodDescriptionIntervalChunks.chunkInterval(Interval interval, int numberOfChunks) Returns a list of disjoint intervals, that covers the given interval.IntervalChunks.generateGrid(Interval interval, long[] cellDimensions) Returns a list of disjoint intervals, that covers the given interval.Methods in net.imglib2.loops with parameters of type IntervalModifier and TypeMethodDescriptionIntervalChunks.chunkInterval(Interval interval, int numberOfChunks) Returns a list of disjoint intervals, that covers the given interval.IntervalChunks.generateGrid(Interval interval, long[] cellDimensions) Returns a list of disjoint intervals, that covers the given interval.(package private) static <T,R> R LoopBuilder.runOnChunkUsingRandomAccesses(RandomAccessibleInterval[] images, Function<LoopBuilder.Chunk<T>, R> chunkAction, Interval subInterval) Constructors in net.imglib2.loops with parameters of type IntervalModifierConstructorDescriptionprivateChunk(IterableInterval<?> firstImage, List<RandomAccessible<?>> otherImages, Interval interval) -
Uses of Interval in net.imglib2.outofbounds
Classes in net.imglib2.outofbounds with type parameters of type IntervalModifier and TypeClassDescriptionclassOutOfBoundsBorderFactory<T, F extends Interval & RandomAccessible<T>>Strategy to repeat the boundary pixels (createsOutOfBoundsBorder).classOutOfBoundsConstantValueFactory<T, F extends Interval & RandomAccessible<T>>classOutOfBoundsMirrorExpWindowingFactory<T extends NumericType<T>, F extends Interval & RandomAccessible<T>>TODOclassOutOfBoundsMirrorFactory<T, F extends Interval & RandomAccessible<T>>Create appropriate strategies that virtually mirror aRandomAccessibleat its boundaries.classOutOfBoundsPeriodicFactory<T, F extends Interval & RandomAccessible<T>>Create appropriate strategies that virtually extend aRandomAccessibleIntervalperiodically.classOutOfBoundsRandomValueFactory<T extends RealType<T>, F extends Interval & RandomAccessible<T>> -
Uses of Interval in net.imglib2.position
Methods in net.imglib2.position with parameters of type IntervalModifier and TypeMethodDescriptionFunctionRandomAccessible.randomAccess(Interval interval) PositionRandomAccessible.randomAccess(Interval interval) -
Uses of Interval in net.imglib2.test
Methods in net.imglib2.test with parameters of type IntervalModifier and TypeMethodDescriptionstatic voidImgLib2Assert.assertIntervalEquals(Interval expected, Interval actual) Throws an AssertionError, if the two Intervals differ.(package private) static StringImgLib2Assert.intervalToString(Interval interval) <T extends NativeType<T>>
RandomAccessibleInterval<T> Creates an image with randomized content. -
Uses of Interval in net.imglib2.transform.integer
Methods in net.imglib2.transform.integer that return IntervalConstructors in net.imglib2.transform.integer with parameters of type Interval -
Uses of Interval in net.imglib2.transform.integer.permutation
Methods in net.imglib2.transform.integer.permutation with parameters of type IntervalModifier and TypeMethodDescriptionstatic booleanPermutationTransform.checkInterval(Interval interval, int[] lut) Test whether a given lut can be applied to an interval. -
Uses of Interval in net.imglib2.util
Classes in net.imglib2.util that implement IntervalClasses in net.imglib2.util that implement interfaces with type arguments of type IntervalFields in net.imglib2.util declared as IntervalMethods in net.imglib2.util with type parameters of type IntervalModifier and TypeMethodDescriptionstatic <T, F extends Interval & RandomAccessible<T>>
TUtil.getTypeFromInterval(F rai) Deprecated.Methods in net.imglib2.util that return IntervalModifier and TypeMethodDescriptionGrid.CellIntervalsRA.get()Grid.CellIntervals.getType()Grid.CellIntervalsRA.getType()static IntervalIntervals.largestContainedInterval(RealInterval ri) Compute the largestIntervalthat is contained in the specifiedRealInterval.static IntervalIntervals.smallestContainingInterval(RealInterval ri) Compute the smallestIntervalcontaining the specifiedRealInterval.Methods in net.imglib2.util that return types with arguments of type IntervalModifier and TypeMethodDescriptionGrid.CellIntervalsRA.copy()Grid.CellIntervals.randomAccess()Grid.CellIntervals.randomAccess(Interval interval) Methods in net.imglib2.util with parameters of type IntervalModifier and TypeMethodDescriptionstatic FinalIntervalIntervals.addDimension(Interval interval, long minOfNewDim, long maxOfNewDim) Create new interval by adding a dimension to the sourceInterval.static <T> RandomAccessibleInterval<T> ConstantUtils.constantRandomAccessibleInterval(T constant, int numDimensions, Interval interval) Deprecated.static <T> RandomAccessibleInterval<T> ConstantUtils.constantRandomAccessibleInterval(T constant, Interval interval) static final booleanTest whether thecontaininginterval completely contains thecontainedinterval.static booleanIntervals.contains(Interval containing, Localizable contained) Test whether thecontaininginterval contains thecontainedpoint.static booleanIntervals.equalDimensions(Interval a, Interval b) Deprecated.static booleanTests whether two intervals are equal in their min / max.static FinalIntervalGrow/shrink an interval in all dimensions.static FinalIntervalGrow/shrink an interval in all dimensions.static FinalIntervalGrow/shrink an interval in one dimensions.static FinalIntervalIntervals.expand(Interval interval, Dimensions border) Grow/shrink an interval in all dimensions.static FinalIntervalIntervals.hyperSlice(Interval interval, int d) Take a (n-1)-dimensional slice of a n-dimensional interval, dropping the d axis.static voidIntervalIndexer.indexToPositionForInterval(long index, Interval interval, Positionable position) static FinalIntervalCompute the intersection of two intervals.static FinalIntervalIntervals.invertAxis(Interval interval, int d) Invert the bounds on the d-axis of the given intervalstatic booleanCheck whether the given interval is empty, that is, the maximum is smaller than the minimum in some dimension.static int[]Intervals.maxAsIntArray(Interval interval) Create aint[]with the maximum of anInterval.static long[]Intervals.maxAsLongArray(Interval interval) Create along[]with the maximum of anInterval.static int[]Intervals.minAsIntArray(Interval interval) Create aint[]with the minimum of anInterval.static long[]Intervals.minAsLongArray(Interval interval) Create along[]with the minimum of anInterval.static FinalIntervalCreate an interval with permuted axes.static FinalIntervalIntervals.permuteAxes(Interval interval, int fromAxis, int toAxis) Create an interval with permuted axes.static RandomAccessibleInterval<Localizable> Returns an image, where each pixel value is the position of the pixel represented asLocalizable.static longIntervalIndexer.positionToIndexForInterval(Localizable position, Interval interval) static StringUtil.printInterval(Interval interval) Grid.CellIntervals.randomAccess(Interval interval) Localizables.LocationRandomAccessible.randomAccess(Interval interval) static RandomAccessibleInterval<Localizable> Localizables.randomAccessibleInterval(Interval interval) static FinalIntervalCreate an interval that is rotated by 90 degrees.static StringReturns a string that contains min, max and the dimensions of theInterval.static FinalIntervalTranslate an interval.static FinalIntervalTranslate an interval in one dimension.static FinalIntervalIntervals.translateInverse(Interval interval, long... translation) Translate an interval by-translation.static FinalIntervalCompute the smallest interval that contains both input intervals.static FinalIntervalIntervals.unionUnsafe(Interval intervalA, Interval intervalB) Compute the smallest interval that contains both input intervals.static FinalIntervalReturns anIntervalwith the same dimensions as the given interval, but min is all zero. -
Uses of Interval in net.imglib2.view
Classes in net.imglib2.view that implement IntervalModifier and TypeClassDescriptionclassIntervalView<T>IntervalView is a view that putsIntervalboundaries on its sourceRandomAccessible.classGeneratesCursorsthat iterate aRandomAccessibleIntervalinFlatIterationOrder, that is: row by row, plane by plane, cube by cube, ...final classACursorthat iterates anyRandomAccessibleIntervalby moving aRandomAccessin flat iteration order.classStackView<T>A stack of n-dimensionalRandomAccessibleIntervals, forming a (n+1)-dimensionalRandomAccessibleInterval.classSubsampleIntervalViewis a view that provides access to only every sdth value of a sourceRandomAccessibleInterval.Methods in net.imglib2.view that return IntervalModifier and TypeMethodDescriptionprivate IntervalHyperSlice.sourceInterval(Interval interval) Generates aFinalIntervalwhose boundaries are the current position of the hyperslice andintervalon the hyperslice.Methods in net.imglib2.view with parameters of type IntervalModifier and TypeMethodDescriptionstatic <S> RandomAccessible<S> TransformBuilder.getEfficientRandomAccessible(Interval interval, RandomAccessible<S> randomAccessible) Get a RandomAccessible which provides RandomAccess to the specifiedintervalofrandomAccessible.static <T> IntervalView<T> Views.interval(RandomAccessible<T> randomAccessible, Interval interval) Define an interval on a RandomAccessible.static booleantest whether the source interval starts at (0,0,...,0)static <T> IntervalView<T> Views.offsetInterval(RandomAccessible<T> randomAccessible, Interval interval) Define an interval on a RandomAccessible and translate it such that the min corner is at the origin.BundleView.randomAccess(Interval interval) final RandomAccess<T> ExtendedRandomAccessibleInterval.randomAccess(Interval interval) FunctionView.randomAccess(Interval interval) HyperSlice.randomAccess(Interval interval) HyperSlicesView.randomAccess(Interval interval) IntervalView.randomAccess(Interval interval) IterableRandomAccessibleInterval.randomAccess(Interval i) MixedTransformView.randomAccess(Interval interval) RandomAccessibleOnRealRandomAccessible.randomAccess(Interval interval) RandomAccessiblePair.randomAccess(Interval interval) StackView.randomAccess(Interval interval) SubsampleView.randomAccess(Interval interval) TransformView.randomAccess(Interval interval) static <T> IntervalView<T> Views.shear(RandomAccessible<T> source, Interval interval, int shearDimension, int referenceDimension) Positive shear transform of a RandomAccessible usingShearTransform, i.e.private IntervalHyperSlice.sourceInterval(Interval interval) Generates aFinalIntervalwhose boundaries are the current position of the hyperslice andintervalon the hyperslice.static <T> IntervalView<T> Views.unshear(RandomAccessible<T> source, Interval interval, int shearDimension, int referenceDimension) Negative shear transform of a RandomAccessible usingInverseShearTransform, i.e.static MixedTransformReturns the transformation that is used byViews.zeroMin(RandomAccessibleInterval).Method parameters in net.imglib2.view with type arguments of type IntervalModifier and TypeMethodDescriptionstatic <T> RandomAccessibleInterval<RandomAccessibleInterval<T>> Views.intervals(RandomAccessible<T> img, RandomAccessibleInterval<? extends Interval> intervals) Given a RandomAccessibleimg, and a RandomAccessibleInterval of intervalsintervals, return a RandomAccessibleInterval ofintervals onimg.Constructors in net.imglib2.view with parameters of type IntervalModifierConstructorDescriptionDefaultRA(RandomAccessibleInterval<T>[] slices, Interval interval) HyperSliceRandomAccess(Interval interval) IntervalView(RandomAccessible<T> source, Interval interval) Create a view that defines an interval on a source.MoveAllSlicesRA(RandomAccessibleInterval<T>[] slices, Interval interval) RandomAccessibleIntervalCursor(RandomAccessible<T> randomAccessible, Interval interval) SubsampleRandomAccess(Interval interval) protectedTransformBuilder(Interval interval, RandomAccessible<T> randomAccessible) Create a new TransformBuilder. -
Uses of Interval in net.imglib2.view.composite
Classes in net.imglib2.view.composite that implement IntervalFields in net.imglib2.view.composite declared as IntervalMethods in net.imglib2.view.composite with parameters of type IntervalModifier and TypeMethodDescriptionCompositeView.randomAccess(Interval interval) InflateView.randomAccess(Interval interval) InterleaveView.randomAccess(Interval interval) -
Uses of Interval in net.imglib2.view.iteration
Subinterfaces of Interval in net.imglib2.view.iterationModifier and TypeInterfaceDescriptioninterfaceClasses in net.imglib2.view.iteration that implement IntervalModifier and TypeClassDescriptionprivate classprivate classAnIterableIntervalon a slice of aSubIntervalIterable.private classSubclasses with type arguments of type Interval in net.imglib2.view.iterationModifier and TypeClassDescriptionprivate classprivate classAnIterableIntervalon a slice of aSubIntervalIterable.private classFields in net.imglib2.view.iteration declared as IntervalModifier and TypeFieldDescriptionprotected IntervalIterableTransformBuilder.intervalThe interval which should be iterated.(package private) final IntervalIterableTransformBuilder.Slice.sourceIntervalMethods in net.imglib2.view.iteration with parameters of type IntervalModifier and TypeMethodDescriptionstatic <S> IterableInterval<S> IterableTransformBuilder.getEfficientIterableInterval(Interval interval, RandomAccessible<S> randomAccessible) SubIntervalIterable.localizingCursor(Interval interval) SubIntervalIterable.subIntervalIterationOrder(Interval interval) Returns the iteration order given the interval.booleanSubIntervalIterable.supportsOptimizedCursor(Interval interval) Constructors in net.imglib2.view.iteration with parameters of type IntervalModifierConstructorDescriptionIterableIntervalView(RandomAccessible<T> randomAccessible, Interval interval) IterableTransformBuilder(Interval interval, RandomAccessible<T> randomAccessible) Create a new IterableTransformBuilder.Slice(SubIntervalIterable<T> iterableSource, Interval sourceInterval, SlicingTransform transformToSource, boolean hasFlatIterationOrder)