Uses of Interface
net.imglib2.Cursor
-
-
Uses of Cursor in net.imglib2
Classes in net.imglib2 that implement Cursor Modifier and Type Class Description classAbstractCursor<T>Abstract implementation ofCursor.classAbstractCursorInt<T>Abstract implementation ofCursor.classAbstractLocalizingCursor<T>Abstract base class for localizingCursors.classAbstractLocalizingCursorInt<T>Abstract base class for localizingCursors.classPointSampleList.PointSampleListCursorMethods in net.imglib2 that return Cursor Modifier and Type Method Description Cursor<T>Cursor. copy()Cursor<T>PointSampleList.PointSampleListCursor. copy()default Cursor<T>Cursor. copyCursor()Deprecated.Usecopy()insteadCursor<T>IterableInterval. cursor()Cursor<T>PointSampleList. cursor()default Cursor<T>RandomAccessibleInterval. cursor()Cursor<T>IterableInterval. localizingCursor()Cursor<T>PointSampleList. localizingCursor()default Cursor<T>RandomAccessibleInterval. localizingCursor() -
Uses of Cursor in net.imglib2.converter
Classes in net.imglib2.converter that implement Cursor Modifier and Type Class Description classAbstractConvertedCursor<A,B>TODOFields in net.imglib2.converter declared as Cursor Modifier and Type Field Description protected Cursor<A>AbstractConvertedCursor. sourceConstructors in net.imglib2.converter with parameters of type Cursor Constructor Description AbstractConvertedCursor(Cursor<A> source) -
Uses of Cursor in net.imglib2.converter.read
Classes in net.imglib2.converter.read that implement Cursor Modifier and Type Class Description classBiConvertedCursor<A,B,C>TODOclassConvertedCursor<A,B>TODOFields in net.imglib2.converter.read declared as Cursor Modifier and Type Field Description protected Cursor<B>BiConvertedCursor. sourceBMethods in net.imglib2.converter.read that return Cursor Modifier and Type Method Description Cursor<B>ConvertedRandomAccessibleInterval. cursor()Cursor<B>ConvertedRandomAccessibleInterval. localizingCursor()Constructors in net.imglib2.converter.read with parameters of type Cursor Constructor Description BiConvertedCursor(Cursor<A> sourceA, Cursor<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 that can be accessed throughBiConvertedCursor.get().BiConvertedCursor(Cursor<A> sourceA, Cursor<B> sourceB, BiConverter<? super A,? super B,? super C> converter, java.util.function.Supplier<? extends C> convertedSupplier)Creates a copy of c for conversion that can be accessed throughBiConvertedCursor.get().ConvertedCursor(Cursor<A> source, java.util.function.Supplier<Converter<? super A,? super B>> converterSupplier, java.util.function.Supplier<? extends B> convertedSupplier)ConvertedCursor(Cursor<A> source, Converter<? super A,? super B> converter, java.util.function.Supplier<? extends B> convertedSupplier) -
Uses of Cursor in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite that implement Cursor Modifier and Type Class Description classWriteConvertedCursor<A,B>TODOMethods in net.imglib2.converter.readwrite that return Cursor Modifier and Type Method Description Cursor<B>WriteConvertedRandomAccessibleInterval. cursor()Cursor<B>WriteConvertedRandomAccessibleInterval. localizingCursor()Constructors in net.imglib2.converter.readwrite with parameters of type Cursor Constructor Description WriteConvertedCursor(Cursor<A> source, java.util.function.Supplier<SamplerConverter<? super A,B>> converterSupplier)WriteConvertedCursor(Cursor<A> source, SamplerConverter<? super A,B> converter) -
Uses of Cursor in net.imglib2.histogram
Methods in net.imglib2.histogram that return Cursor Modifier and Type Method Description Cursor<LongType>DiscreteFrequencyDistribution. cursor()Cursor<LongType>Histogram1d. cursor()Cursor<LongType>HistogramNd. cursor()Cursor<LongType>DiscreteFrequencyDistribution. localizingCursor()Cursor<LongType>Histogram1d. localizingCursor()Cursor<LongType>HistogramNd. localizingCursor() -
Uses of Cursor in net.imglib2.img
Methods in net.imglib2.img that return Cursor Modifier and Type Method Description Cursor<T>ImgView. cursor()Cursor<T>ImgView. cursor(Interval interval)Cursor<T>ImgView. localizingCursor()Cursor<T>ImgView. localizingCursor(Interval interval) -
Uses of Cursor in net.imglib2.img.array
Classes in net.imglib2.img.array that implement Cursor Modifier and Type Class Description classAbstractArrayCursor<T extends NativeType<T>>classAbstractArrayLocalizingCursor<T extends NativeType<T>>classArrayCursor<T extends NativeType<T>>classArrayLocalizingCursor<T extends NativeType<T>>classArrayLocalizingSubIntervalCursor<T extends NativeType<T>>LocalizingAbstractArrayLocalizingCursoron anArrayImg.classArraySubIntervalCursor<T extends NativeType<T>>Methods in net.imglib2.img.array that return Cursor Modifier and Type Method Description Cursor<T>ArrayImg. cursor(Interval interval)Cursor<T>ArrayImg. localizingCursor(Interval interval) -
Uses of Cursor in net.imglib2.img.cell
Classes in net.imglib2.img.cell that implement Cursor Modifier and Type Class Description classCellCursor<T extends NativeType<T>,C extends Cell<?>>Cursoron aAbstractCellImg.classCellLocalizingCursor<T extends NativeType<T>,C extends Cell<?>>LocalizingCursoron aAbstractCellImg.Fields in net.imglib2.img.cell declared as Cursor Modifier and Type Field Description protected Cursor<C>CellCursor. cursorOnCellsprotected Cursor<C>CellLocalizingCursor. cursorOnCellsprivate Cursor<C>CellSpliterator.CursorOnCells. delegateConstructors in net.imglib2.img.cell with parameters of type Cursor Constructor Description CursorOnCells(Cursor<C> delegate)Delegate is assumed to be in initial state, such that the first fwd() will move to the first element. -
Uses of Cursor in net.imglib2.img.list
Classes in net.imglib2.img.list that implement Cursor Modifier and Type Class Description classAbstractLongListImg.LongListCursorclassAbstractLongListImg.LongListLocalizingCursorclassListCursor<T>classListLocalizingCursor<T> -
Uses of Cursor in net.imglib2.img.planar
Classes in net.imglib2.img.planar that implement Cursor Modifier and Type Class Description classPlanarCursor<T extends NativeType<T>>Basic Iterator forPlanarContainersclassPlanarCursor1D<T extends NativeType<T>>Basic Iterator for 1dPlanarContainersclassPlanarCursor2D<T extends NativeType<T>>Basic Iterator for 2dPlanarContainersclassPlanarLocalizingCursor<T extends NativeType<T>>Localizing Iterator for aPlanarContainersclassPlanarLocalizingCursor1D<T extends NativeType<T>>TODOclassPlanarLocalizingCursor2D<T extends NativeType<T>>TODOclassPlanarPlaneSubsetCursor<T extends NativeType<T>>Basic Iterator forPlanarContainersclassPlanarPlaneSubsetLocalizingCursor<T extends NativeType<T>>Cursor optimized for one plane in an PlanarImg.Methods in net.imglib2.img.planar that return Cursor Modifier and Type Method Description Cursor<T>PlanarImg. cursor(Interval interval)Cursor<T>PlanarImg. localizingCursor(Interval interval) -
Uses of Cursor in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement Cursor Modifier and Type Class Description classNtreeCursor<T extends NativeType<T>> -
Uses of Cursor in net.imglib2.loops
Fields in net.imglib2.loops declared as Cursor Modifier and Type Field Description private Cursor<A>FastCursorLoops.FiveCursorLoop. cursorAprivate Cursor<A>FastCursorLoops.FourCursorLoop. cursorAprivate Cursor<A>FastCursorLoops.OneCursorLoop. cursorAprivate Cursor<A>FastCursorLoops.SixCursorLoop. cursorAprivate Cursor<A>FastCursorLoops.ThreeCursorLoop. cursorAprivate Cursor<A>FastCursorLoops.TwoCursorLoop. cursorAprivate Cursor<A>FastCursorRandomAccessLoops.OneCursorLoop. cursorAprivate Cursor<A>FastCursorRandomAccessLoops.ThreeCursorLoop. cursorAprivate Cursor<A>FastCursorRandomAccessLoops.TwoCursorLoop. cursorAprivate Cursor<B>FastCursorLoops.FiveCursorLoop. cursorBprivate Cursor<B>FastCursorLoops.FourCursorLoop. cursorBprivate Cursor<B>FastCursorLoops.SixCursorLoop. cursorBprivate Cursor<B>FastCursorLoops.ThreeCursorLoop. cursorBprivate Cursor<B>FastCursorLoops.TwoCursorLoop. cursorBprivate Cursor<C>FastCursorLoops.FiveCursorLoop. cursorCprivate Cursor<C>FastCursorLoops.FourCursorLoop. cursorCprivate Cursor<C>FastCursorLoops.SixCursorLoop. cursorCprivate Cursor<C>FastCursorLoops.ThreeCursorLoop. cursorCprivate Cursor<D>FastCursorLoops.FiveCursorLoop. cursorDprivate Cursor<D>FastCursorLoops.FourCursorLoop. cursorDprivate Cursor<D>FastCursorLoops.SixCursorLoop. cursorDprivate Cursor<E>FastCursorLoops.FiveCursorLoop. cursorEprivate Cursor<E>FastCursorLoops.SixCursorLoop. cursorEprivate Cursor<F>FastCursorLoops.SixCursorLoop. cursorFMethods in net.imglib2.loops with parameters of type Cursor Modifier and Type Method Description private static java.util.function.LongConsumerFastCursorRandomAccessLoops. createLoop(java.lang.Object action, Cursor<?> cursor, java.util.List<? extends RandomAccess<?>> randomAccesses)(package private) static voidFastCursorRandomAccessLoops. loop(java.lang.Object action, long n, Cursor<?> cursor, java.util.List<? extends RandomAccess<?>> randomAccesses)Method parameters in net.imglib2.loops with type arguments of type Cursor Modifier and Type Method Description static java.util.function.LongConsumerFastCursorLoops. createLoop(java.lang.Object action, java.util.List<? extends Cursor<?>> cursors)For example.: Given a BiConsumer and two Cursors:private static voidLoopBuilder. jumpFwd(java.util.List<Cursor<?>> cursors, long offset)Constructors in net.imglib2.loops with parameters of type Cursor Constructor Description FiveCursorLoop(LoopBuilder.FiveConsumer<A,B,C,D,E> action, Cursor<A> cursorA, Cursor<B> cursorB, Cursor<C> cursorC, Cursor<D> cursorD, Cursor<E> cursorE)FourCursorLoop(LoopBuilder.FourConsumer<A,B,C,D> action, Cursor<A> cursorA, Cursor<B> cursorB, Cursor<C> cursorC, Cursor<D> cursorD)OneCursorLoop(java.util.function.Consumer<A> action, Cursor<A> cursorA)OneCursorLoop(java.util.function.Consumer<A> action, Cursor<A> cursorA)SixCursorLoop(LoopBuilder.SixConsumer<A,B,C,D,E,F> action, Cursor<A> cursorA, Cursor<B> cursorB, Cursor<C> cursorC, Cursor<D> cursorD, Cursor<E> cursorE, Cursor<F> cursorF)ThreeCursorLoop(LoopBuilder.TriConsumer<A,B,C> action, Cursor<A> cursorA, Cursor<B> cursorB, Cursor<C> cursorC)ThreeCursorLoop(LoopBuilder.TriConsumer<A,B,C> action, Cursor<A> cursorA, RandomAccess<B> randomAccessB, RandomAccess<C> randomAccessC)TwoCursorLoop(java.util.function.BiConsumer<A,B> action, Cursor<A> cursorA, Cursor<B> cursorB)TwoCursorLoop(java.util.function.BiConsumer<A,B> action, Cursor<A> cursorA, RandomAccess<B> randomAccessB) -
Uses of Cursor in net.imglib2.stream
Fields in net.imglib2.stream declared as Cursor Modifier and Type Field Description private Cursor<T>CursorSpliterator. cursorThe underlying cursor, positioned such thatcursor.next()yields the element atindex.Constructors in net.imglib2.stream with parameters of type Cursor Constructor Description CursorSpliterator(Cursor<T> cursor, long origin, long fence, int additionalCharacteristics)Creates a spliterator covering the given range. -
Uses of Cursor in net.imglib2.view
Classes in net.imglib2.view that implement Cursor Modifier and Type Class Description classRandomAccessibleIntervalCursor<T>ACursorthat iterates anyRandomAccessibleIntervalby moving aRandomAccessin flat iteration order.Methods in net.imglib2.view that return Cursor Modifier and Type Method Description Cursor<T>IntervalView. cursor()Cursor<T>IterableRandomAccessibleInterval. cursor()Cursor<T>IntervalView. localizingCursor()Cursor<T>IterableRandomAccessibleInterval. localizingCursor() -
Uses of Cursor in net.imglib2.view.iteration
Classes in net.imglib2.view.iteration that implement Cursor Modifier and Type Class Description classSlicingCursor<T>Wrap a cursor that runs on a hyperslice and apply coordinate transform on localize calls.Fields in net.imglib2.view.iteration declared as Cursor Modifier and Type Field Description private Cursor<T>SlicingCursor. ssource Cursor.Methods in net.imglib2.view.iteration that return Cursor Modifier and Type Method Description Cursor<T>IterableTransformBuilder.IterableIntervalView. cursor()Cursor<T>IterableTransformBuilder.Slice. cursor()Cursor<T>IterableTransformBuilder.SubInterval. cursor()Cursor<T>SubIntervalIterable. cursor(Interval interval)Cursor<T>IterableTransformBuilder.IterableIntervalView. localizingCursor()Cursor<T>IterableTransformBuilder.Slice. localizingCursor()Cursor<T>IterableTransformBuilder.SubInterval. localizingCursor()Cursor<T>SubIntervalIterable. localizingCursor(Interval interval)Constructors in net.imglib2.view.iteration with parameters of type Cursor Constructor Description SlicingCursor(Cursor<T> source, Slicing transformToSource)
-