Uses of Interface
net.imglib2.IterableInterval
-
-
Uses of IterableInterval in net.imglib2
Subinterfaces of IterableInterval in net.imglib2 Modifier and Type Interface Description interfaceRandomAccessibleInterval<T>f:{x∈Zn|[min,max]→T}Classes in net.imglib2 that implement IterableInterval Modifier and Type Class Description classPointSampleList<T>A list of data samples at explicitinteger coordinates. -
Uses of IterableInterval in net.imglib2.converter
Classes in net.imglib2.converter with type parameters of type IterableInterval Modifier and Type Class Description classAbstractConvertedIterableRandomAccessibleInterval<A,B,S extends IterableInterval<A>>TODOClasses in net.imglib2.converter that implement IterableInterval Modifier and Type Class Description classAbstractConvertedIterableInterval<A,B>TODOclassAbstractConvertedIterableRandomAccessibleInterval<A,B,S extends IterableInterval<A>>TODOclassAbstractConvertedRandomAccessibleInterval<A,B>Methods in net.imglib2.converter with type parameters of type IterableInterval Modifier and Type Method Description static <A,B extends Type<B>,S extends RandomAccessible<A> & IterableInterval<A>>
WriteConvertedIterableRandomAccessibleInterval<A,B,S>Converters. convertRandomAccessibleIterableInterval(S source, java.util.function.Supplier<SamplerConverter<? super A,B>> converterSupplier)Create anWriteConvertedIterableRandomAccessibleIntervalwhoseRandomAccessesandCursorsSampler.get()you a converted sample.static <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 IterableInterval Modifier and Type Method Description static <A,B extends Type<B>>
IterableInterval<B>Converters. convert(IterableInterval<A> source, java.util.function.Supplier<Converter<? super A,? super B>> converterSupplier, B b)static <A,B extends Type<B>>
IterableInterval<B>Converters. convert(IterableInterval<A> source, Converter<? super A,? super B> converter, B b)static <A,B,C extends Type<C>>
IterableInterval<C>Converters. convert(IterableInterval<A> sourceA, IterableInterval<B> sourceB, java.util.function.Supplier<BiConverter<? super A,? super B,? super C>> converterSupplier, C c)static <A,B,C extends Type<C>>
IterableInterval<C>Converters. convert(IterableInterval<A> sourceA, IterableInterval<B> sourceB, BiConverter<? super A,? super B,? super C> converter, C c)static <A,B>
IterableInterval<B>Converters. convert2(IterableInterval<A> source, java.util.function.Supplier<Converter<? super A,? super B>> converterSupplier, java.util.function.Supplier<B> targetSupplier)static <A,B>
IterableInterval<B>Converters. convert2(IterableInterval<A> source, Converter<? super A,? super B> converter, java.util.function.Supplier<B> targetSupplier)static <A,B,C>
IterableInterval<C>Converters. convert2(IterableInterval<A> sourceA, IterableInterval<B> sourceB, java.util.function.Supplier<BiConverter<? super A,? super B,? super C>> converterSupplier, java.util.function.Supplier<C> targetSupplier)static <A,B,C>
IterableInterval<C>Converters. convert2(IterableInterval<A> sourceA, IterableInterval<B> sourceB, BiConverter<? super A,? super B,? super C> converter, java.util.function.Supplier<C> targetSupplier)Methods in net.imglib2.converter with parameters of type IterableInterval Modifier and Type Method Description static <A,B extends Type<B>>
IterableInterval<B>Converters. convert(IterableInterval<A> source, java.util.function.Supplier<Converter<? super A,? super B>> converterSupplier, B b)static <A,B extends Type<B>>
WriteConvertedIterableInterval<A,B>Converters. convert(IterableInterval<A> source, java.util.function.Supplier<SamplerConverter<? super A,B>> converterSupplier)static <A,B extends Type<B>>
IterableInterval<B>Converters. convert(IterableInterval<A> source, Converter<? super A,? super B> converter, B b)static <A,B extends Type<B>>
WriteConvertedIterableInterval<A,B>Converters. convert(IterableInterval<A> source, SamplerConverter<? super A,B> converter)static <A,B,C extends Type<C>>
IterableInterval<C>Converters. convert(IterableInterval<A> sourceA, IterableInterval<B> sourceB, java.util.function.Supplier<BiConverter<? super A,? super B,? super C>> converterSupplier, C c)static <A,B,C extends Type<C>>
IterableInterval<C>Converters. convert(IterableInterval<A> sourceA, IterableInterval<B> sourceB, BiConverter<? super A,? super B,? super C> converter, C c)static <A,B>
IterableInterval<B>Converters. convert2(IterableInterval<A> source, java.util.function.Supplier<Converter<? super A,? super B>> converterSupplier, java.util.function.Supplier<B> targetSupplier)static <A,B>
IterableInterval<B>Converters. convert2(IterableInterval<A> source, Converter<? super A,? super B> converter, java.util.function.Supplier<B> targetSupplier)static <A,B,C>
IterableInterval<C>Converters. convert2(IterableInterval<A> sourceA, IterableInterval<B> sourceB, java.util.function.Supplier<BiConverter<? super A,? super B,? super C>> converterSupplier, java.util.function.Supplier<C> targetSupplier)static <A,B,C>
IterableInterval<C>Converters. convert2(IterableInterval<A> sourceA, IterableInterval<B> sourceB, BiConverter<? super A,? super B,? super C> converter, java.util.function.Supplier<C> targetSupplier)Constructors in net.imglib2.converter with parameters of type IterableInterval Constructor Description AbstractConvertedIterableInterval(IterableInterval<A> source) -
Uses of IterableInterval in net.imglib2.converter.read
Classes in net.imglib2.converter.read that implement IterableInterval Modifier and Type Class Description classBiConvertedIterableInterval<A,B,C>TODOclassBiConvertedRandomAccessibleInterval<A,B,C>TODOclassConvertedIterableInterval<A,B>TODOclassConvertedRandomAccessibleInterval<A,B>TODOFields in net.imglib2.converter.read declared as IterableInterval Modifier and Type Field Description protected IterableInterval<B>BiConvertedIterableInterval. sourceIntervalBConstructors in net.imglib2.converter.read with parameters of type IterableInterval Constructor Description BiConvertedIterableInterval(IterableInterval<A> sourceA, IterableInterval<B> sourceB, java.util.function.Supplier<BiConverter<? super A,? super B,? super C>> converterSupplier, java.util.function.Supplier<? extends C> convertedSupplier)Creates a copy of c for conversion.BiConvertedIterableInterval(IterableInterval<A> sourceA, IterableInterval<B> sourceB, BiConverter<? super A,? super B,? super C> converter, java.util.function.Supplier<? extends C> convertedSupplier)Creates a copy of c for conversion.ConvertedIterableInterval(IterableInterval<A> source, java.util.function.Supplier<Converter<? super A,? super B>> converterSupplier, java.util.function.Supplier<? extends B> convertedSupplier)ConvertedIterableInterval(IterableInterval<A> source, Converter<? super A,? super B> converter, java.util.function.Supplier<? extends B> convertedSupplier) -
Uses of IterableInterval in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite with type parameters of type IterableInterval Modifier and Type Class Description classWriteConvertedIterableRandomAccessibleInterval<A,B,S extends RandomAccessible<A> & IterableInterval<A>>TODOClasses in net.imglib2.converter.readwrite that implement IterableInterval Modifier and Type Class Description classWriteConvertedIterableInterval<A,B>TODOclassWriteConvertedIterableRandomAccessibleInterval<A,B,S extends RandomAccessible<A> & IterableInterval<A>>TODOclassWriteConvertedRandomAccessibleInterval<A,B>TODOConstructors in net.imglib2.converter.readwrite with parameters of type IterableInterval Constructor Description WriteConvertedIterableInterval(IterableInterval<A> source, java.util.function.Supplier<SamplerConverter<? super A,B>> converterSupplier)WriteConvertedIterableInterval(IterableInterval<A> source, SamplerConverter<? super A,B> converter) -
Uses of IterableInterval in net.imglib2.display.projector
Fields in net.imglib2.display.projector declared as IterableInterval Modifier and Type Field Description protected IterableInterval<B>IterableIntervalProjector2D. targetConstructors in net.imglib2.display.projector with parameters of type IterableInterval Constructor Description IterableIntervalProjector2D(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
Fields in net.imglib2.display.projector.composite declared as IterableInterval Modifier and Type Field Description private IterableInterval<ARGBType>CompositeXYProjector. targetConstructors in net.imglib2.display.projector.composite with parameters of type IterableInterval Constructor Description CompositeXYProjector(RandomAccessibleInterval<A> source, IterableInterval<ARGBType> target, java.util.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 IterableInterval Modifier and Type Field Description protected IterableInterval<B>SamplingProjector2D. targetConstructors in net.imglib2.display.projector.sampler with parameters of type IterableInterval Constructor Description SamplingProjector2D(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 IterableInterval 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 IterableInterval in net.imglib2.histogram
Classes in net.imglib2.histogram that implement IterableInterval 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 IterableInterval in net.imglib2.img
Subinterfaces of IterableInterval 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 IterableInterval Modifier and Type Class Description classAbstractImg<T>TODOclassAbstractNativeImg<T extends NativeType<T>,A>TODOclassImgView<T extends Type<T>>Allows aRandomAccessibleIntervalto be treated as anImg.Fields in net.imglib2.img declared as IterableInterval Modifier and Type Field Description private IterableInterval<T>ImgView. ii -
Uses of IterableInterval in net.imglib2.img.array
Classes in net.imglib2.img.array that implement IterableInterval 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 IterableInterval in net.imglib2.img.cell
Classes in net.imglib2.img.cell with type parameters of type IterableInterval 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.Classes in net.imglib2.img.cell that implement IterableInterval 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.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 IterableInterval in net.imglib2.img.list
Classes in net.imglib2.img.list that implement IterableInterval 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 IterableInterval in net.imglib2.img.planar
Classes in net.imglib2.img.planar that implement IterableInterval 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 IterableInterval in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement IterableInterval Modifier and Type Class Description classNtreeImg<T extends NativeType<T>,A extends NtreeAccess<?,A>> -
Uses of IterableInterval in net.imglib2.loops
Fields in net.imglib2.loops declared as IterableInterval Modifier and Type Field Description private IterableInterval<?>IterableLoopBuilder.Chunk. firstImageprivate IterableInterval<?>IterableLoopBuilder. firstImageMethods in net.imglib2.loops that return types with arguments of type IterableInterval Modifier and Type Method Description private java.util.List<IterableInterval<?>>LoopBuilder. equalIterationOrderIterableIntervals()private java.util.List<IterableInterval<?>>LoopBuilder. flatIterableIntervals()private java.util.List<IterableInterval<?>>LoopBuilder. imagesAsIterableIntervals()Methods in net.imglib2.loops with parameters of type IterableInterval Modifier and Type Method Description private booleanLoopBuilder. cursorIsFast(IterableInterval<?> image)static <A> IterableLoopBuilder<java.util.function.Consumer<A>>IterableLoopBuilder. setImages(IterableInterval<A> a)Set the image to loop over.static <A,B>
IterableLoopBuilder<java.util.function.BiConsumer<A,B>>IterableLoopBuilder. setImages(IterableInterval<A> a, RandomAccessible<B> b)Sets the images to loop over.static <A,B,C>
IterableLoopBuilder<LoopBuilder.TriConsumer<A,B,C>>IterableLoopBuilder. setImages(IterableInterval<A> a, RandomAccessible<B> b, RandomAccessible<C> c)Sets the images to loop over.Method parameters in net.imglib2.loops with type arguments of type IterableInterval Modifier and Type Method Description private booleanLoopBuilder. allCursorsAreFast(java.util.List<IterableInterval<?>> iterableIntervals)(package private) static <T,R>
RLoopBuilder. runOnChunkUsingCursors(java.util.List<IterableInterval<?>> iterableIntervals, java.util.function.Function<LoopBuilder.Chunk<T>,R> chunkAction, long offset, long numElements)private <R> java.util.List<R>LoopBuilder. runUsingCursors(java.util.List<IterableInterval<?>> iterableIntervals, java.util.function.Function<LoopBuilder.Chunk<T>,R> chunkAction)Constructors in net.imglib2.loops with parameters of type IterableInterval Constructor Description Chunk(IterableInterval<?> firstImage, java.util.List<RandomAccessible<?>> otherImages, Interval interval)IterableLoopBuilder(IterableInterval<?> firstImage, RandomAccessible<?>... otherImages) -
Uses of IterableInterval in net.imglib2.stream
Methods in net.imglib2.stream with parameters of type IterableInterval Modifier and Type Method Description static <T> java.util.stream.Stream<LocalizableSampler<T>>Streams. localizable(IterableInterval<T> interval)Create a sequentialStreamof the elements (value and location) of the giveninterval.static <T> java.util.stream.Stream<LocalizableSampler<T>>Streams. localizing(IterableInterval<T> interval)Create a sequentialStreamof the elements (value and location) of the giveninterval. -
Uses of IterableInterval in net.imglib2.util
Classes in net.imglib2.util that implement IterableInterval Modifier and Type Class Description classGrid.CellIntervalsFields in net.imglib2.util declared as IterableInterval Modifier and Type Field Description private IterableInterval<T>FlatCollections.CollectionFromII. imageMethods in net.imglib2.util with parameters of type IterableInterval Modifier and Type Method Description static java.util.Collection<java.math.BigInteger>FlatCollections. bigIntegerCollection(IterableInterval<? extends IntegerType<?>> image)Wraps anIntegerTypeiterable image as a collection.static java.util.Collection<java.lang.Boolean>FlatCollections. booleanCollection(IterableInterval<? extends BooleanType<?>> image)Wraps aBooleanTypeiterable image as a collection.static <T,E>
java.util.Collection<E>FlatCollections. collection(IterableInterval<T> image, java.util.function.Function<T,E> converter)Wraps anIterableIntervalas aCollection.static java.util.Collection<java.lang.Double>FlatCollections. doubleCollection(IterableInterval<? extends RealType<?>> image)Wraps aRealTypeiterable image as a collection.static booleanUtil. equalIterationOrder(IterableInterval<?>... intervals)Checks whether nIterableIntervalhave the same iteration order.static java.util.Collection<java.lang.Float>FlatCollections. floatCollection(IterableInterval<? extends RealType<?>> image)Wraps aRealTypeiterable image as a collection.static java.util.Collection<java.lang.Integer>FlatCollections. integerCollection(IterableInterval<? extends IntegerType<?>> image)Wraps anIntegerTypeiterable image as a collection.static java.util.Collection<java.lang.Long>FlatCollections. longCollection(IterableInterval<? extends IntegerType<?>> image)Wraps anIntegerTypeiterable image as a collection.Constructors in net.imglib2.util with parameters of type IterableInterval Constructor Description CollectionFromII(IterableInterval<T> image, java.util.function.Function<T,E> converter) -
Uses of IterableInterval in net.imglib2.view
Classes in net.imglib2.view that implement IterableInterval 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, ...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.Fields in net.imglib2.view declared as IterableInterval Modifier and Type Field Description protected IterableInterval<T>IntervalView. fullViewIterableIntervalTODO JavadocMethods in net.imglib2.view that return IterableInterval Modifier and Type Method Description protected IterableInterval<T>IntervalView. getFullViewIterableInterval()static <T> IterableInterval<T>Views. iterable(RandomAccessibleInterval<T> randomAccessibleInterval)Deprecated.BecauseRandomAccessibleIntervalextendsIterableIntervalnow, this is no longer necessary. -
Uses of IterableInterval in net.imglib2.view.composite
Classes in net.imglib2.view.composite that implement IterableInterval Modifier and Type Class Description classCompositeIntervalView<T,C extends Composite<T>> -
Uses of IterableInterval in net.imglib2.view.iteration
Subinterfaces of IterableInterval in net.imglib2.view.iteration Modifier and Type Interface Description interfaceSubIntervalIterable<T>Classes in net.imglib2.view.iteration that implement IterableInterval Modifier and Type Class Description private classIterableTransformBuilder.IterableIntervalViewprivate classIterableTransformBuilder.SliceAnIterableIntervalon a slice of aSubIntervalIterable.private classIterableTransformBuilder.SubIntervalMethods in net.imglib2.view.iteration that return IterableInterval Modifier and Type Method Description IterableInterval<T>IterableTransformBuilder. buildIterableInterval()Create anIterableIntervalon theIntervalspecified in the constructor of theRandomAccessiblespecified in the constructor.static <S> IterableInterval<S>IterableTransformBuilder. getEfficientIterableInterval(Interval interval, RandomAccessible<S> randomAccessible)
-