Uses of Interface
net.imglib2.RealInterval
-
-
Uses of RealInterval in net.imglib2
Classes in net.imglib2 with type parameters of type RealInterval Modifier and Type Class Description classAbstractWrappedRealInterval<I extends RealInterval>Convenient base class forIterableRealIntervals, etc that forward theRealIntervalinterface to, for example, their source accessible.Subinterfaces of RealInterval in net.imglib2 Modifier and Type Interface Description interfaceInterval{x∈Zn|mind≤ xd≤maxd;d∈{0… n-1}}interfaceIterableInterval<T>AnIterableRealIntervalwhose elements are located at integer coordinates.interfaceIterableRealInterval<T>f:Rn∈[0,s]→TinterfaceRandomAccessibleInterval<T>f:{x∈Zn|[min,max]→T}interfaceRealRandomAccessibleRealInterval<T>f:{x∈Rn|[min,max]→T}Classes in net.imglib2 that implement RealInterval Modifier and Type Class Description classAbstractIntervalImplementation of theIntervalinterface.classAbstractRealIntervalImplementation of theRealIntervalinterface.classAbstractWrappedInterval<I extends Interval>Convenient base class forIterableIntervals,RandomAccessibleIntervals, etc that forward theIntervalinterface to, for example, their source accessible.classAbstractWrappedRealInterval<I extends RealInterval>Convenient base class forIterableRealIntervals, etc that forward theRealIntervalinterface to, for example, their source accessible.classFinalIntervalImplementation of theIntervalinterface.classFinalRealIntervalImplementation of theRealIntervalinterface.classKDTree<T>classPointSampleList<T>A list of data samples at explicitinteger coordinates.classRealPointSampleList<T>A list of data samples at explicitreal coordinates.Fields in net.imglib2 declared as RealInterval Modifier and Type Field Description protected IAbstractWrappedRealInterval. sourceIntervalMethods in net.imglib2 with parameters of type RealInterval Modifier and Type Method Description RealRandomAccess<T>RealRandomAccessible. realRandomAccess(RealInterval interval)Constructors in net.imglib2 with parameters of type RealInterval Constructor Description AbstractRealInterval(RealInterval interval)Creates a newAbstractRealIntervalusing an existingRealIntervalFinalRealInterval(RealInterval interval)Creates a newAbstractRealIntervalusing an existingRealInterval -
Uses of RealInterval in net.imglib2.converter
Classes in net.imglib2.converter that implement RealInterval Modifier and Type Class Description classAbstractConvertedIterableInterval<A,B>TODOclassAbstractConvertedIterableRandomAccessibleInterval<A,B,S extends IterableInterval<A>>TODOclassAbstractConvertedIterableRealInterval<A,B>TODOclassAbstractConvertedRandomAccessibleInterval<A,B>Methods in net.imglib2.converter with parameters of type RealInterval Modifier and Type Method Description abstract AbstractConvertedRealRandomAccess<A,B>AbstractConvertedRealRandomAccessible. realRandomAccess(RealInterval interval) -
Uses of RealInterval in net.imglib2.converter.read
Classes in net.imglib2.converter.read that implement RealInterval Modifier and Type Class Description classBiConvertedIterableInterval<A,B,C>TODOclassBiConvertedIterableRealInterval<A,B,C>TODOclassBiConvertedRandomAccessibleInterval<A,B,C>TODOclassBiConvertedRealRandomAccessibleRealInterval<A,B,C>TODOclassConvertedIterableInterval<A,B>TODOclassConvertedIterableRealInterval<A,B>TODOclassConvertedRandomAccessibleInterval<A,B>TODOclassConvertedRealRandomAccessibleRealInterval<A,B>TODOMethods in net.imglib2.converter.read with parameters of type RealInterval Modifier and Type Method Description BiConvertedRealRandomAccess<A,B,C>BiConvertedRealRandomAccessible. realRandomAccess(RealInterval interval)BiConvertedRealRandomAccess<A,B,C>BiConvertedRealRandomAccessibleRealInterval. realRandomAccess(RealInterval interval)ConvertedRealRandomAccess<A,B>ConvertedRealRandomAccessible. realRandomAccess(RealInterval interval)ConvertedRealRandomAccess<A,B>ConvertedRealRandomAccessibleRealInterval. realRandomAccess(RealInterval interval) -
Uses of RealInterval in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite that implement RealInterval Modifier and Type Class Description classWriteConvertedIterableInterval<A,B>TODOclassWriteConvertedIterableRandomAccessibleInterval<A,B,S extends RandomAccessible<A> & IterableInterval<A>>TODOclassWriteConvertedIterableRealInterval<A,B>TODOclassWriteConvertedRandomAccessibleInterval<A,B>TODO -
Uses of RealInterval in net.imglib2.display.screenimage.awt
Classes in net.imglib2.display.screenimage.awt that implement RealInterval 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 RealInterval in net.imglib2.histogram
Classes in net.imglib2.histogram that implement RealInterval 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 areas -
Uses of RealInterval in net.imglib2.img
Subinterfaces of RealInterval 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 RealInterval Modifier and Type Class Description classAbstractImg<T>TODOclassAbstractNativeImg<T extends NativeType<T>,A>TODOclassImgView<T extends Type<T>>Allows aRandomAccessibleIntervalto be treated as anImg. -
Uses of RealInterval in net.imglib2.img.array
Classes in net.imglib2.img.array that implement RealInterval 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 RealInterval in net.imglib2.img.cell
Classes in net.imglib2.img.cell that implement RealInterval 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<?>> -
Uses of RealInterval in net.imglib2.img.list
Classes in net.imglib2.img.list that implement RealInterval 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 RealInterval in net.imglib2.img.planar
Classes in net.imglib2.img.planar that implement RealInterval 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 RealInterval in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement RealInterval Modifier and Type Class Description classNtreeCursor<T extends NativeType<T>>classNtreeImg<T extends NativeType<T>,A extends NtreeAccess<?,A>> -
Uses of RealInterval in net.imglib2.interpolation
Methods in net.imglib2.interpolation with parameters of type RealInterval Modifier and Type Method Description RealRandomAccess<T>InterpolatorFactory. create(F f, RealInterval interval)RealRandomAccess<T>Interpolant. realRandomAccess(RealInterval interval) -
Uses of RealInterval in net.imglib2.interpolation.neighborsearch
Methods in net.imglib2.interpolation.neighborsearch with parameters of type RealInterval Modifier and Type Method Description InverseDistanceWeightingInterpolator<T>InverseDistanceWeightingInterpolatorFactory. create(KNearestNeighborSearch<T> search, RealInterval interval)Creates a newInverseDistanceWeightingInterpolatorusing a copy of the passedKNearestNeighborSearch.NearestNeighborSearchInterpolator<T>NearestNeighborSearchInterpolatorFactory. create(NearestNeighborSearch<T> search, RealInterval interval)Creates a newNearestNeighborSearchInterpolatorusing a copy of the passedNearestNeighborSearch. -
Uses of RealInterval in net.imglib2.interpolation.randomaccess
-
Uses of RealInterval in net.imglib2.interpolation.stack
Methods in net.imglib2.interpolation.stack with parameters of type RealInterval Modifier and Type Method Description LinearRealRandomAccessibleStackInterpolator<T>LinearRealRandomAccessibleStackInterpolatorFactory. create(F stack, RealInterval interval)NearestNeighborRealRandomAccessibleStackInterpolator<T>NearestNeighborRealRandomAccessibleStackInterpolatorFactory. create(F stack, RealInterval interval) -
Uses of RealInterval in net.imglib2.iterator
Classes in net.imglib2.iterator that implement RealInterval 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, ...classLocalizingRealIntervalIteratorUse this class to iterate a virtualRealIntervalin flat order, that is: with the first dimension varying most quickly and the last dimension varying most slowly.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, ...Constructors in net.imglib2.iterator with parameters of type RealInterval Constructor Description LocalizingRealIntervalIterator(RealInterval interval, double[] step)Iterates anRealIntervalwith given min and max with the provided step along each dimension. -
Uses of RealInterval in net.imglib2.kdtree
Fields in net.imglib2.kdtree declared as RealInterval Modifier and Type Field Description private RealIntervalKDTreeData. boundingBoxprivate RealIntervalKDTreePositions. boundingBoxMethods in net.imglib2.kdtree that return RealInterval Modifier and Type Method Description RealIntervalKDTreeData. boundingBox()(package private) abstract RealIntervalKDTreePositions. createBoundingBox()protected RealIntervalKDTreePositions.Flat. createBoundingBox()protected RealIntervalKDTreePositions.Nested. createBoundingBox()Constructors in net.imglib2.kdtree with parameters of type RealInterval Constructor Description KDTreeData(KDTreePositions positions, java.util.List<T> values, RealInterval boundingBox)KDTreeData(KDTreePositions positions, RandomAccessibleInterval<T> values, RealInterval boundingBox) -
Uses of RealInterval in net.imglib2.position
Methods in net.imglib2.position with parameters of type RealInterval Modifier and Type Method Description FunctionRealRandomAccessible.RealFunctionRealRandomAccessFunctionRealRandomAccessible. realRandomAccess(RealInterval interval)RealPositionRealRandomAccessible.RealPositionRealRandomAccessRealPositionRealRandomAccessible. realRandomAccess(RealInterval interval) -
Uses of RealInterval in net.imglib2.test
Methods in net.imglib2.test with parameters of type RealInterval Modifier and Type Method Description static voidImgLib2Assert. assertIntervalEquals(RealInterval expected, RealInterval actual, double tolerance)private static java.lang.StringImgLib2Assert. intervalToString(RealInterval interval) -
Uses of RealInterval in net.imglib2.util
Classes in net.imglib2.util that implement RealInterval Modifier and Type Class Description classGrid.CellIntervalsMethods in net.imglib2.util with type parameters of type RealInterval Modifier and Type Method Description static <T,F extends RealInterval & RealRandomAccessible<T>>
TUtil. getTypeFromRealInterval(F rai)Deprecated.Methods in net.imglib2.util that return RealInterval Modifier and Type Method Description static RealIntervalIntervals. scale(RealInterval interval, double scale)Return anRealIntervalthat is scaled by the given factor.Methods in net.imglib2.util with parameters of type RealInterval Modifier and Type Method Description static booleanIntervals. contains(RealInterval containing, RealInterval contained)Test whether thecontaininginterval completely contains thecontainedinterval.static booleanIntervals. contains(RealInterval containing, RealLocalizable contained)Test whether thecontaininginterval contains thecontainedpoint.static booleanIntervals. equals(RealInterval a, RealInterval b)Tests whether twoRealIntervals are equal in their min / max.static booleanIntervals. equals(RealInterval a, RealInterval b, double tolerance)Tests whether twoRealIntervals are equal in their min / max.static FinalRealIntervalIntervals. intersect(RealInterval intervalA, RealInterval intervalB)Compute the intersection of two intervals.static booleanIntervals. isEmpty(RealInterval interval)Check whether the given interval is empty, that is, the maximum is smaller than the minimum in some dimension.static IntervalIntervals. largestContainedInterval(RealInterval ri)Compute the largestIntervalthat is contained in the specifiedRealInterval.static double[]Intervals. maxAsDoubleArray(RealInterval interval)Create adouble[]with the maximum of aRealInterval.static double[]Intervals. minAsDoubleArray(RealInterval interval)Create adouble[]with the minimum of aRealInterval.Localizables.RealLocationRealRandomAccessLocalizables.RealLocationRealRandomAccessible. realRandomAccess(RealInterval interval)static RealIntervalIntervals. scale(RealInterval interval, double scale)Return anRealIntervalthat is scaled by the given factor.static IntervalIntervals. smallestContainingInterval(RealInterval ri)Compute the smallestIntervalcontaining the specifiedRealInterval.static java.lang.StringIntervals. toString(RealInterval value)Returns a string that contains min and max of theRealInterval.static FinalRealIntervalIntervals. union(RealInterval intervalA, RealInterval intervalB)Compute the smallest interval that contains both input intervals.static FinalRealIntervalIntervals. unionUnsafe(RealInterval intervalA, RealInterval intervalB)Compute the smallest interval that contains both input intervals. -
Uses of RealInterval in net.imglib2.view
Classes in net.imglib2.view that implement RealInterval 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 with parameters of type RealInterval Modifier and Type Method Description RealRandomAccess<T>ExtendedRealRandomAccessibleRealInterval. realRandomAccess(RealInterval interval) -
Uses of RealInterval in net.imglib2.view.composite
Classes in net.imglib2.view.composite that implement RealInterval Modifier and Type Class Description classCompositeIntervalView<T,C extends Composite<T>> -
Uses of RealInterval in net.imglib2.view.iteration
Subinterfaces of RealInterval in net.imglib2.view.iteration Modifier and Type Interface Description interfaceSubIntervalIterable<T>Classes in net.imglib2.view.iteration that implement RealInterval Modifier and Type Class Description private classIterableTransformBuilder.IterableIntervalViewprivate classIterableTransformBuilder.SliceAnIterableIntervalon a slice of aSubIntervalIterable.private classIterableTransformBuilder.SubInterval
-