Uses of Interface
net.imglib2.Interval
-
-
Uses of Interval in net.imglib2
Classes in net.imglib2 with type parameters of type Interval Modifier and Type Class Description classAbstractWrappedInterval<I extends Interval>Convenient base class forIterableIntervals,RandomAccessibleIntervals, etc that forward theIntervalinterface to, for example, their source accessible.Subinterfaces of Interval in net.imglib2 Modifier and Type Interface Description interfaceIterableInterval<T>AnIterableRealIntervalwhose elements are located at integer coordinates.interfaceRandomAccessibleInterval<T>f:{x∈Zn|[min,max]→T}Classes in net.imglib2 that implement Interval Modifier and Type Class Description classAbstractIntervalImplementation of theIntervalinterface.classAbstractWrappedInterval<I extends Interval>Convenient base class forIterableIntervals,RandomAccessibleIntervals, etc that forward theIntervalinterface to, for example, their source accessible.classFinalIntervalImplementation of theIntervalinterface.classPointSampleList<T>A list of data samples at explicitinteger coordinates.Fields in net.imglib2 declared as Interval Modifier and Type Field Description private IntervalFlatIterationOrder. intervalMethods in net.imglib2 that return Interval Modifier and Type Method Description private static IntervalPointSampleList. initInterval(int n)Methods in net.imglib2 with parameters of type Interval Modifier and Type Method Description RandomAccess<T>RandomAccessible. randomAccess(Interval interval)Create a random access sampler for integer coordinates.private java.util.List<java.lang.Integer>FlatIterationOrder. validIndices(Interval i)Constructors in net.imglib2 with parameters of type Interval Constructor Description AbstractInterval(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 Interval Modifier and Type Field Description (package private) IntervalViewNode.AbstractViewNode. intervalMethods in net.imglib2.blocks that return Interval Modifier and Type Method Description IntervalViewNode.AbstractViewNode. interval()IntervalViewNode. interval() -
Uses of Interval in net.imglib2.converter
Classes in net.imglib2.converter that implement Interval Modifier and Type Class Description classAbstractConvertedIterableInterval<A,B>TODOclassAbstractConvertedIterableRandomAccessibleInterval<A,B,S extends IterableInterval<A>>TODOclassAbstractConvertedRandomAccessibleInterval<A,B>Methods in net.imglib2.converter with parameters of type Interval Modifier and Type Method Description abstract AbstractConvertedRandomAccess<A,B>AbstractConvertedRandomAccessible. randomAccess(Interval interval) -
Uses of Interval in net.imglib2.converter.read
Classes in net.imglib2.converter.read that implement Interval Modifier and Type Class Description classBiConvertedIterableInterval<A,B,C>TODOclassBiConvertedRandomAccessibleInterval<A,B,C>TODOclassConvertedIterableInterval<A,B>TODOclassConvertedRandomAccessibleInterval<A,B>TODOMethods in net.imglib2.converter.read with parameters of type Interval Modifier and Type Method Description BiConvertedRandomAccess<A,B,C>BiConvertedRandomAccessible. randomAccess(Interval interval)BiConvertedRandomAccess<A,B,C>BiConvertedRandomAccessibleInterval. randomAccess(Interval interval)ConvertedRandomAccess<A,B>ConvertedRandomAccessible. randomAccess(Interval interval)ConvertedRandomAccess<A,B>ConvertedRandomAccessibleInterval. randomAccess(Interval interval) -
Uses of Interval in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite that implement Interval Modifier and Type Class Description classWriteConvertedIterableInterval<A,B>TODOclassWriteConvertedIterableRandomAccessibleInterval<A,B,S extends RandomAccessible<A> & IterableInterval<A>>TODOclassWriteConvertedRandomAccessibleInterval<A,B>TODOMethods in net.imglib2.converter.readwrite with parameters of type Interval Modifier and Type Method Description WriteConvertedRandomAccess<A,B>WriteConvertedIterableRandomAccessibleInterval. randomAccess(Interval interval)WriteConvertedRandomAccess<A,B>WriteConvertedRandomAccessible. randomAccess(Interval interval)WriteConvertedRandomAccess<A,B>WriteConvertedRandomAccessibleInterval. randomAccess(Interval interval) -
Uses of Interval in net.imglib2.display.screenimage.awt
Classes in net.imglib2.display.screenimage.awt that implement Interval 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 Interval in net.imglib2.histogram
Classes in net.imglib2.histogram that implement Interval Modifier and Type Class Description classDiscreteFrequencyDistributionThis 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 Interval Modifier and Type Method Description RandomAccess<LongType>DiscreteFrequencyDistribution. randomAccess(Interval interval)RandomAccess<LongType>Histogram1d. randomAccess(Interval interval)RandomAccess<LongType>HistogramNd. randomAccess(Interval interval) -
Uses of Interval in net.imglib2.img
Subinterfaces of Interval in net.imglib2.img Modifier and Type Interface Description interfaceImg<T>AnImgis aRandomAccessibleIntervalthat has its min at 0n and its max positive.interfaceNativeImg<T extends Type<T>,A>TODOClasses in net.imglib2.img that implement Interval Modifier and Type Class Description classAbstractImg<T>TODOclassAbstractNativeImg<T extends NativeType<T>,A>TODOclassImgView<T extends Type<T>>Allows aRandomAccessibleIntervalto be treated as anImg.Methods in net.imglib2.img with parameters of type Interval Modifier and Type Method Description Cursor<T>ImgView. cursor(Interval interval)Cursor<T>ImgView. localizingCursor(Interval interval)RandomAccess<T>AbstractImg. randomAccess(Interval interval)java.lang.ObjectImgView. subIntervalIterationOrder(Interval interval)booleanImgView. supportsOptimizedCursor(Interval interval) -
Uses of Interval in net.imglib2.img.array
Classes in net.imglib2.img.array that implement Interval Modifier and Type Class Description classArrayImg<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 Interval Modifier and Type Method Description Cursor<T>ArrayImg. cursor(Interval interval)private 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.Cursor<T>ArrayImg. localizingCursor(Interval interval)private longArrayImg. offset(Interval interval)ArrayRandomAccess<T>ArrayImg. randomAccess(Interval interval)private longArrayImg. size(Interval interval, int length)java.lang.ObjectArrayImg. 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 Interval Modifier and Type Class Description classAbstractCellImg<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.classCellGrid.CellIntervalsclassCellImg<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 classLazyCellImg.LazyCells<T extends Cell<?>>Fields in net.imglib2.img.cell declared as Interval Modifier and Type Field Description private IntervalCellGrid.CellIntervalsRA. intervalMethods in net.imglib2.img.cell that return Interval Modifier and Type Method Description IntervalCellGrid.CellIntervalsRA. get()IntervalCellGrid.CellIntervals. getType()IntervalCellGrid.CellIntervalsRA. getType()Methods in net.imglib2.img.cell that return types with arguments of type Interval Modifier and Type Method Description RandomAccess<Interval>CellGrid.CellIntervalsRA. copy()RandomAccess<Interval>CellGrid.CellIntervals. randomAccess()RandomAccess<Interval>CellGrid.CellIntervals. randomAccess(Interval interval)Methods in net.imglib2.img.cell with parameters of type Interval Modifier and Type Method Description RandomAccess<Interval>CellGrid.CellIntervals. randomAccess(Interval interval) -
Uses of Interval in net.imglib2.img.list
Classes in net.imglib2.img.list that implement Interval Modifier and Type Class Description classAbstractListImg<T>Abstract base class forImgthat store pixels in a single linear array (anArrayListor similar).In principle, the number of entities stored is limited toInteger.MAX_VALUE.classAbstractLongListImg<T>Abstract base class forImgthat store pixels in a single linear list addressed by a long.classListImg<T>ThisImgstores an image in a single linearArrayList. -
Uses of Interval in net.imglib2.img.planar
Classes in net.imglib2.img.planar that implement Interval 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.Methods in net.imglib2.img.planar with parameters of type Interval Modifier and Type Method Description private booleanPlanarImg. correspondsToPlane(Interval interval)Cursor<T>PlanarImg. cursor(Interval interval)Cursor<T>PlanarImg. localizingCursor(Interval interval)private longPlanarPlaneSubsetCursor. offset(Interval interval)private longPlanarPlaneSubsetLocalizingCursor. offset(Interval interval)java.lang.ObjectPlanarImg. subIntervalIterationOrder(Interval interval)Returns the iteration order given the interval.booleanPlanarImg. supportsOptimizedCursor(Interval interval)Constructors in net.imglib2.img.planar with parameters of type Interval Constructor Description PlanarPlaneSubsetCursor(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 Interval Modifier and Type Class Description classNtreeCursor<T extends NativeType<T>>classNtreeImg<T extends NativeType<T>,A extends NtreeAccess<?,A>> -
Uses of Interval in net.imglib2.iterator
Classes in net.imglib2.iterator that implement Interval Modifier and Type Class Description classIntervalIteratorUse this class to iterate a virtualIntervalin flat order, that is: row by row, plane by plane, cube by cube, ...classLocalizingIntervalIteratorUse this class to iterate a virtualIntervalin flat order, that is: row by row, plane by plane, cube by cube, ...classLocalizingZeroMinIntervalIteratorUse 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, ...classOffsetableIntervalIteratorAIntervalIteratorthat has an adjustable offsetclassOffsetableLocalizingIntervalIteratorALocalizingIntervalIteratorthat has an adjustable offsetclassZeroMinIntervalIteratorUse 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 Interval Modifier and Type Method Description static IntervalIteratorIntervalIterator. create(Interval interval)Constructors in net.imglib2.iterator with parameters of type Interval Constructor Description IntervalIterator(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 Interval Modifier and Type Field Description private IntervalIterableLoopBuilder.Chunk. intervalMethods in net.imglib2.loops that return types with arguments of type Interval Modifier and Type Method Description static java.util.List<Interval>IntervalChunks. chunkInterval(Interval interval, int numberOfChunks)Returns a list of disjoint intervals, that covers the given interval.(package private) static java.util.List<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 Interval Modifier and Type Method Description static java.util.List<Interval>IntervalChunks. chunkInterval(Interval interval, int numberOfChunks)Returns a list of disjoint intervals, that covers the given interval.(package private) static java.util.List<Interval>IntervalChunks. generateGrid(Interval interval, long[] cellDimensions)Returns a list of disjoint intervals, that covers the given interval.(package private) static <T,R>
RLoopBuilder. runOnChunkUsingRandomAccesses(RandomAccessibleInterval[] images, java.util.function.Function<LoopBuilder.Chunk<T>,R> chunkAction, Interval subInterval)Constructors in net.imglib2.loops with parameters of type Interval Constructor Description Chunk(IterableInterval<?> firstImage, java.util.List<RandomAccessible<?>> otherImages, Interval interval) -
Uses of Interval in net.imglib2.outofbounds
Classes in net.imglib2.outofbounds with type parameters of type Interval Modifier and Type Class Description classOutOfBoundsBorderFactory<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 Interval Modifier and Type Method Description FunctionRandomAccessible.FunctionRandomAccessFunctionRandomAccessible. randomAccess(Interval interval)RandomAccess<LongType>PositionRandomAccessible. randomAccess(Interval interval) -
Uses of Interval in net.imglib2.test
Methods in net.imglib2.test with parameters of type Interval Modifier and Type Method Description static voidImgLib2Assert. assertIntervalEquals(Interval expected, Interval actual)Throws an AssertionError, if the two Intervals differ.(package private) static java.lang.StringImgLib2Assert. intervalToString(Interval interval)<T extends NativeType<T>>
RandomAccessibleInterval<T>RandomImgs. nextImage(T type, Interval interval)Creates an image with randomized content. -
Uses of Interval in net.imglib2.transform.integer
Methods in net.imglib2.transform.integer that return Interval Modifier and Type Method Description IntervalBoundingBox. getInterval()Constructors in net.imglib2.transform.integer with parameters of type Interval Constructor Description BoundingBox(Interval interval) -
Uses of Interval in net.imglib2.transform.integer.permutation
Methods in net.imglib2.transform.integer.permutation with parameters of type Interval Modifier and Type Method Description static 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 Interval Modifier and Type Class Description classGrid.CellIntervalsFields in net.imglib2.util declared as Interval Modifier and Type Field Description private IntervalGrid.CellIntervalsRA. intervalMethods in net.imglib2.util with type parameters of type Interval Modifier and Type Method Description static <T,F extends Interval & RandomAccessible<T>>
TUtil. getTypeFromInterval(F rai)Deprecated.Methods in net.imglib2.util that return Interval Modifier and Type Method Description IntervalGrid.CellIntervalsRA. get()IntervalGrid.CellIntervals. getType()IntervalGrid.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 Interval Modifier and Type Method Description RandomAccess<Interval>Grid.CellIntervalsRA. copy()RandomAccess<Interval>Grid.CellIntervals. randomAccess()RandomAccess<Interval>Grid.CellIntervals. randomAccess(Interval interval)Methods in net.imglib2.util with parameters of type Interval Modifier and Type Method Description static 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 booleanIntervals. contains(Interval containing, Interval contained)Test 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 booleanIntervals. equals(Interval a, Interval b)Tests whether two intervals are equal in their min / max.static FinalIntervalIntervals. expand(Interval interval, long border)Grow/shrink an interval in all dimensions.static FinalIntervalIntervals. expand(Interval interval, long... border)Grow/shrink an interval in all dimensions.static FinalIntervalIntervals. expand(Interval interval, long border, int d)Grow/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 FinalIntervalIntervals. intersect(Interval intervalA, Interval intervalB)Compute the intersection of two intervals.static FinalIntervalIntervals. invertAxis(Interval interval, int d)Invert the bounds on the d-axis of the given intervalstatic booleanIntervals. isEmpty(Interval interval)Check 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 FinalIntervalIntervals. moveAxis(Interval interval, int fromAxis, int toAxis)Create an interval with permuted axes.static FinalIntervalIntervals. permuteAxes(Interval interval, int fromAxis, int toAxis)Create an interval with permuted axes.static RandomAccessibleInterval<Localizable>Intervals. positions(Interval interval)Returns an image, where each pixel value is the position of the pixel represented asLocalizable.static longIntervalIndexer. positionToIndexForInterval(Localizable position, Interval interval)static java.lang.StringUtil. printInterval(Interval interval)RandomAccess<Interval>Grid.CellIntervals. randomAccess(Interval interval)RandomAccess<Localizable>Localizables.LocationRandomAccessible. randomAccess(Interval interval)static RandomAccessibleInterval<Localizable>Localizables. randomAccessibleInterval(Interval interval)static FinalIntervalIntervals. rotate(Interval interval, int fromAxis, int toAxis)Create an interval that is rotated by 90 degrees.static java.lang.StringIntervals. toString(Interval value)Returns a string that contains min, max and the dimensions of theInterval.static FinalIntervalIntervals. translate(Interval interval, long... translation)Translate an interval.static FinalIntervalIntervals. translate(Interval interval, long t, int d)Translate an interval in one dimension.static FinalIntervalIntervals. translateInverse(Interval interval, long... translation)Translate an interval by-translation.static FinalIntervalIntervals. union(Interval intervalA, Interval intervalB)Compute 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 FinalIntervalIntervals. zeroMin(Interval interval)Returns 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 Interval Modifier and Type Class Description classIntervalView<T>IntervalView is a view that putsIntervalboundaries on its sourceRandomAccessible.classIterableRandomAccessibleInterval<T>GeneratesCursorsthat iterate aRandomAccessibleIntervalinFlatIterationOrder, that is: row by row, plane by plane, cube by cube, ...classRandomAccessibleIntervalCursor<T>ACursorthat iterates anyRandomAccessibleIntervalby moving aRandomAccessin flat iteration order.classStackView<T>A stack of n-dimensionalRandomAccessibleIntervals, forming a (n+1)-dimensionalRandomAccessibleInterval.classSubsampleIntervalView<T>SubsampleIntervalViewis a view that provides access to only every sdth value of a sourceRandomAccessibleInterval.Methods in net.imglib2.view that return Interval Modifier and Type Method Description private 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 Interval Modifier and Type Method Description static <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 booleanViews. isZeroMin(Interval interval)test 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.BundleRandomAccessBundleView. randomAccess(Interval interval)RandomAccess<T>ExtendedRandomAccessibleInterval. randomAccess(Interval interval)RandomAccess<B>FunctionView. randomAccess(Interval interval)RandomAccess<T>HyperSlice. randomAccess(Interval interval)HyperSlicesView.HyperSlicesViewRandomAccessHyperSlicesView. randomAccess(Interval interval)RandomAccess<T>IntervalView. randomAccess(Interval interval)RandomAccess<T>IterableRandomAccessibleInterval. randomAccess(Interval i)RandomAccess<T>MixedTransformView. randomAccess(Interval interval)RandomAccess<T>RandomAccessibleOnRealRandomAccessible. randomAccess(Interval interval)RandomAccessiblePair.RandomAccessRandomAccessiblePair. randomAccess(Interval interval)RandomAccess<T>StackView. randomAccess(Interval interval)RandomAccess<T>SubsampleView. randomAccess(Interval interval)RandomAccess<T>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 MixedTransformViewTransforms. zeroMin(Interval interval)Returns the transformation that is used byViews.zeroMin(RandomAccessibleInterval).Method parameters in net.imglib2.view with type arguments of type Interval Modifier and Type Method Description static <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 Interval Constructor Description DefaultRA(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)TransformBuilder(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 Interval Modifier and Type Class Description classCompositeIntervalView<T,C extends Composite<T>>Fields in net.imglib2.view.composite declared as Interval Modifier and Type Field Description (package private) IntervalCompositeIntervalView. intervalMethods in net.imglib2.view.composite with parameters of type Interval Modifier and Type Method Description CompositeView.CompositeRandomAccessCompositeView. randomAccess(Interval interval)InflateView.InflateRandomAccessInflateView. randomAccess(Interval interval)InterleaveView.InterleaveRandomAccessInterleaveView. randomAccess(Interval interval) -
Uses of Interval in net.imglib2.view.iteration
Subinterfaces of Interval in net.imglib2.view.iteration Modifier and Type Interface Description interfaceSubIntervalIterable<T>Classes in net.imglib2.view.iteration that implement Interval Modifier and Type Class Description private classIterableTransformBuilder.IterableIntervalViewprivate classIterableTransformBuilder.SliceAnIterableIntervalon a slice of aSubIntervalIterable.private classIterableTransformBuilder.SubIntervalFields in net.imglib2.view.iteration declared as Interval Modifier and Type Field Description protected IntervalIterableTransformBuilder. intervalThe interval which should be iterated.(package private) IntervalIterableTransformBuilder.Slice. sourceIntervalMethods in net.imglib2.view.iteration with parameters of type Interval Modifier and Type Method Description Cursor<T>SubIntervalIterable. cursor(Interval interval)static <S> IterableInterval<S>IterableTransformBuilder. getEfficientIterableInterval(Interval interval, RandomAccessible<S> randomAccessible)Cursor<T>SubIntervalIterable. localizingCursor(Interval interval)java.lang.ObjectSubIntervalIterable. subIntervalIterationOrder(Interval interval)Returns the iteration order given the interval.booleanSubIntervalIterable. supportsOptimizedCursor(Interval interval)Constructors in net.imglib2.view.iteration with parameters of type Interval Constructor Description IterableIntervalView(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)
-