Uses of Class
net.imglib2.AbstractLocalizable
-
-
Uses of AbstractLocalizable in net.imglib2
Subclasses of AbstractLocalizable in net.imglib2 Modifier and Type Class Description classAbstractLocalizingCursor<T>Abstract base class for localizingCursors.classPointA Point is a position in Euclidean space specified in integer coordinates.classPointSample<T>A simple default implementation ofRandomAccessthat can be used to combine a real location and a sample instance, e.g. -
Uses of AbstractLocalizable in net.imglib2.display.projector
Subclasses of AbstractLocalizable in net.imglib2.display.projector Modifier and Type Class Description classAbstractProjector2DBase class for 2D projectors.classIterableIntervalProjector2D<A,B>A general 2D Projector that uses two dimensions as input to create the 2D result.classRandomAccessibleProjector2D<A,B>A general 2D Projector that uses two dimensions as input to create the 2D result. -
Uses of AbstractLocalizable in net.imglib2.display.projector.composite
Subclasses of AbstractLocalizable in net.imglib2.display.projector.composite Modifier and Type Class Description classCompositeXYProjector<A>Creates a composite image from across multiple dimensional positions along an axis (typically, but not necessarily, channels).classCompositeXYRandomAccessibleProjector<A>Creates a composite image from across multiple dimensional positions along an axis (typically, but not necessarily, channels). -
Uses of AbstractLocalizable in net.imglib2.display.projector.sampler
Subclasses of AbstractLocalizable in net.imglib2.display.projector.sampler Modifier and Type Class Description classSamplingProjector2D<A,B>A general 2D Projector that uses three dimensions as input to create the 2D result. -
Uses of AbstractLocalizable in net.imglib2.display.projector.specialized
Subclasses of AbstractLocalizable in net.imglib2.display.projector.specialized Modifier and Type Class Description classArrayImgXYByteProjector<A extends GenericByteType<A>>Fast implementation of aAbstractProjector2Dthat selects a 2D data plain from an ByteType ArrayImg.classArrayImgXYShortProjector<A extends GenericShortType<A>>Fast implementation of aAbstractProjector2Dthat selects a 2D data plain from an ShortType ArrayImg.classPlanarImgXYByteProjector<A extends GenericByteType<A>>Fast implementation of aAbstractProjector2Dthat selects a 2D data plain from a ByteType PlanarImg.classPlanarImgXYShortProjector<A extends GenericShortType<A>>Fast implementation of aAbstractProjector2Dthat selects a 2D data plain from an ShortType PlanarImg. -
Uses of AbstractLocalizable in net.imglib2.display.projector.volatiles
Subclasses of AbstractLocalizable in net.imglib2.display.projector.volatiles Modifier and Type Class Description classVolatile2DRandomAccessibleProjector<T,A extends Volatile<T>,B>IterableIntervalProjector2DforVolatileinput. -
Uses of AbstractLocalizable in net.imglib2.img.cell
Subclasses of AbstractLocalizable in net.imglib2.img.cell Modifier and Type Class Description private classCellGrid.CellIntervalsRAclassCellLocalizingCursor<T extends NativeType<T>,C extends Cell<?>>LocalizingCursoron aAbstractCellImg.classCellRandomAccess<T extends NativeType<T>,C extends Cell<?>>RandomAccesson aAbstractCellImg. -
Uses of AbstractLocalizable in net.imglib2.img.list
Subclasses of AbstractLocalizable in net.imglib2.img.list Modifier and Type Class Description classAbstractLongListImg.LongListLocalizingCursorclassAbstractLongListImg.LongListRandomAccess -
Uses of AbstractLocalizable in net.imglib2.outofbounds
Subclasses of AbstractLocalizable in net.imglib2.outofbounds Modifier and Type Class Description classAbstractOutOfBoundsValue<T>classOutOfBoundsBorder<T>Repeat the boundary pixels.classOutOfBoundsConstantValue<T>classOutOfBoundsPeriodic<T>Coordinates out of image bounds are periodically repeated.classOutOfBoundsRandomValue<T extends RealType<T>>Return a random value in a certain range when outside of the Interval -
Uses of AbstractLocalizable in net.imglib2.position
Subclasses of AbstractLocalizable in net.imglib2.position Modifier and Type Class Description classFunctionRandomAccessible.FunctionRandomAccessclassPositionRandomAccessible.PositionRandomAccess -
Uses of AbstractLocalizable in net.imglib2.util
Subclasses of AbstractLocalizable in net.imglib2.util Modifier and Type Class Description private classGrid.CellIntervalsRAprivate static classLocalizables.LocationRandomAccessA RandomAccess that returns its current position as value. -
Uses of AbstractLocalizable in net.imglib2.view
Subclasses of AbstractLocalizable in net.imglib2.view Modifier and Type Class Description classHyperSlicesView.HyperSlicesViewRandomAccessclassMixedRandomAccess<T>classSlicingRandomAccess<T>classTransformRandomAccess<T>
-