Uses of Interface
net.imglib2.Iterator
-
-
Uses of Iterator in net.imglib2
Subinterfaces of Iterator 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.interfaceRealCursor<T>A RealCursor iterates over a set of RealLocalizable elements, for example intensity values sampled at a finite set of arbitrary real positions.Classes in net.imglib2 that implement Iterator 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.RealPointSampleListCursor -
Uses of Iterator in net.imglib2.converter
Classes in net.imglib2.converter that implement Iterator Modifier and Type Class Description classAbstractConvertedCursor<A,B>TODOclassAbstractConvertedRealCursor<A,B>TODO -
Uses of Iterator in net.imglib2.converter.read
Classes in net.imglib2.converter.read that implement Iterator Modifier and Type Class Description classBiConvertedCursor<A,B,C>TODOclassBiConvertedRealCursor<A,B,C>TODOclassConvertedCursor<A,B>TODOclassConvertedRealCursor<A,B>TODO -
Uses of Iterator in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite that implement Iterator Modifier and Type Class Description classWriteConvertedCursor<A,B>TODOclassWriteConvertedRealCursor<A,B>TODO -
Uses of Iterator in net.imglib2.display.projector.sampler
Subinterfaces of Iterator in net.imglib2.display.projector.sampler Modifier and Type Interface Description interfaceProjectedSampler<T>provides samples from a projected (SamplingProjector2D) dimension.Classes in net.imglib2.display.projector.sampler that implement Iterator Modifier and Type Class Description classIntervalSampler<T>allows stepwise access to a preselected projected dimension.classSelectiveSampler<T>Provides access to a set of predefined positions of a projected dimension -
Uses of Iterator in net.imglib2.img.array
Classes in net.imglib2.img.array that implement Iterator 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 Iterator in net.imglib2.img.cell
Classes in net.imglib2.img.cell that implement Iterator 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 Iterator in net.imglib2.img.list
Classes in net.imglib2.img.list that implement Iterator Modifier and Type Class Description classAbstractLongListImg.LongListCursorclassAbstractLongListImg.LongListLocalizingCursorclassListCursor<T>classListLocalizingCursor<T> -
Uses of Iterator in net.imglib2.img.planar
Classes in net.imglib2.img.planar that implement Iterator 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 Iterator in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement Iterator Modifier and Type Class Description classNtreeCursor<T extends NativeType<T>> -
Uses of Iterator in net.imglib2.iterator
Classes in net.imglib2.iterator that implement Iterator Modifier and Type Class Description classIntervalIteratorUse this class to iterate a virtualIntervalin flat order, that is: row by row, plane by plane, cube by cube, ...classLocalizingIntervalIteratorUse this class to iterate a virtualIntervalin flat order, that is: row by row, plane by plane, cube by cube, ...classLocalizingRealIntervalIteratorUse this class to iterate a virtualRealIntervalin flat order, that is: with the first dimension varying most quickly and the last dimension varying most slowly.classLocalizingZeroMinIntervalIteratorUse this class to iterate a virtual rectangularIntervalwhose min coordinates are at 0n in flat order, that is: row by row, plane by plane, cube by cube, ...classOffsetableIntervalIteratorAIntervalIteratorthat has an adjustable offsetclassOffsetableLocalizingIntervalIteratorALocalizingIntervalIteratorthat has an adjustable offsetclassZeroMinIntervalIteratorUse this class to iterate a virtual rectangularIntervalwhose min coordinates are at 0n in flat order, that is: row by row, plane by plane, cube by cube, ... -
Uses of Iterator in net.imglib2.view
Classes in net.imglib2.view that implement Iterator Modifier and Type Class Description classRandomAccessibleIntervalCursor<T>ACursorthat iterates anyRandomAccessibleIntervalby moving aRandomAccessin flat iteration order. -
Uses of Iterator in net.imglib2.view.iteration
Classes in net.imglib2.view.iteration that implement Iterator Modifier and Type Class Description classSlicingCursor<T>Wrap a cursor that runs on a hyperslice and apply coordinate transform on localize calls.
-