Uses of Interface
net.imglib2.RealCursor
-
-
Uses of RealCursor in net.imglib2
Subinterfaces of RealCursor in net.imglib2 Modifier and Type Interface Description interfaceCursor<T>A Cursor iterates over a set of Localizable elements, for example the image values at the (integer) pixel positions of an image.Classes in net.imglib2 that implement RealCursor 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.classKDTree.KDTreeCursorclassPointSampleList.PointSampleListCursorclassRealPointSampleList.RealPointSampleListCursorMethods in net.imglib2 that return RealCursor Modifier and Type Method Description RealCursor<T>RealCursor. copy()RealCursor<T>RealPointSampleList.RealPointSampleListCursor. copy()default RealCursor<T>RealCursor. copyCursor()Deprecated.Usecopy()insteadRealCursor<T>IterableRealInterval. cursor()Returns aRealCursorthat iterates with optimal speed without calculating the location at each iteration step.RealCursor<T>RealPointSampleList. cursor()RealCursor<T>IterableRealInterval. localizingCursor()Returns aRealLocalizableIteratorthat calculates its location at each iteration step.RealCursor<T>RealPointSampleList. localizingCursor() -
Uses of RealCursor in net.imglib2.converter
Classes in net.imglib2.converter that implement RealCursor Modifier and Type Class Description classAbstractConvertedCursor<A,B>TODOclassAbstractConvertedRealCursor<A,B>TODOFields in net.imglib2.converter declared as RealCursor Modifier and Type Field Description protected RealCursor<A>AbstractConvertedRealCursor. sourceConstructors in net.imglib2.converter with parameters of type RealCursor Constructor Description AbstractConvertedRealCursor(RealCursor<A> source) -
Uses of RealCursor in net.imglib2.converter.read
Classes in net.imglib2.converter.read that implement RealCursor Modifier and Type Class Description classBiConvertedCursor<A,B,C>TODOclassBiConvertedRealCursor<A,B,C>TODOclassConvertedCursor<A,B>TODOclassConvertedRealCursor<A,B>TODOFields in net.imglib2.converter.read declared as RealCursor Modifier and Type Field Description protected RealCursor<B>BiConvertedRealCursor. sourceBConstructors in net.imglib2.converter.read with parameters of type RealCursor Constructor Description BiConvertedRealCursor(RealCursor<A> sourceA, RealCursor<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 throughBiConvertedRealCursor.get().BiConvertedRealCursor(RealCursor<A> sourceA, RealCursor<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 throughBiConvertedRealCursor.get().ConvertedRealCursor(RealCursor<A> source, java.util.function.Supplier<Converter<? super A,? super B>> converterSupplier, java.util.function.Supplier<? extends B> convertedSupplier)Creates a copy of b for conversion that can be accessed throughConvertedRealCursor.get().ConvertedRealCursor(RealCursor<A> source, Converter<? super A,? super B> converter, java.util.function.Supplier<? extends B> convertedSupplier)Creates a copy of b for conversion that can be accessed throughConvertedRealCursor.get(). -
Uses of RealCursor in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite that implement RealCursor Modifier and Type Class Description classWriteConvertedCursor<A,B>TODOclassWriteConvertedRealCursor<A,B>TODOConstructors in net.imglib2.converter.readwrite with parameters of type RealCursor Constructor Description WriteConvertedRealCursor(RealCursor<A> source, java.util.function.Supplier<SamplerConverter<? super A,B>> converterSupplier)WriteConvertedRealCursor(RealCursor<A> source, SamplerConverter<? super A,B> converter) -
Uses of RealCursor in net.imglib2.img.array
Classes in net.imglib2.img.array that implement RealCursor 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>> -
Uses of RealCursor in net.imglib2.img.cell
Classes in net.imglib2.img.cell that implement RealCursor 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. -
Uses of RealCursor in net.imglib2.img.list
Classes in net.imglib2.img.list that implement RealCursor Modifier and Type Class Description classAbstractLongListImg.LongListCursorclassAbstractLongListImg.LongListLocalizingCursorclassListCursor<T>classListLocalizingCursor<T> -
Uses of RealCursor in net.imglib2.img.planar
Classes in net.imglib2.img.planar that implement RealCursor 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. -
Uses of RealCursor in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement RealCursor Modifier and Type Class Description classNtreeCursor<T extends NativeType<T>> -
Uses of RealCursor in net.imglib2.neighborsearch
Fields in net.imglib2.neighborsearch declared as RealCursor Modifier and Type Field Description protected RealCursor<T>NearestNeighborSearchOnIterableRealInterval. elementprotected RealCursor<T>[]KNearestNeighborSearchOnIterableRealInterval. elementsMethods in net.imglib2.neighborsearch that return RealCursor Modifier and Type Method Description RealCursor<T>KNearestNeighborSearchOnIterableRealInterval. getSampler(int i) -
Uses of RealCursor in net.imglib2.stream
Fields in net.imglib2.stream declared as RealCursor Modifier and Type Field Description private RealCursor<T>RealCursorSpliterator. cursorThe underlying cursor, positioned such thatcursor.next()yields the element atindex.Constructors in net.imglib2.stream with parameters of type RealCursor Constructor Description RealCursorSpliterator(RealCursor<T> cursor, long origin, long fence, int additionalCharacteristics)Creates a spliterator covering the given range. -
Uses of RealCursor in net.imglib2.view
Classes in net.imglib2.view that implement RealCursor Modifier and Type Class Description classRandomAccessibleIntervalCursor<T>ACursorthat iterates anyRandomAccessibleIntervalby moving aRandomAccessin flat iteration order. -
Uses of RealCursor in net.imglib2.view.iteration
Classes in net.imglib2.view.iteration that implement RealCursor Modifier and Type Class Description classSlicingCursor<T>Wrap a cursor that runs on a hyperslice and apply coordinate transform on localize calls.
-