Uses of Interface
net.imglib2.Dimensions
Packages that use Dimensions
Package
Description
-
Uses of Dimensions in net.imglib2
Subinterfaces of Dimensions in net.imglib2Modifier and TypeInterfaceDescriptioninterface{x∈Zn|mind≤ xd≤maxd;d∈{0… n-1}}interfaceAnIterableRealIntervalwhose elements are located at integer coordinates.interfacef:{x∈Zn|[min,max]→T}Classes in net.imglib2 that implement DimensionsModifier and TypeClassDescriptionclassImplementation of theIntervalinterface.classAbstractWrappedInterval<I extends Interval>Convenient base class forIterableIntervals,RandomAccessibleIntervals, etc that forward theIntervalinterface to, for example, their source accessible.final classAn implementation of dimensionality that can wrap a long[] array.final classImplementation of theIntervalinterface.classA list of data samples at explicitinteger coordinates.Constructors in net.imglib2 with parameters of type DimensionsModifierConstructorDescriptionAbstractInterval(Dimensions dimensions) Creates an Interval with the boundaries [0, dimensions-1]FinalDimensions(Dimensions dimensions) Create a FinalDimensions with a defined sizeFinalInterval(Dimensions dimensions) Creates an Interval with the boundaries [0, dimensions-1] -
Uses of Dimensions in net.imglib2.converter
Classes in net.imglib2.converter that implement DimensionsModifier and TypeClassDescriptionclassTODOclassAbstractConvertedIterableRandomAccessibleInterval<A, B, S extends IterableInterval<A>>TODOclass -
Uses of Dimensions in net.imglib2.converter.read
Classes in net.imglib2.converter.read that implement DimensionsModifier and TypeClassDescriptionclassBiConvertedIterableInterval<A,B, C> TODOclassTODOclassTODOclassTODO -
Uses of Dimensions in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite that implement DimensionsModifier and TypeClassDescriptionclassTODOclassWriteConvertedIterableRandomAccessibleInterval<A, B, S extends RandomAccessible<A> & IterableInterval<A>>TODOclassTODO -
Uses of Dimensions in net.imglib2.display.screenimage.awt
Classes in net.imglib2.display.screenimage.awt that implement DimensionsModifier 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>.Methods in net.imglib2.display.screenimage.awt with parameters of type DimensionsModifier and TypeMethodDescriptionprivate static long[]ArrayImgAWTScreenImage.dimensions(Dimensions img) -
Uses of Dimensions in net.imglib2.histogram
Classes in net.imglib2.histogram that implement DimensionsModifier 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 areas -
Uses of Dimensions in net.imglib2.img
Subinterfaces of Dimensions 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 DimensionsModifier and TypeClassDescriptionclassAbstractImg<T>TODOclassAbstractNativeImg<T extends NativeType<T>, A>TODOclassAllows aRandomAccessibleIntervalto be treated as anImg.Methods in net.imglib2.img with parameters of type DimensionsModifier and TypeMethodDescriptionImgFactory.create(Supplier<T> typeSupplier, Dimensions dim) Deprecated.ImgFactory.create(Dimensions dimensions) Create anImg<T>with the specifieddimensions.ImgFactory.create(Dimensions dim, T type) Deprecated.NativeImgFactory.create(Dimensions dimensions) Create anImg<T>with the specifieddimensions. -
Uses of Dimensions in net.imglib2.img.array
Classes in net.imglib2.img.array that implement DimensionsModifier 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 Dimensions -
Uses of Dimensions in net.imglib2.img.cell
Classes in net.imglib2.img.cell that implement DimensionsModifier 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<?>>Methods in net.imglib2.img.cell with parameters of type Dimensions -
Uses of Dimensions in net.imglib2.img.list
Classes in net.imglib2.img.list that implement DimensionsModifier 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>Methods in net.imglib2.img.list with parameters of type Dimensions -
Uses of Dimensions in net.imglib2.img.planar
Classes in net.imglib2.img.planar that implement DimensionsModifier 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 Dimensions -
Uses of Dimensions in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement DimensionsModifier and TypeClassDescriptionfinal classNtreeCursor<T extends NativeType<T>>final classNtreeImg<T extends NativeType<T>, A extends NtreeAccess<?,A>> Methods in net.imglib2.img.sparse with parameters of type Dimensions -
Uses of Dimensions in net.imglib2.iterator
Classes in net.imglib2.iterator that implement DimensionsModifier 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, ... -
Uses of Dimensions in net.imglib2.loops
Fields in net.imglib2.loops declared as DimensionsMethods in net.imglib2.loops with parameters of type DimensionsModifier and TypeMethodDescriptionstatic RunnableLoopUtils.createIntervalLoop(Positionable positionable, Dimensions dimensions, Runnable action) Returns aRunnablecontaining a loop. -
Uses of Dimensions in net.imglib2.util
Classes in net.imglib2.util that implement DimensionsMethods in net.imglib2.util with parameters of type DimensionsModifier and TypeMethodDescriptionstatic int[]Intervals.dimensionsAsIntArray(Dimensions dimensions) Create aint[]with the dimensions of anInterval.static long[]Intervals.dimensionsAsLongArray(Dimensions dimensions) Create along[]with the dimensions of aDimensions.static booleanIntervals.equalDimensions(Dimensions a, Dimensions b) Tests whether twoDimensionshave the same size.static FinalIntervalIntervals.expand(Interval interval, Dimensions border) Grow/shrink an interval in all dimensions.static <T extends NativeType<T>>
ImgFactory<T> Util.getArrayOrCellImgFactory(Dimensions targetSize, int targetCellSize, T type) static <T extends NativeType<T>>
ImgFactory<T> Util.getArrayOrCellImgFactory(Dimensions targetSize, T type) static <T> ImgFactory<T> Util.getSuitableImgFactory(Dimensions targetSize, T type) static final voidIntervalIndexer.indexToPosition(long index, Dimensions dimensions, Positionable position) static longIntervals.numElements(Dimensions interval) Compute the number of elements contained in an (integer)Interval.static final longIntervalIndexer.positionToIndex(Localizable position, Dimensions dimensions) static StringIntervals.toString(Dimensions value) Converts theDimensionsinto a string. -
Uses of Dimensions in net.imglib2.view
Classes in net.imglib2.view that implement DimensionsModifier 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. -
Uses of Dimensions in net.imglib2.view.composite
Classes in net.imglib2.view.composite that implement Dimensions -
Uses of Dimensions in net.imglib2.view.iteration
Subinterfaces of Dimensions in net.imglib2.view.iterationModifier and TypeInterfaceDescriptioninterfaceClasses in net.imglib2.view.iteration that implement DimensionsModifier and TypeClassDescriptionprivate classprivate classAnIterableIntervalon a slice of aSubIntervalIterable.private class