Uses of Interface
net.imglib2.Localizable
-
-
Uses of Localizable in net.imglib2
Classes in net.imglib2 with type parameters of type Localizable Modifier and Type Class Description classAbstractWrappedLocalizable<L extends Localizable>Convenient base class for accessors etc, that source allLocalizablecalls to aLocalizablesource.classAbstractWrappedPositionableLocalizable<P extends Positionable & Localizable>Convenient base class for accessors etc, that source allLocalizableandPositionablecalls to aLocalizable & Positionablesource.Subinterfaces of Localizable 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.interfaceLocalizableSampler<T>Combination ofLocalizableandSamplerinterfaces.interfaceRandomAccess<T>Classes in net.imglib2 that implement Localizable Modifier and Type Class Description classAbstractCursor<T>Abstract implementation ofCursor.classAbstractCursorInt<T>Abstract implementation ofCursor.classAbstractLocalizableAn abstract class that implements theLocalizableinterface using a long[] array to maintain position.classAbstractLocalizableIntAn abstract class that implements theLocalizableinterface using an int[] array to maintain position.classAbstractLocalizingCursor<T>Abstract base class for localizingCursors.classAbstractLocalizingCursorInt<T>Abstract base class for localizingCursors.classAbstractWrappedLocalizable<L extends Localizable>Convenient base class for accessors etc, that source allLocalizablecalls to aLocalizablesource.classAbstractWrappedPositionableLocalizable<P extends Positionable & Localizable>Convenient base class for accessors etc, that source allLocalizableandPositionablecalls to aLocalizable & Positionablesource.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.classPointSampleList.PointSampleListCursorFields in net.imglib2 declared as Localizable Modifier and Type Field Description protected LAbstractWrappedLocalizable. sourceMethods in net.imglib2 with parameters of type Localizable Modifier and Type Method Description default TRandomAccessible. getAt(Localizable position)Convenience method to query aRandomAccessiblefor the value at a position.voidAbstractWrappedPositionableLocalizable. move(Localizable localizable)voidPoint. move(Localizable localizable)voidPointSample. move(Localizable localizable)voidPositionable. move(Localizable distance)Move the element relative to its current location using anLocalizableas distance vector.voidRealPoint. move(Localizable localizable)voidRealPointSample. move(Localizable localizable)voidAbstractWrappedPositionableLocalizable. setPosition(Localizable localizable)voidPoint. setPosition(Localizable localizable)voidPointSample. setPosition(Localizable localizable)voidPositionable. setPosition(Localizable position)Place the element at the same location as a givenLocalizablevoidRealPoint. setPosition(Localizable localizable)voidRealPointSample. setPosition(Localizable localizable)default TRandomAccess. setPositionAndGet(Localizable position)Convenience method that moves theRealRandomAccessto the given position and gets the value at that position.Constructors in net.imglib2 with parameters of type Localizable Constructor Description AbstractInterval(Localizable min, Localizable max)Creates an Interval with the boundaries [min, max] (both including)FinalInterval(Localizable min, Localizable max)Creates an Interval with the boundaries [min, max] (both including)Point(Localizable localizable)Create a point using the position and dimensionality of aLocalizablePointSample(java.util.function.Supplier<T> sampleSupplier, Localizable localizable)Create a point using the position and dimensionality of aLocalizable -
Uses of Localizable in net.imglib2.converter
Classes in net.imglib2.converter that implement Localizable Modifier and Type Class Description classAbstractConvertedCursor<A,B>TODOclassAbstractConvertedRandomAccess<A,B>TODOMethods in net.imglib2.converter with parameters of type Localizable Modifier and Type Method Description voidAbstractConvertedRandomAccess. move(Localizable localizable)voidAbstractConvertedRealRandomAccess. move(Localizable localizable)voidAbstractConvertedRandomAccess. setPosition(Localizable localizable)voidAbstractConvertedRealRandomAccess. setPosition(Localizable localizable) -
Uses of Localizable in net.imglib2.converter.read
Classes in net.imglib2.converter.read that implement Localizable Modifier and Type Class Description classBiConvertedCursor<A,B,C>TODOclassBiConvertedRandomAccess<A,B,C>TODOclassConvertedCursor<A,B>TODOclassConvertedRandomAccess<A,B>TODOMethods in net.imglib2.converter.read with parameters of type Localizable Modifier and Type Method Description voidBiConvertedRandomAccess. move(Localizable localizable)voidBiConvertedRealRandomAccess. move(Localizable localizable)voidBiConvertedRandomAccess. setPosition(Localizable localizable)voidBiConvertedRealRandomAccess. setPosition(Localizable localizable) -
Uses of Localizable in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite that implement Localizable Modifier and Type Class Description classWriteConvertedCursor<A,B>TODOclassWriteConvertedRandomAccess<A,B>TODO -
Uses of Localizable in net.imglib2.display.projector
Classes in net.imglib2.display.projector that implement Localizable 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 Localizable in net.imglib2.display.projector.composite
Classes in net.imglib2.display.projector.composite that implement Localizable 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 Localizable in net.imglib2.display.projector.sampler
Classes in net.imglib2.display.projector.sampler that implement Localizable 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 Localizable in net.imglib2.display.projector.specialized
Classes in net.imglib2.display.projector.specialized that implement Localizable 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 Localizable in net.imglib2.display.projector.volatiles
Classes in net.imglib2.display.projector.volatiles that implement Localizable Modifier and Type Class Description classVolatile2DRandomAccessibleProjector<T,A extends Volatile<T>,B>IterableIntervalProjector2DforVolatileinput. -
Uses of Localizable in net.imglib2.img.array
Classes in net.imglib2.img.array that implement Localizable 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>>(package private) classArrayLocalizingSpliterator<T extends NativeType<T>>LocalizableSpliterator for ArrayImg.classArrayLocalizingSubIntervalCursor<T extends NativeType<T>>LocalizingAbstractArrayLocalizingCursoron anArrayImg.classArrayRandomAccess<T extends NativeType<T>>RandomAccesson anArrayImg.(package private) classArraySpliterator<T extends NativeType<T>>LocalizableSpliterator for ArrayImg.classArraySubIntervalCursor<T extends NativeType<T>>Methods in net.imglib2.img.array with parameters of type Localizable Modifier and Type Method Description voidArrayRandomAccess. move(Localizable localizable)voidArrayRandomAccess. setPosition(Localizable localizable) -
Uses of Localizable in net.imglib2.img.cell
Classes in net.imglib2.img.cell that implement Localizable Modifier and Type Class Description classCellCursor<T extends NativeType<T>,C extends Cell<?>>Cursoron aAbstractCellImg.private classCellGrid.CellIntervalsRAclassCellLocalizingCursor<T extends NativeType<T>,C extends Cell<?>>LocalizingCursoron aAbstractCellImg.classCellRandomAccess<T extends NativeType<T>,C extends Cell<?>>RandomAccesson aAbstractCellImg.(package private) classCellSpliterator<T extends NativeType<T>,C extends Cell<?>>LocalizableSpliterator forCellImg.Methods in net.imglib2.img.cell with parameters of type Localizable Modifier and Type Method Description (package private) voidCellGrid. getIndicesFromGridPosition(Localizable cellGridPosition, long[] indices)From the grid coordinates of a cell, compute the grid index of the cell, and the global index of the first pixel in the cell.(package private) longCellGrid. indexOfFirstPixelInCell(Localizable cellGridPosition)Get the global index of the first pixel in the cell with the given grid coordinates.voidCellRandomAccess. move(Localizable localizable)voidCellRandomAccess. setPosition(Localizable localizable) -
Uses of Localizable in net.imglib2.img.list
Classes in net.imglib2.img.list that implement Localizable Modifier and Type Class Description classAbstractLongListImg.LongListCursorclassAbstractLongListImg.LongListLocalizingCursorclassAbstractLongListImg.LongListRandomAccessclassListCursor<T>classListLocalizingCursor<T>classListRandomAccess<T>RandomAccesson aListImg.Methods in net.imglib2.img.list with parameters of type Localizable Modifier and Type Method Description voidAbstractLongListImg.LongListRandomAccess. move(Localizable localizable)voidListRandomAccess. move(Localizable localizable)voidAbstractLongListImg.LongListRandomAccess. setPosition(Localizable localizable)voidListRandomAccess. setPosition(Localizable localizable) -
Uses of Localizable in net.imglib2.img.planar
Classes in net.imglib2.img.planar that implement Localizable 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.classPlanarRandomAccess<T extends NativeType<T>>RandomAccesson aPlanarImg.classPlanarRandomAccess1D<T extends NativeType<T>>RandomAccessfor a 1-dimensionalPlanarImg.(package private) classPlanarSpliterator<T extends NativeType<T>>LocalizableSpliterator forPlanarImg.Methods in net.imglib2.img.planar with parameters of type Localizable Modifier and Type Method Description voidPlanarRandomAccess. move(Localizable localizable)voidPlanarRandomAccess1D. move(Localizable localizable)voidPlanarRandomAccess. setPosition(Localizable localizable)voidPlanarRandomAccess1D. setPosition(Localizable localizable) -
Uses of Localizable in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement Localizable Modifier and Type Class Description classNtreeCursor<T extends NativeType<T>>classNtreeRandomAccess<T extends NativeType<T>>Methods in net.imglib2.img.sparse with parameters of type Localizable Modifier and Type Method Description voidNtreeRandomAccess. move(Localizable localizable)voidNtreeRandomAccess. setPosition(Localizable localizable) -
Uses of Localizable in net.imglib2.interpolation.stack
Methods in net.imglib2.interpolation.stack with parameters of type Localizable Modifier and Type Method Description voidLinearRealRandomAccessibleStackInterpolator. move(Localizable distance)voidNearestNeighborRealRandomAccessibleStackInterpolator. move(Localizable distance)voidLinearRealRandomAccessibleStackInterpolator. setPosition(Localizable position)voidNearestNeighborRealRandomAccessibleStackInterpolator. setPosition(Localizable position) -
Uses of Localizable in net.imglib2.iterator
Classes in net.imglib2.iterator that implement Localizable 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, ...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 Localizable in net.imglib2.loops
Methods in net.imglib2.loops with parameters of type Localizable Modifier and Type Method Description default voidSyncedPositionables.Private.Forwarder. move(Localizable localizable)default voidSyncedPositionables.Private.Forwarder. setPosition(Localizable localizable) -
Uses of Localizable in net.imglib2.outofbounds
Subinterfaces of Localizable in net.imglib2.outofbounds Modifier and Type Interface Description interfaceOutOfBounds<T>interfaceRealOutOfBounds<T>Classes in net.imglib2.outofbounds that implement Localizable Modifier and Type Class Description classAbstractOutOfBoundsMirror<T>Abstract implementation of shared functions for mirroring out of bounds.classAbstractOutOfBoundsValue<T>classOutOfBoundsBorder<T>Repeat the boundary pixels.classOutOfBoundsConstantValue<T>classOutOfBoundsMirrorDoubleBoundary<T>Coordinates out of image bounds are mirrored between boundary coordinates.classOutOfBoundsMirrorExpWindowing<T extends NumericType<T>>Adds a exponential windowing to the mirrored content outside the Interval boundariesclassOutOfBoundsMirrorSingleBoundary<T>Coordinates out of image bounds are mirrored at boundary coordinates.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 IntervalMethods in net.imglib2.outofbounds with parameters of type Localizable Modifier and Type Method Description voidAbstractOutOfBoundsMirror. move(Localizable localizable)voidAbstractOutOfBoundsValue. move(Localizable localizable)voidOutOfBoundsBorder. move(Localizable localizable)voidOutOfBoundsPeriodic. move(Localizable localizable)voidRealOutOfBoundsRealRandomAccess. move(Localizable localizable)voidAbstractOutOfBoundsMirror. setPosition(Localizable localizable)voidAbstractOutOfBoundsValue. setPosition(Localizable localizable)voidOutOfBoundsBorder. setPosition(Localizable localizable)voidOutOfBoundsPeriodic. setPosition(Localizable localizable)voidRealOutOfBoundsRealRandomAccess. setPosition(Localizable localizable) -
Uses of Localizable in net.imglib2.position
Classes in net.imglib2.position that implement Localizable Modifier and Type Class Description classFunctionRandomAccessible.FunctionRandomAccessclassPositionRandomAccessible.PositionRandomAccessFields in net.imglib2.position with type parameters of type Localizable Modifier and Type Field Description private java.util.function.BiConsumer<Localizable,? super T>FunctionRandomAccessible.FunctionRandomAccess. functionConstructor parameters in net.imglib2.position with type arguments of type Localizable Constructor Description FunctionRandomAccessible(int n, java.util.function.BiConsumer<Localizable,? super T> function, java.util.function.Supplier<T> typeSupplier)FunctionRandomAccessible(int n, java.util.function.Supplier<java.util.function.BiConsumer<Localizable,? super T>> functionSupplier, java.util.function.Supplier<T> typeSupplier) -
Uses of Localizable in net.imglib2.position.transform
Classes in net.imglib2.position.transform with type parameters of type Localizable Modifier and Type Class Description classAbstractPositionableTransform<LocalizablePositionable extends Localizable & Positionable>ARealPositionablethat drives aPositionableto somehow derived discrete coordinates.classFloor<LocalizablePositionable extends Localizable & Positionable>ARealPositionablethat drives aPositionableto its floor discrete coordinates.classFloorOffset<LocalizablePositionable extends Localizable & Positionable>ARealPositionablethat drives aPositionableto its floor discrete coordinates plus a discrete offset vector.classRound<LocalizablePositionable extends Localizable & Positionable>ARealPositionablethat drives aPositionableto its round discrete coordinates:f = r < 0 ? (long)( r - 0.5 ) : (long)( r + 0.5 )Fields in net.imglib2.position.transform declared as Localizable Modifier and Type Field Description protected LocalizablePositionableAbstractPositionableTransform. targetMethods in net.imglib2.position.transform with parameters of type Localizable Modifier and Type Method Description voidAbstractPositionableTransform. move(Localizable localizable)voidAbstractPositionableTransform. setPosition(Localizable localizable)Constructors in net.imglib2.position.transform with parameters of type Localizable Constructor Description FloorOffset(LocalizablePositionable target, Localizable offset)FloorOffset(RealLocalizable origin, LocalizablePositionable target, Localizable offset) -
Uses of Localizable in net.imglib2.stream
Subinterfaces of Localizable in net.imglib2.stream Modifier and Type Interface Description interfaceLocalizableSpliterator<T>ASpliterator<T>which is Localizable similar to a Cursor.Classes in net.imglib2.stream that implement Localizable Modifier and Type Class Description classCursorSpliterator<T>Spliterator implementation on top ofRealCursor.(package private) classLocalizableSamplerWrapper<T>WrapsLocalizableSpliteratorasSpliterator<LocalizableSampler<T>>. -
Uses of Localizable in net.imglib2.test
Methods in net.imglib2.test with parameters of type Localizable Modifier and Type Method Description private static java.lang.StringImgLib2Assert. positionToString(Localizable localizable) -
Uses of Localizable in net.imglib2.transform
Methods in net.imglib2.transform with parameters of type Localizable Modifier and Type Method Description voidInverseTransform. apply(Localizable source, Positionable target)voidTransform. apply(Localizable source, Positionable target)voidInverseTransform. applyInverse(Positionable source, Localizable target)voidInvertibleTransform. applyInverse(Positionable source, Localizable target)Apply the inverse transform to a targetLocalizableto obtain a sourcePositionable. -
Uses of Localizable in net.imglib2.transform.integer
Methods in net.imglib2.transform.integer with parameters of type Localizable Modifier and Type Method Description voidComponentMappingTransform. apply(Localizable source, Positionable target)voidMixedTransform. apply(Localizable source, Positionable target)voidSequentializeTransform. apply(Localizable source, Positionable target)voidSlicingTransform. apply(Localizable source, Positionable target)voidTranslationTransform. apply(Localizable source, Positionable target)voidTranslationTransform.InverseTranslationTransform. apply(Localizable source, Positionable target)voidSequentializeTransform. applyInverse(Positionable source, Localizable target)voidTranslationTransform. applyInverse(Positionable source, Localizable target)voidTranslationTransform.InverseTranslationTransform. applyInverse(Positionable source, Localizable target) -
Uses of Localizable in net.imglib2.transform.integer.permutation
Methods in net.imglib2.transform.integer.permutation with parameters of type Localizable Modifier and Type Method Description voidPermutationTransform. apply(Localizable source, Positionable target)voidSingleDimensionPermutationTransform. apply(Localizable source, Positionable target)voidPermutationTransform. applyInverse(Positionable source, Localizable target)voidSingleDimensionPermutationTransform. applyInverse(Positionable source, Localizable target) -
Uses of Localizable in net.imglib2.transform.integer.shear
Methods in net.imglib2.transform.integer.shear with parameters of type Localizable Modifier and Type Method Description voidInverseShearTransform. apply(Localizable source, Positionable target)voidShearTransform. apply(Localizable source, Positionable target)voidAbstractShearTransform. applyInverse(Positionable source, Localizable target) -
Uses of Localizable in net.imglib2.util
Classes in net.imglib2.util that implement Localizable Modifier and Type Class Description private classGrid.CellIntervalsRAprivate static classLocalizables.LocationRandomAccessA RandomAccess that returns its current position as value.Methods in net.imglib2.util that return Localizable Modifier and Type Method Description LocalizableLocalizables.LocationRandomAccess. get()LocalizableLocalizables.LocationRandomAccess. getType()LocalizableLocalizables.LocationRandomAccessible. getType()Methods in net.imglib2.util that return types with arguments of type Localizable Modifier and Type Method Description RandomAccess<Localizable>Localizables.LocationRandomAccess. copy()static RandomAccessibleInterval<Localizable>Intervals. positions(Interval interval)Returns an image, where each pixel value is the position of the pixel represented asLocalizable.RandomAccess<Localizable>Localizables.LocationRandomAccessible. randomAccess()RandomAccess<Localizable>Localizables.LocationRandomAccessible. randomAccess(Interval interval)static RandomAccessible<Localizable>Localizables. randomAccessible(int n)Create an n-dimensionalRandomAccessiblewhose value domain is its source domain.static RandomAccessibleInterval<Localizable>Localizables. randomAccessibleInterval(Interval interval)Methods in net.imglib2.util with parameters of type Localizable Modifier and Type Method Description static long[]Localizables. asLongArray(Localizable localizable)Deprecated.static booleanIntervals. contains(Interval containing, Localizable contained)Test whether thecontaininginterval contains thecontainedpoint.static booleanLocalizables. equals(Localizable a, Localizable b)Return true if bothLocalizablerefer to the same position.static booleanUtil. locationsEqual(Localizable l1, Localizable l2)Determines whether the twoLocalizableobjects have the same position, withlongprecision.static longIntervalIndexer. positionToIndex(Localizable position, Dimensions dimensions)static longIntervalIndexer. positionToIndexForInterval(Localizable position, Interval interval)static java.lang.StringLocalizables. toString(Localizable value)Return the current position as string.Constructors in net.imglib2.util with parameters of type Localizable Constructor Description LocationRandomAccess(Localizable initialPosition) -
Uses of Localizable in net.imglib2.view
Classes in net.imglib2.view that implement Localizable Modifier and Type Class Description (package private) classBundleView.BundleRandomAccessclassFullSourceMapMixedRandomAccess<T>classFullSourceMapSlicingRandomAccess<T>(package private) classFunctionView.FunctionRandomAccessclassHyperSlice.HyperSliceRandomAccessclassHyperSlicesView.HyperSlicesViewRandomAccessclassMixedRandomAccess<T>classRandomAccessibleIntervalCursor<T>ACursorthat iterates anyRandomAccessibleIntervalby moving aRandomAccessin flat iteration order.private classRandomAccessibleOnRealRandomAccessible.RandomAccessOnRealRandomAccessibleclassRandomAccessiblePair.RandomAccessclassSlicingRandomAccess<T>static classStackView.DefaultRA<T>ARandomAccesson aStackView.static classStackView.MoveAllSlicesRA<T>ARandomAccesson aStackView.classSubsampleView.SubsampleRandomAccessclassTransformRandomAccess<T>classTranslationRandomAccess<T>TODOMethods in net.imglib2.view with parameters of type Localizable Modifier and Type Method Description voidFullSourceMapMixedRandomAccess. move(Localizable localizable)voidFullSourceMapSlicingRandomAccess. move(Localizable localizable)voidHyperSlice.HyperSliceRandomAccess. move(Localizable localizable)voidMixedRandomAccess. move(Localizable localizable)voidRandomAccessibleOnRealRandomAccessible.RandomAccessOnRealRandomAccessible. move(Localizable localizable)voidRandomAccessiblePair.RandomAccess. move(Localizable localizable)voidSlicingRandomAccess. move(Localizable localizable)voidStackView.DefaultRA. move(Localizable distance)voidStackView.MoveAllSlicesRA. move(Localizable distance)voidSubsampleView.SubsampleRandomAccess. move(Localizable localizable)voidTransformRandomAccess. move(Localizable localizable)voidTranslationRandomAccess. move(Localizable localizable)voidFullSourceMapMixedRandomAccess. setPosition(Localizable localizable)voidFullSourceMapSlicingRandomAccess. setPosition(Localizable localizable)voidHyperSlice.HyperSliceRandomAccess. setPosition(Localizable localizable)voidMixedRandomAccess. setPosition(Localizable localizable)voidRandomAccessibleOnRealRandomAccessible.RandomAccessOnRealRandomAccessible. setPosition(Localizable localizable)voidRandomAccessiblePair.RandomAccess. setPosition(Localizable localizable)voidSlicingRandomAccess. setPosition(Localizable localizable)voidStackView.DefaultRA. setPosition(Localizable position)voidStackView.MoveAllSlicesRA. setPosition(Localizable position)voidSubsampleView.SubsampleRandomAccess. setPosition(Localizable localizable)voidTransformRandomAccess. setPosition(Localizable localizable)voidTranslationRandomAccess. setPosition(Localizable localizable) -
Uses of Localizable in net.imglib2.view.composite
Classes in net.imglib2.view.composite that implement Localizable Modifier and Type Class Description classCompositeView.CompositeRandomAccessclassInflateView.InflateRandomAccessclassInterleaveView.InterleaveRandomAccessMethods in net.imglib2.view.composite with parameters of type Localizable Modifier and Type Method Description voidCompositeView.CompositeRandomAccess. move(Localizable localizable)voidInflateView.InflateRandomAccess. move(Localizable localizable)voidInterleaveView.InterleaveRandomAccess. move(Localizable localizable)voidRealComposite. move(Localizable distance)voidCompositeView.CompositeRandomAccess. setPosition(Localizable localizable)voidInflateView.InflateRandomAccess. setPosition(Localizable localizable)voidInterleaveView.InterleaveRandomAccess. setPosition(Localizable localizable)voidRealComposite. setPosition(Localizable position) -
Uses of Localizable in net.imglib2.view.iteration
Classes in net.imglib2.view.iteration that implement Localizable Modifier and Type Class Description classSlicingCursor<T>Wrap a cursor that runs on a hyperslice and apply coordinate transform on localize calls.
-