Uses of Interface
net.imglib2.IterableInterval
Packages that use IterableInterval
Package
Description
-
Uses of IterableInterval in net.imglib2
Classes in net.imglib2 that implement IterableInterval -
Uses of IterableInterval in net.imglib2.converter
Classes in net.imglib2.converter with type parameters of type IterableIntervalModifier and TypeClassDescriptionclassAbstractConvertedIterableRandomAccessibleInterval<A,B, S extends RandomAccessible<A> & IterableInterval<A>> TODOClasses in net.imglib2.converter that implement IterableIntervalModifier and TypeClassDescriptionclassTODOclassAbstractConvertedIterableRandomAccessibleInterval<A,B, S extends RandomAccessible<A> & IterableInterval<A>> TODOMethods in net.imglib2.converter with type parameters of type IterableIntervalModifier and TypeMethodDescriptionstatic final <A,B extends Type<B>, S extends RandomAccessible<A> & IterableInterval<A>>
WriteConvertedIterableRandomAccessibleInterval<A, B, S> Converters.convertRandomAccessibleIterableInterval(S source, SamplerConverter<? super A, B> converter) Create anWriteConvertedIterableRandomAccessibleIntervalwhoseRandomAccessesandCursorsSampler.get()you a converted sample.Methods in net.imglib2.converter that return IterableIntervalModifier and TypeMethodDescriptionstatic final <A,B extends Type<B>>
IterableInterval<B> Converters.convert(IterableInterval<A> source, Converter<? super A, ? super B> converter, B b) Methods in net.imglib2.converter with parameters of type IterableIntervalModifier and TypeMethodDescriptionstatic final <A,B extends Type<B>>
IterableInterval<B> Converters.convert(IterableInterval<A> source, Converter<? super A, ? super B> converter, B b) static final <A,B extends Type<B>>
WriteConvertedIterableInterval<A, B> Converters.convert(IterableInterval<A> source, SamplerConverter<? super A, B> converter) Constructors in net.imglib2.converter with parameters of type IterableInterval -
Uses of IterableInterval in net.imglib2.converter.read
Classes in net.imglib2.converter.read that implement IterableIntervalConstructors in net.imglib2.converter.read with parameters of type IterableIntervalModifierConstructorDescriptionConvertedIterableInterval(IterableInterval<A> source, Converter<? super A, ? super B> converter, B b) Creates a copy of b for conversion. -
Uses of IterableInterval in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite with type parameters of type IterableIntervalModifier and TypeClassDescriptionclassWriteConvertedIterableRandomAccessibleInterval<A,B, S extends RandomAccessible<A> & IterableInterval<A>> TODOClasses in net.imglib2.converter.readwrite that implement IterableIntervalModifier and TypeClassDescriptionclassTODOclassWriteConvertedIterableRandomAccessibleInterval<A,B, S extends RandomAccessible<A> & IterableInterval<A>> TODOConstructors in net.imglib2.converter.readwrite with parameters of type IterableIntervalModifierConstructorDescriptionWriteConvertedIterableInterval(IterableInterval<A> source, SamplerConverter<? super A, B> converter) -
Uses of IterableInterval in net.imglib2.display.projector
Fields in net.imglib2.display.projector declared as IterableIntervalModifier and TypeFieldDescriptionprotected final IterableInterval<B> IterableIntervalProjector2D.targetConstructors in net.imglib2.display.projector with parameters of type IterableIntervalModifierConstructorDescriptionIterableIntervalProjector2D(int dimX, int dimY, RandomAccessible<A> source, IterableInterval<B> target, Converter<? super A, B> converter) creates a new 2D projector that samples a plain in the dimensions dimX, dimY. -
Uses of IterableInterval in net.imglib2.display.projector.composite
Constructors in net.imglib2.display.projector.composite with parameters of type IterableIntervalModifierConstructorDescriptionCompositeXYProjector(RandomAccessibleInterval<A> source, IterableInterval<ARGBType> target, ArrayList<Converter<A, ARGBType>> converters, int dimIndex) -
Uses of IterableInterval in net.imglib2.display.projector.sampler
Fields in net.imglib2.display.projector.sampler declared as IterableIntervalConstructors in net.imglib2.display.projector.sampler with parameters of type IterableIntervalModifierConstructorDescriptionSamplingProjector2D(int dimX, int dimY, RandomAccessible<A> source, IterableInterval<B> target, Converter<ProjectedSampler<A>, B> converter, int projectedDimension, long[] projectedPositions) SamplingProjector2D(int dimX, int dimY, RandomAccessibleInterval<A> source, IterableInterval<B> target, Converter<ProjectedSampler<A>, B> converter, int projectedDimension) -
Uses of IterableInterval in net.imglib2.display.screenimage.awt
Classes in net.imglib2.display.screenimage.awt that implement IterableIntervalModifier and TypeClassDescriptionclassclassArrayImgAWTScreenImage<T extends NativeType<T>,A> 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 IterableInterval in net.imglib2.histogram
Classes in net.imglib2.histogram that implement IterableIntervalModifier 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 IterableInterval in net.imglib2.img
Subinterfaces of IterableInterval 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 IterableIntervalModifier and TypeClassDescriptionclassAbstractImg<T>TODOclassAbstractNativeImg<T extends NativeType<T>,A> TODOclassAllows aRandomAccessibleIntervalto be treated as anImg. -
Uses of IterableInterval in net.imglib2.img.array
Classes in net.imglib2.img.array that implement IterableIntervalModifier and TypeClassDescriptionclassArrayImg<T extends NativeType<T>,A> ThisImgstores an image in a single linear array of basic types. -
Uses of IterableInterval in net.imglib2.img.cell
Classes in net.imglib2.img.cell with type parameters of type IterableIntervalModifier and TypeClassDescriptionclassAbstractCellImg<T extends NativeType<T>,A, C extends Cell<A>, I extends RandomAccessible<C> & IterableInterval<C>> Abstract superclass forImgtypes that divide their underlying data into cells.Classes in net.imglib2.img.cell that implement IterableIntervalModifier and TypeClassDescriptionclassAbstractCellImg<T extends NativeType<T>,A, C extends Cell<A>, I extends RandomAccessible<C> & IterableInterval<C>> Abstract superclass forImgtypes that divide their underlying data into cells.classCellImg<T extends NativeType<T>,A> classLazyCellImg<T extends NativeType<T>,A> AAbstractCellImgthat obtains its Cells lazily when they are accessed.static final class -
Uses of IterableInterval in net.imglib2.img.list
Classes in net.imglib2.img.list that implement IterableIntervalModifier 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 IterableInterval in net.imglib2.img.planar
Classes in net.imglib2.img.planar that implement IterableIntervalModifier and TypeClassDescriptionclassPlanarImg<T extends NativeType<T>,A extends ArrayDataAccess<A>> ANativeImgthat stores data in an list of primitive arrays, one per image plane. -
Uses of IterableInterval in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement IterableIntervalModifier and TypeClassDescriptionfinal classNtreeImg<T extends NativeType<T>,A extends NtreeAccess<?, A>> -
Uses of IterableInterval in net.imglib2.util
Methods in net.imglib2.util with parameters of type IterableIntervalModifier and TypeMethodDescriptionstatic booleanUtil.equalIterationOrder(IterableInterval<?>... intervals) Checks whether nIterableIntervalhave the same iteration order. -
Uses of IterableInterval in net.imglib2.view
Classes in net.imglib2.view that implement IterableIntervalModifier and TypeClassDescriptionclassIntervalView<T>IntervalView is a view that putsIntervalboundaries on its sourceRandomAccessible.classGeneratesCursorsthat iterate aRandomAccessibleIntervalin flat order, that is: row by row, plane by plane, cube by cube, ...Fields in net.imglib2.view declared as IterableIntervalModifier and TypeFieldDescriptionprotected IterableInterval<T> IntervalView.fullViewIterableIntervalTODO JavadocMethods in net.imglib2.view that return IterableIntervalModifier and TypeMethodDescriptionstatic <T> IterableInterval<T> Views.flatIterable(RandomAccessibleInterval<T> randomAccessibleInterval) Return anIterableIntervalhavingFlatIterationOrder.protected IterableInterval<T> IntervalView.getFullViewIterableInterval()static <T> IterableInterval<T> Views.iterable(RandomAccessibleInterval<T> randomAccessibleInterval) Return anIterableInterval. -
Uses of IterableInterval in net.imglib2.view.iteration
Methods in net.imglib2.view.iteration that return IterableIntervalModifier and TypeMethodDescriptionIterableTransformBuilder.buildIterableInterval()Create anIterableIntervalon theIntervalspecified in the constructor of theRandomAccessiblespecified in the constructor.static <S> IterableInterval<S> IterableTransformBuilder.getEfficientIterableInterval(Interval interval, RandomAccessible<S> randomAccessible)