Uses of Interface
net.imglib2.Positionable
-
-
Uses of Positionable in net.imglib2
Classes in net.imglib2 with type parameters of type Positionable Modifier and Type Class Description classAbstractWrappedPositionableLocalizable<P extends Positionable & Localizable>Convenient base class for accessors etc, that source allLocalizableandPositionablecalls to aLocalizable & Positionablesource.Subinterfaces of Positionable in net.imglib2 Modifier and Type Interface Description interfaceRandomAccess<T>interfaceRealPositionableAn element that can be positioned in n-dimensional real space.interfaceRealRandomAccess<T>Classes in net.imglib2 that implement Positionable Modifier and Type Class Description 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.classRealPointA point is a location in EuclideanSpace.classRealPointSample<T>A simple default implementation ofRealRandomAccessthat can be used to combine a real location and a sample value, e.g.Methods in net.imglib2 with parameters of type Positionable Modifier and Type Method Description default voidDimensions. dimensions(Positionable dimensions)Write the number of pixels in each dimension intoPositionable.voidAbstractCursorInt. localize(Positionable position)default voidLocalizable. localize(Positionable position)Write the current position into the passedPositionable.voidAbstractInterval. max(Positionable m)voidAbstractWrappedInterval. max(Positionable max)default voidInterval. max(Positionable max)Sets aPositionableto the maximum of thisIntervalvoidAbstractInterval. min(Positionable m)voidAbstractWrappedInterval. min(Positionable min)default voidInterval. min(Positionable min)Sets aPositionableto the minimum of thisInterval -
Uses of Positionable in net.imglib2.converter
Classes in net.imglib2.converter that implement Positionable Modifier and Type Class Description classAbstractConvertedRandomAccess<A,B>TODOclassAbstractConvertedRealRandomAccess<A,B>TODO -
Uses of Positionable in net.imglib2.converter.read
Classes in net.imglib2.converter.read that implement Positionable Modifier and Type Class Description classBiConvertedRandomAccess<A,B,C>TODOclassBiConvertedRealRandomAccess<A,B,C>TODOclassConvertedRandomAccess<A,B>TODOclassConvertedRealRandomAccess<A,B>TODO -
Uses of Positionable in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite that implement Positionable Modifier and Type Class Description classWriteConvertedRandomAccess<A,B>TODO -
Uses of Positionable in net.imglib2.display.projector
Classes in net.imglib2.display.projector that implement Positionable 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 Positionable in net.imglib2.display.projector.composite
Classes in net.imglib2.display.projector.composite that implement Positionable 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 Positionable in net.imglib2.display.projector.sampler
Classes in net.imglib2.display.projector.sampler that implement Positionable 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 Positionable in net.imglib2.display.projector.specialized
Classes in net.imglib2.display.projector.specialized that implement Positionable 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 Positionable in net.imglib2.display.projector.volatiles
Classes in net.imglib2.display.projector.volatiles that implement Positionable Modifier and Type Class Description classVolatile2DRandomAccessibleProjector<T,A extends Volatile<T>,B>IterableIntervalProjector2DforVolatileinput. -
Uses of Positionable in net.imglib2.histogram
Methods in net.imglib2.histogram with parameters of type Positionable Modifier and Type Method Description voidDiscreteFrequencyDistribution. max(Positionable max)voidHistogram1d. max(Positionable max)voidHistogramNd. max(Positionable max)voidDiscreteFrequencyDistribution. min(Positionable min)voidHistogram1d. min(Positionable min)voidHistogramNd. min(Positionable min) -
Uses of Positionable in net.imglib2.img
Methods in net.imglib2.img with parameters of type Positionable Modifier and Type Method Description voidAbstractImg. max(Positionable m)voidAbstractImg. min(Positionable m) -
Uses of Positionable in net.imglib2.img.array
Classes in net.imglib2.img.array that implement Positionable Modifier and Type Class Description classArrayRandomAccess<T extends NativeType<T>>RandomAccesson anArrayImg.Methods in net.imglib2.img.array with parameters of type Positionable Modifier and Type Method Description voidArraySpliterator. localize(Positionable position) -
Uses of Positionable in net.imglib2.img.cell
Classes in net.imglib2.img.cell that implement Positionable Modifier and Type Class Description private classCellGrid.CellIntervalsRAclassCellRandomAccess<T extends NativeType<T>,C extends Cell<?>>RandomAccesson aAbstractCellImg.Methods in net.imglib2.img.cell with parameters of type Positionable Modifier and Type Method Description voidCellGrid. getCellPosition(long[] position, Positionable cellPos)Get the grid position of the cell containing the element atposition.voidCellSpliterator. localize(Positionable position) -
Uses of Positionable in net.imglib2.img.list
Classes in net.imglib2.img.list that implement Positionable Modifier and Type Class Description classAbstractLongListImg.LongListRandomAccessclassListRandomAccess<T>RandomAccesson aListImg. -
Uses of Positionable in net.imglib2.img.planar
Classes in net.imglib2.img.planar that implement Positionable Modifier and Type Class Description classPlanarRandomAccess<T extends NativeType<T>>RandomAccesson aPlanarImg.classPlanarRandomAccess1D<T extends NativeType<T>>RandomAccessfor a 1-dimensionalPlanarImg.Methods in net.imglib2.img.planar with parameters of type Positionable Modifier and Type Method Description voidPlanarSpliterator. localize(Positionable position) -
Uses of Positionable in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement Positionable Modifier and Type Class Description classNtreeRandomAccess<T extends NativeType<T>> -
Uses of Positionable in net.imglib2.interpolation.neighborsearch
Classes in net.imglib2.interpolation.neighborsearch that implement Positionable Modifier and Type Class Description classInverseDistanceWeightingInterpolator<T extends RealType<T>>RealRandomAccessto aKNearestNeighborSearchwhose sample value is generated by weighting the k nearest neighbors of a query real coordinate by their inverse distance to an arbitrary power p.classNearestNeighborSearchInterpolator<T>Nearest-neighbor interpolation implemented byNearestNeighborSearch. -
Uses of Positionable in net.imglib2.interpolation.randomaccess
Classes in net.imglib2.interpolation.randomaccess that implement Positionable Modifier and Type Class Description classClampingNLinearInterpolatorRealType<T extends RealType<T>>N-linear interpolator forRealTypevalues with overflow check.classClampingNLinearInterpolatorVolatileARGB<T extends AbstractVolatileNumericType<ARGBType,T>>N-linear interpolator for volatile ARGB values with overflow check.classClampingNLinearInterpolatorVolatileRealType<R extends RealType<R>,T extends AbstractVolatileRealType<R,T>>N-linear interpolator forRealTypevalues with overflow check.classFloorInterpolator<T>RealRandomAccessto aRandomAccessby nearest floor interpolation (i.e., the value is sampled at floor(x)).classLanczosInterpolator<T extends RealType<T>>n-dimensional double-based Lanczos InterpolationclassNearestNeighborInterpolator<T>RealRandomAccessto aRandomAccessby nearest neighbor interpolation.classNLinearInterpolator<T extends NumericType<T>>Performs multi-linear interpolation.classNLinearInterpolator1D<T extends NumericType<T>>classNLinearInterpolator2D<T extends NumericType<T>>classNLinearInterpolator3D<T extends NumericType<T>>classNLinearInterpolatorARGBN-linear interpolator for ARGB values with overflow check. -
Uses of Positionable in net.imglib2.interpolation.stack
Classes in net.imglib2.interpolation.stack that implement Positionable Modifier and Type Class Description classLinearRealRandomAccessibleStackInterpolator<T extends NumericType<T>>A linear interpolator for stacks ofRealRandomAccessibles.classNearestNeighborRealRandomAccessibleStackInterpolator<T>A nearest neighbor interpolator for stacks ofRealRandomAccessibles. -
Uses of Positionable in net.imglib2.loops
Subinterfaces of Positionable in net.imglib2.loops Modifier and Type Interface Description static interfaceSyncedPositionables.Private.ForwarderClasses in net.imglib2.loops that implement Positionable Modifier and Type Class Description static classSyncedPositionables.Private.Forwarder1static classSyncedPositionables.Private.Forwarder2static classSyncedPositionables.Private.Forwarder3static classSyncedPositionables.Private.Forwarder4static classSyncedPositionables.Private.Forwarder5static classSyncedPositionables.Private.GeneralForwarderFields in net.imglib2.loops declared as Positionable Modifier and Type Field Description private PositionableSyncedPositionables.Private.Forwarder1. aprivate PositionableSyncedPositionables.Private.Forwarder2. aprivate PositionableSyncedPositionables.Private.Forwarder3. aprivate PositionableSyncedPositionables.Private.Forwarder4. aprivate PositionableSyncedPositionables.Private.Forwarder5. aprivate PositionableSyncedPositionables.Private.Forwarder2. bprivate PositionableSyncedPositionables.Private.Forwarder3. bprivate PositionableSyncedPositionables.Private.Forwarder4. bprivate PositionableSyncedPositionables.Private.Forwarder5. bprivate PositionableSyncedPositionables.Private.Forwarder3. cprivate PositionableSyncedPositionables.Private.Forwarder4. cprivate PositionableSyncedPositionables.Private.Forwarder5. cprivate PositionableSyncedPositionables.Private.Forwarder4. dprivate PositionableSyncedPositionables.Private.Forwarder5. dprivate PositionableSyncedPositionables.Private.Forwarder5. eprivate PositionableLoopUtils.LineProcessor. positionableprivate Positionable[]SyncedPositionables.Private.GeneralForwarder. valuesFields in net.imglib2.loops with type parameters of type Positionable Modifier and Type Field Description private static java.util.List<ClassCopyProvider<Positionable>>SyncedPositionables. forwarderFactoriesMethods in net.imglib2.loops that return Positionable Modifier and Type Method Description static PositionableSyncedPositionables. create(java.util.List<? extends Positionable> positionables)static PositionableSyncedPositionables. create(Positionable... positionables)Methods in net.imglib2.loops with parameters of type Positionable Modifier and Type Method Description static PositionableSyncedPositionables. create(Positionable... positionables)static java.lang.RunnableLoopUtils. createIntervalLoop(Positionable positionable, Dimensions dimensions, java.lang.Runnable action)Returns aRunnablecontaining a loop.static java.lang.RunnableLoopUtils. createLineLoop(Positionable positionable, long length, int dimension, java.lang.Runnable action)Returns a loop, that moves the given positonable along a line, and executes the given operation for each pixel of the line.Method parameters in net.imglib2.loops with type arguments of type Positionable Modifier and Type Method Description static PositionableSyncedPositionables. create(java.util.List<? extends Positionable> positionables)Constructors in net.imglib2.loops with parameters of type Positionable Constructor Description LineProcessor(java.lang.Runnable action, Positionable positionable, long length, int dimension)Constructor parameters in net.imglib2.loops with type arguments of type Positionable Constructor Description Forwarder1(java.util.List<? extends Positionable> values)Forwarder2(java.util.List<? extends Positionable> values)Forwarder3(java.util.List<? extends Positionable> values)Forwarder4(java.util.List<? extends Positionable> values)Forwarder5(java.util.List<? extends Positionable> values)GeneralForwarder(java.util.List<? extends Positionable> values) -
Uses of Positionable in net.imglib2.outofbounds
Subinterfaces of Positionable in net.imglib2.outofbounds Modifier and Type Interface Description interfaceOutOfBounds<T>interfaceRealOutOfBounds<T>Classes in net.imglib2.outofbounds that implement Positionable 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 IntervalclassRealOutOfBoundsRealRandomAccess<T> -
Uses of Positionable in net.imglib2.position
Classes in net.imglib2.position that implement Positionable Modifier and Type Class Description classFunctionRandomAccessible.FunctionRandomAccessclassFunctionRealRandomAccessible.RealFunctionRealRandomAccessclassPositionRandomAccessible.PositionRandomAccessclassRealPositionRealRandomAccessible.RealPositionRealRandomAccess -
Uses of Positionable in net.imglib2.position.transform
Classes in net.imglib2.position.transform with type parameters of type Positionable 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 )Classes in net.imglib2.position.transform that implement Positionable 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 ) -
Uses of Positionable in net.imglib2.stream
Methods in net.imglib2.stream with parameters of type Positionable Modifier and Type Method Description voidCursorSpliterator. localize(Positionable position)voidLocalizableSamplerWrapper. localize(Positionable position) -
Uses of Positionable in net.imglib2.transform
Methods in net.imglib2.transform with parameters of type Positionable 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 Positionable in net.imglib2.transform.integer
Methods in net.imglib2.transform.integer with parameters of type Positionable 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 Positionable in net.imglib2.transform.integer.permutation
Methods in net.imglib2.transform.integer.permutation with parameters of type Positionable 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 Positionable in net.imglib2.transform.integer.shear
Methods in net.imglib2.transform.integer.shear with parameters of type Positionable 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 Positionable in net.imglib2.util
Classes in net.imglib2.util that implement Positionable Modifier and Type Class Description private classGrid.CellIntervalsRAprivate static classLocalizables.LocationRandomAccessA RandomAccess that returns its current position as value.private static classLocalizables.RealLocationRealRandomAccessA RandomAccess that returns its current position as value.Methods in net.imglib2.util with parameters of type Positionable Modifier and Type Method Description voidGrid. getCellPosition(long[] position, Positionable cellPos)Get the grid position of the cell containing the element atposition.static voidIntervalIndexer. indexToPosition(int index, int[] dimensions, Positionable position)static voidIntervalIndexer. indexToPosition(long index, Dimensions dimensions, Positionable position)static voidIntervalIndexer. indexToPositionForInterval(long index, Interval interval, Positionable position) -
Uses of Positionable in net.imglib2.view
Classes in net.imglib2.view that implement Positionable Modifier and Type Class Description (package private) classBundleView.BundleRandomAccessclassFullSourceMapMixedRandomAccess<T>classFullSourceMapSlicingRandomAccess<T>(package private) classFunctionView.FunctionRandomAccessclassHyperSlice.HyperSliceRandomAccessclassHyperSlicesView.HyperSlicesViewRandomAccessclassMixedRandomAccess<T>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 Positionable Modifier and Type Method Description voidSubsampleIntervalView. max(Positionable m)voidSubsampleIntervalView. min(Positionable min) -
Uses of Positionable in net.imglib2.view.composite
Classes in net.imglib2.view.composite that implement Positionable Modifier and Type Class Description classCompositeView.CompositeRandomAccessclassInflateView.InflateRandomAccessclassInterleaveView.InterleaveRandomAccessclassRealComposite<T extends RealType<T>>A vector ofRealTypescalars.Methods in net.imglib2.view.composite with parameters of type Positionable Modifier and Type Method Description voidCompositeIntervalView. max(Positionable max)voidCompositeIntervalView. min(Positionable min)
-