Uses of Interface
net.imglib2.Cursor
Packages that use Cursor
Package
Description
-
Uses of Cursor in net.imglib2
Classes in net.imglib2 that implement CursorModifier and TypeClassDescriptionclassAbstract implementation ofCursor.classAbstract implementation ofCursor.classAbstract base class for localizingCursors.classAbstract base class for localizingCursors.classMethods in net.imglib2 that return CursorModifier and TypeMethodDescriptionCursor.copy()PointSampleList.PointSampleListCursor.copy()Cursor.copyCursor()Deprecated.IterableInterval.cursor()PointSampleList.cursor()RandomAccessibleInterval.cursor()IterableInterval.localizingCursor()PointSampleList.localizingCursor()RandomAccessibleInterval.localizingCursor() -
Uses of Cursor in net.imglib2.converter
Classes in net.imglib2.converter that implement CursorFields in net.imglib2.converter declared as CursorConstructors in net.imglib2.converter with parameters of type Cursor -
Uses of Cursor in net.imglib2.converter.read
Classes in net.imglib2.converter.read that implement CursorModifier and TypeClassDescriptionclassBiConvertedCursor<A,B, C> TODOclassConvertedCursor<A,B> TODOFields in net.imglib2.converter.read declared as CursorMethods in net.imglib2.converter.read that return CursorModifier and TypeMethodDescriptionConvertedRandomAccessibleInterval.cursor()ConvertedRandomAccessibleInterval.localizingCursor()Constructors in net.imglib2.converter.read with parameters of type CursorModifierConstructorDescriptionBiConvertedCursor(Cursor<A> sourceA, Cursor<B> sourceB, Supplier<BiConverter<? super A, ? super B, ? super C>> converterSupplier, 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, Supplier<? extends C> convertedSupplier) Creates a copy of c for conversion that can be accessed throughBiConvertedCursor.get().ConvertedCursor(Cursor<A> source, Supplier<Converter<? super A, ? super B>> converterSupplier, Supplier<? extends B> convertedSupplier) ConvertedCursor(Cursor<A> source, Converter<? super A, ? super B> converter, Supplier<? extends B> convertedSupplier) -
Uses of Cursor in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite that implement CursorMethods in net.imglib2.converter.readwrite that return CursorModifier and TypeMethodDescriptionWriteConvertedRandomAccessibleInterval.cursor()WriteConvertedRandomAccessibleInterval.localizingCursor()Constructors in net.imglib2.converter.readwrite with parameters of type CursorModifierConstructorDescriptionWriteConvertedCursor(Cursor<A> source, 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 CursorModifier and TypeMethodDescriptionDiscreteFrequencyDistribution.cursor()Histogram1d.cursor()HistogramNd.cursor()DiscreteFrequencyDistribution.localizingCursor()Histogram1d.localizingCursor()HistogramNd.localizingCursor() -
Uses of Cursor in net.imglib2.img
Methods in net.imglib2.img that return Cursor -
Uses of Cursor in net.imglib2.img.array
Classes in net.imglib2.img.array that implement CursorModifier and TypeClassDescriptionclassAbstractArrayCursor<T extends NativeType<T>>classAbstractArrayLocalizingCursor<T extends NativeType<T>>final classArrayCursor<T extends NativeType<T>>final classArrayLocalizingCursor<T extends NativeType<T>>final classArrayLocalizingSubIntervalCursor<T extends NativeType<T>>LocalizingAbstractArrayLocalizingCursoron anArrayImg.final classArraySubIntervalCursor<T extends NativeType<T>>Methods in net.imglib2.img.array that return Cursor -
Uses of Cursor in net.imglib2.img.cell
Classes in net.imglib2.img.cell that implement CursorModifier and TypeClassDescriptionclassCellCursor<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 CursorModifier and TypeFieldDescriptionCellCursor.cursorOnCellsCellLocalizingCursor.cursorOnCellsCellSpliterator.CursorOnCells.delegateConstructors in net.imglib2.img.cell with parameters of type CursorModifierConstructorDescription(package private)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 -
Uses of Cursor in net.imglib2.img.planar
Classes in net.imglib2.img.planar that implement CursorModifier and TypeClassDescriptionclassPlanarCursor<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 -
Uses of Cursor in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement Cursor -
Uses of Cursor in net.imglib2.loops
Fields in net.imglib2.loops declared as CursorModifier and TypeFieldDescriptionFastCursorLoops.FiveCursorLoop.cursorAFastCursorLoops.FourCursorLoop.cursorAFastCursorLoops.OneCursorLoop.cursorAFastCursorLoops.SixCursorLoop.cursorAFastCursorLoops.ThreeCursorLoop.cursorAFastCursorLoops.TwoCursorLoop.cursorAFastCursorRandomAccessLoops.OneCursorLoop.cursorAFastCursorRandomAccessLoops.ThreeCursorLoop.cursorAFastCursorRandomAccessLoops.TwoCursorLoop.cursorAFastCursorLoops.FiveCursorLoop.cursorBFastCursorLoops.FourCursorLoop.cursorBFastCursorLoops.SixCursorLoop.cursorBFastCursorLoops.ThreeCursorLoop.cursorBFastCursorLoops.TwoCursorLoop.cursorBFastCursorLoops.FiveCursorLoop.cursorCFastCursorLoops.FourCursorLoop.cursorCFastCursorLoops.SixCursorLoop.cursorCFastCursorLoops.ThreeCursorLoop.cursorCFastCursorLoops.FiveCursorLoop.cursorDFastCursorLoops.FourCursorLoop.cursorDFastCursorLoops.SixCursorLoop.cursorDFastCursorLoops.FiveCursorLoop.cursorEFastCursorLoops.SixCursorLoop.cursorEFastCursorLoops.SixCursorLoop.cursorFMethods in net.imglib2.loops with parameters of type CursorModifier and TypeMethodDescriptionprivate static LongConsumerFastCursorRandomAccessLoops.createLoop(Object action, Cursor<?> cursor, List<? extends RandomAccess<?>> randomAccesses) (package private) static voidFastCursorRandomAccessLoops.loop(Object action, long n, Cursor<?> cursor, List<? extends RandomAccess<?>> randomAccesses) Method parameters in net.imglib2.loops with type arguments of type CursorModifier and TypeMethodDescriptionstatic LongConsumerFastCursorLoops.createLoop(Object action, List<? extends Cursor<?>> cursors) For example.: Given a BiConsumer and two Cursors:private static voidConstructors in net.imglib2.loops with parameters of type CursorModifierConstructorDescriptionFiveCursorLoop(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(Consumer<A> action, Cursor<A> cursorA) OneCursorLoop(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(BiConsumer<A, B> action, Cursor<A> cursorA, Cursor<B> cursorB) TwoCursorLoop(BiConsumer<A, B> action, Cursor<A> cursorA, RandomAccess<B> randomAccessB) -
Uses of Cursor in net.imglib2.stream
Fields in net.imglib2.stream declared as CursorModifier and TypeFieldDescriptionCursorSpliterator.cursorThe underlying cursor, positioned such thatcursor.next()yields the element atindex.Constructors in net.imglib2.stream with parameters of type CursorModifierConstructorDescriptionCursorSpliterator(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 CursorModifier and TypeClassDescriptionfinal classACursorthat iterates anyRandomAccessibleIntervalby moving aRandomAccessin flat iteration order.Methods in net.imglib2.view that return Cursor -
Uses of Cursor in net.imglib2.view.iteration
Classes in net.imglib2.view.iteration that implement CursorModifier and TypeClassDescriptionclassWrap a cursor that runs on a hyperslice and apply coordinate transform on localize calls.Fields in net.imglib2.view.iteration declared as CursorMethods in net.imglib2.view.iteration that return CursorModifier and TypeMethodDescriptionIterableTransformBuilder.IterableIntervalView.cursor()IterableTransformBuilder.Slice.cursor()IterableTransformBuilder.SubInterval.cursor()IterableTransformBuilder.IterableIntervalView.localizingCursor()IterableTransformBuilder.Slice.localizingCursor()IterableTransformBuilder.SubInterval.localizingCursor()SubIntervalIterable.localizingCursor(Interval interval) Constructors in net.imglib2.view.iteration with parameters of type CursorModifierConstructorDescription(package private)SlicingCursor(Cursor<T> source, Slicing transformToSource)
Cursor.copy()instead