Uses of Interface
net.imglib2.Iterator
Packages that use Iterator
Package
Description
-
Uses of Iterator in net.imglib2
Subinterfaces of Iterator in net.imglib2Modifier and TypeInterfaceDescriptioninterfaceCursor<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 -
Uses of Iterator in net.imglib2.converter
Classes in net.imglib2.converter that implement Iterator -
Uses of Iterator in net.imglib2.converter.read
Classes in net.imglib2.converter.read that implement Iterator -
Uses of Iterator in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite that implement Iterator -
Uses of Iterator in net.imglib2.display.projector.sampler
Subinterfaces of Iterator in net.imglib2.display.projector.samplerModifier and TypeInterfaceDescriptioninterfaceprovides samples from a projected (SamplingProjector2D) dimension.Classes in net.imglib2.display.projector.sampler that implement IteratorModifier and TypeClassDescriptionclassallows stepwise access to a preselected projected dimension.classProvides 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 IteratorModifier 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>> -
Uses of Iterator in net.imglib2.img.cell
Classes in net.imglib2.img.cell that implement IteratorModifier and TypeClassDescriptionclassCellCursor<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 -
Uses of Iterator in net.imglib2.img.planar
Classes in net.imglib2.img.planar that implement IteratorModifier 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. -
Uses of Iterator in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement Iterator -
Uses of Iterator in net.imglib2.iterator
Classes in net.imglib2.iterator that implement IteratorModifier and TypeClassDescriptionclassUse this class to iterate a virtualIntervalin flat order, that is: row by row, plane by plane, cube by cube, ...classUse this class to iterate a virtualIntervalin flat order, that is: row by row, plane by plane, cube by cube, ...classUse 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, ...classAIntervalIteratorthat has an adjustable offsetclassALocalizingIntervalIteratorthat has an adjustable offsetclassUse 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 IteratorModifier and TypeClassDescriptionfinal classACursorthat iterates anyRandomAccessibleIntervalby moving aRandomAccessin flat iteration order. -
Uses of Iterator in net.imglib2.view.iteration
Classes in net.imglib2.view.iteration that implement IteratorModifier and TypeClassDescriptionclassWrap a cursor that runs on a hyperslice and apply coordinate transform on localize calls.