Uses of Interface
net.imglib2.RealLocalizable
-
-
Uses of RealLocalizable in net.imglib2
Subinterfaces of RealLocalizable 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.interfaceLocalizableTheLocalizableinterface can localize itself in an n-dimensional discrete space.interfaceLocalizableSampler<T>Combination ofLocalizableandSamplerinterfaces.interfaceRandomAccess<T>interfaceRealCursor<T>A RealCursor iterates over a set of RealLocalizable elements, for example intensity values sampled at a finite set of arbitrary real positions.interfaceRealLocalizableSampler<T>Combination ofRealLocalizableandSamplerinterfaces.interfaceRealRandomAccess<T>Classes in net.imglib2 that implement RealLocalizable 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.classAbstractRealLocalizableAn abstract class that implements theRealLocalizableinterface using an array of doubles to maintain positionclassAbstractWrappedLocalizable<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.classKDTree.KDTreeCursorclassKDTreeNode<T>Proxy for a node in a KDTree.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.PointSampleListCursorclassRealPointA 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.classRealPointSampleList.RealPointSampleListCursorMethods in net.imglib2 that return types with arguments of type RealLocalizable Modifier and Type Method Description private static <A> java.lang.Iterable<RealLocalizable>KDTree. positionsIterable(IterableRealInterval<A> sourceInterval)Methods in net.imglib2 with parameters of type RealLocalizable Modifier and Type Method Description default TRealRandomAccessible. getAt(RealLocalizable position)Convenience method to query aRealRandomAccessiblefor the value at a position.voidRealPoint. move(RealLocalizable localizable)voidRealPointSample. move(RealLocalizable localizable)voidRealPositionable. move(RealLocalizable distance)Move the element relative to its current location using aRealLocalizableas distance vector.voidRealPoint. setPosition(RealLocalizable localizable)voidRealPointSample. setPosition(RealLocalizable localizable)voidRealPositionable. setPosition(RealLocalizable position)Place the element at the same location as a givenRealLocalizabledefault TRealRandomAccess. setPositionAndGet(RealLocalizable position)Convenience method that moves theRealRandomAccessto the given position and gets the value at that position.doubleKDTreeNode. squDistanceTo(RealLocalizable p)Compute the squared distance from p to this node.Constructors in net.imglib2 with parameters of type RealLocalizable Constructor Description AbstractRealInterval(RealLocalizable min, RealLocalizable max)Creates a newAbstractRealIntervalfrom min and max coordinatesFinalRealInterval(RealLocalizable min, RealLocalizable max)Creates a newAbstractRealIntervalfrom min and max coordinatesRealPoint(RealLocalizable localizable)Create a point using the position and dimensionality of aRealLocalizableRealPointSample(java.util.function.Supplier<T> sampleSupplier, RealLocalizable localizable)Create a point using the position and dimensionality of aRealLocalizable -
Uses of RealLocalizable in net.imglib2.converter
Classes in net.imglib2.converter that implement RealLocalizable Modifier and Type Class Description classAbstractConvertedCursor<A,B>TODOclassAbstractConvertedRandomAccess<A,B>TODOclassAbstractConvertedRealCursor<A,B>TODOclassAbstractConvertedRealRandomAccess<A,B>TODOMethods in net.imglib2.converter with parameters of type RealLocalizable Modifier and Type Method Description voidAbstractConvertedRealRandomAccess. move(RealLocalizable localizable)voidAbstractConvertedRealRandomAccess. setPosition(RealLocalizable localizable) -
Uses of RealLocalizable in net.imglib2.converter.read
Classes in net.imglib2.converter.read that implement RealLocalizable Modifier and Type Class Description classBiConvertedCursor<A,B,C>TODOclassBiConvertedRandomAccess<A,B,C>TODOclassBiConvertedRealCursor<A,B,C>TODOclassBiConvertedRealRandomAccess<A,B,C>TODOclassConvertedCursor<A,B>TODOclassConvertedRandomAccess<A,B>TODOclassConvertedRealCursor<A,B>TODOclassConvertedRealRandomAccess<A,B>TODOMethods in net.imglib2.converter.read with parameters of type RealLocalizable Modifier and Type Method Description voidBiConvertedRealRandomAccess. move(RealLocalizable localizable)voidBiConvertedRealRandomAccess. setPosition(RealLocalizable localizable) -
Uses of RealLocalizable in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite that implement RealLocalizable Modifier and Type Class Description classWriteConvertedCursor<A,B>TODOclassWriteConvertedRandomAccess<A,B>TODOclassWriteConvertedRealCursor<A,B>TODO -
Uses of RealLocalizable in net.imglib2.display.projector
Classes in net.imglib2.display.projector that implement RealLocalizable 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 RealLocalizable in net.imglib2.display.projector.composite
Classes in net.imglib2.display.projector.composite that implement RealLocalizable 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 RealLocalizable in net.imglib2.display.projector.sampler
Classes in net.imglib2.display.projector.sampler that implement RealLocalizable 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 RealLocalizable in net.imglib2.display.projector.specialized
Classes in net.imglib2.display.projector.specialized that implement RealLocalizable 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 RealLocalizable in net.imglib2.display.projector.volatiles
Classes in net.imglib2.display.projector.volatiles that implement RealLocalizable Modifier and Type Class Description classVolatile2DRandomAccessibleProjector<T,A extends Volatile<T>,B>IterableIntervalProjector2DforVolatileinput. -
Uses of RealLocalizable in net.imglib2.img.array
Classes in net.imglib2.img.array that implement RealLocalizable 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>> -
Uses of RealLocalizable in net.imglib2.img.cell
Classes in net.imglib2.img.cell that implement RealLocalizable 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. -
Uses of RealLocalizable in net.imglib2.img.list
Classes in net.imglib2.img.list that implement RealLocalizable Modifier and Type Class Description classAbstractLongListImg.LongListCursorclassAbstractLongListImg.LongListLocalizingCursorclassAbstractLongListImg.LongListRandomAccessclassListCursor<T>classListLocalizingCursor<T>classListRandomAccess<T>RandomAccesson aListImg. -
Uses of RealLocalizable in net.imglib2.img.planar
Classes in net.imglib2.img.planar that implement RealLocalizable 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. -
Uses of RealLocalizable in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement RealLocalizable Modifier and Type Class Description classNtreeCursor<T extends NativeType<T>>classNtreeRandomAccess<T extends NativeType<T>> -
Uses of RealLocalizable in net.imglib2.interpolation.neighborsearch
Classes in net.imglib2.interpolation.neighborsearch that implement RealLocalizable 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 RealLocalizable in net.imglib2.interpolation.randomaccess
Classes in net.imglib2.interpolation.randomaccess that implement RealLocalizable 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 RealLocalizable in net.imglib2.interpolation.stack
Classes in net.imglib2.interpolation.stack that implement RealLocalizable 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.Methods in net.imglib2.interpolation.stack with parameters of type RealLocalizable Modifier and Type Method Description voidLinearRealRandomAccessibleStackInterpolator. move(RealLocalizable distance)voidNearestNeighborRealRandomAccessibleStackInterpolator. move(RealLocalizable distance)voidLinearRealRandomAccessibleStackInterpolator. setPosition(RealLocalizable position)voidNearestNeighborRealRandomAccessibleStackInterpolator. setPosition(RealLocalizable position) -
Uses of RealLocalizable in net.imglib2.iterator
Classes in net.imglib2.iterator that implement RealLocalizable 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 RealLocalizable in net.imglib2.kdtree
Methods in net.imglib2.kdtree with type parameters of type RealLocalizable Modifier and Type Method Description static <L extends RealLocalizable,T>
KDTreeData<T>KDTreeData. create(int numPoints, java.lang.Iterable<T> values, java.lang.Iterable<L> positions, boolean storeValuesAsNativeImg)Methods in net.imglib2.kdtree with parameters of type RealLocalizable Modifier and Type Method Description voidKNearestNeighborSearchImpl. search(RealLocalizable p)voidNearestNeighborSearchImpl. search(RealLocalizable p)voidRadiusNeighborSearchImpl. search(RealLocalizable p, double radius, boolean sortResults)doubleKDTreeImpl. squDistance(int i, RealLocalizable pos)Compute the squared distance from nodeitopos.Method parameters in net.imglib2.kdtree with type arguments of type RealLocalizable Modifier and Type Method Description (package private) static intKDTreeUtils. getNumDimensions(java.lang.Iterable<? extends RealLocalizable> positions)Returns the number of dimensions of the first element ofpositions.(package private) static double[][]KDTreeUtils. initPositions(int numDimensions, int numPoints, java.lang.Iterable<? extends RealLocalizable> points)Copy the coordinates of the givenpointsto a newdouble[][] positionsarray. -
Uses of RealLocalizable in net.imglib2.neighborsearch
Methods in net.imglib2.neighborsearch that return RealLocalizable Modifier and Type Method Description RealLocalizableKNearestNeighborSearch. getPosition(int i)Access the position of the ith nearest neighbor, ordered by square Euclidean distance.RealLocalizableKNearestNeighborSearchOnIterableRealInterval. getPosition()RealLocalizableKNearestNeighborSearchOnIterableRealInterval. getPosition(int i)RealLocalizableKNearestNeighborSearchOnKDTree. getPosition()RealLocalizableKNearestNeighborSearchOnKDTree. getPosition(int i)RealLocalizableNearestNeighborSearch. getPosition()Access the position of the nearest neighbor, ordered by square Euclidean distance.RealLocalizableNearestNeighborSearchOnIterableRealInterval. getPosition()RealLocalizableNearestNeighborSearchOnKDTree. getPosition()RealLocalizableRadiusNeighborSearch. getPosition(int i)Access the position of the ith neighbor within radius.RealLocalizableRadiusNeighborSearchOnKDTree. getPosition(int i)Methods in net.imglib2.neighborsearch with parameters of type RealLocalizable Modifier and Type Method Description voidKNearestNeighborSearch. search(RealLocalizable reference)Perform k-nearest-neighbor search for a reference coordinate.voidKNearestNeighborSearchOnIterableRealInterval. search(RealLocalizable reference)voidKNearestNeighborSearchOnKDTree. search(RealLocalizable p)voidNearestNeighborSearch. search(RealLocalizable reference)Perform nearest-neighbor search for a reference coordinate.voidNearestNeighborSearchOnIterableRealInterval. search(RealLocalizable reference)voidNearestNeighborSearchOnKDTree. search(RealLocalizable p)voidRadiusNeighborSearch. search(RealLocalizable reference, double radius, boolean sortResults)Perform neighbor search within a radius about a reference coordinate.voidRadiusNeighborSearchOnKDTree. search(RealLocalizable reference, double radius, boolean sortResults)protected doubleKNearestNeighborSearchOnIterableRealInterval. squareDistance(RealLocalizable query)Calculate the square Euclidean distance of a query location to the location stored in referenceLocation.protected doubleNearestNeighborSearchOnIterableRealInterval. squareDistance(RealLocalizable query)Calculate the square Euclidean distance of a query location to the location stored in referenceLocation. -
Uses of RealLocalizable in net.imglib2.outofbounds
Subinterfaces of RealLocalizable in net.imglib2.outofbounds Modifier and Type Interface Description interfaceOutOfBounds<T>interfaceRealOutOfBounds<T>Classes in net.imglib2.outofbounds that implement RealLocalizable 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>Methods in net.imglib2.outofbounds with parameters of type RealLocalizable Modifier and Type Method Description voidRealOutOfBoundsRealRandomAccess. move(RealLocalizable localizable)voidRealOutOfBoundsRealRandomAccess. setPosition(RealLocalizable localizable) -
Uses of RealLocalizable in net.imglib2.position
Classes in net.imglib2.position that implement RealLocalizable Modifier and Type Class Description classFunctionRandomAccessible.FunctionRandomAccessclassFunctionRealRandomAccessible.RealFunctionRealRandomAccessclassPositionRandomAccessible.PositionRandomAccessclassRealPositionRealRandomAccessible.RealPositionRealRandomAccessFields in net.imglib2.position with type parameters of type RealLocalizable Modifier and Type Field Description private java.util.function.BiConsumer<RealLocalizable,? super T>FunctionRealRandomAccessible.RealFunctionRealRandomAccess. functionConstructor parameters in net.imglib2.position with type arguments of type RealLocalizable Constructor Description FunctionRealRandomAccessible(int n, java.util.function.BiConsumer<RealLocalizable,? super T> function, java.util.function.Supplier<T> typeSupplier)FunctionRealRandomAccessible(int n, java.util.function.Supplier<java.util.function.BiConsumer<RealLocalizable,? super T>> function, java.util.function.Supplier<T> typeSupplier) -
Uses of RealLocalizable in net.imglib2.position.transform
Classes in net.imglib2.position.transform that implement RealLocalizable 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 )Methods in net.imglib2.position.transform with parameters of type RealLocalizable Modifier and Type Method Description protected voidFloorOffset. f(RealLocalizable r, long[] f)static voidFloor. floor(RealLocalizable r, long[] f)voidFloor. move(RealLocalizable localizable)voidFloorOffset. move(RealLocalizable localizable)voidRound. move(RealLocalizable localizable)static voidRound. round(RealLocalizable r, long[] f)voidFloor. setPosition(RealLocalizable localizable)voidFloorOffset. setPosition(RealLocalizable localizable)voidRound. setPosition(RealLocalizable localizable)Constructors in net.imglib2.position.transform with parameters of type RealLocalizable Constructor Description Floor(RealLocalizable origin, LocalizablePositionable target)FloorOffset(RealLocalizable origin, LocalizablePositionable target, long[] offset)FloorOffset(RealLocalizable origin, LocalizablePositionable target, Localizable offset)Round(RealLocalizable origin, LocalizablePositionable target) -
Uses of RealLocalizable in net.imglib2.stream
Subinterfaces of RealLocalizable in net.imglib2.stream Modifier and Type Interface Description interfaceLocalizableSpliterator<T>ASpliterator<T>which is Localizable similar to a Cursor.interfaceRealLocalizableSpliterator<T>ASpliterator<T>which is Localizable similar to a Cursor.Classes in net.imglib2.stream that implement RealLocalizable Modifier and Type Class Description classCursorSpliterator<T>Spliterator implementation on top ofRealCursor.(package private) classLocalizableSamplerWrapper<T>WrapsLocalizableSpliteratorasSpliterator<LocalizableSampler<T>>.classRealCursorSpliterator<T>Spliterator implementation on top ofRealCursor.(package private) classRealLocalizableSamplerWrapper<T>WrapsRealLocalizableSpliteratorasSpliterator<RealLocalizableSampler<T>>. -
Uses of RealLocalizable in net.imglib2.util
Classes in net.imglib2.util that implement RealLocalizable 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 that return RealLocalizable Modifier and Type Method Description RealLocalizableLocalizables.RealLocationRealRandomAccess. getType()RealLocalizableLocalizables.RealLocationRealRandomAccessible. getType()Methods in net.imglib2.util that return types with arguments of type RealLocalizable Modifier and Type Method Description static RealRandomAccessible<RealLocalizable>Localizables. realRandomAccessible(int n)Create an n-dimensionalRealRandomAccessiblewhose value domain is its source domain.Methods in net.imglib2.util with parameters of type RealLocalizable Modifier and Type Method Description static booleanIntervals. contains(RealInterval containing, RealLocalizable contained)Test whether thecontaininginterval contains thecontainedpoint.static doubleUtil. distance(RealLocalizable position1, RealLocalizable position2)static booleanLocalizables. equals(RealLocalizable a, RealLocalizable b)Return true if the twoRealLocalizables refer to the same position.static booleanLocalizables. equals(RealLocalizable a, RealLocalizable b, double tolerance)Return true if the twoRealLocalizables refer to the same position up to a given tolerance.static booleanUtil. locationsEqual(RealLocalizable l1, RealLocalizable l2)Determines whether the twoRealLocalizableobjects have the same position, withdoubleprecision.static java.lang.StringUtil. printCoordinates(RealLocalizable localizable)static java.lang.StringLocalizables. toString(RealLocalizable value)Return the current position as string.Constructors in net.imglib2.util with parameters of type RealLocalizable Constructor Description RealLocationRealRandomAccess(RealLocalizable initialPosition) -
Uses of RealLocalizable in net.imglib2.view
Classes in net.imglib2.view that implement RealLocalizable 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>TODO -
Uses of RealLocalizable in net.imglib2.view.composite
Classes in net.imglib2.view.composite that implement RealLocalizable 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 RealLocalizable Modifier and Type Method Description voidRealComposite. move(RealLocalizable distance)voidRealComposite. setPosition(RealLocalizable position) -
Uses of RealLocalizable in net.imglib2.view.iteration
Classes in net.imglib2.view.iteration that implement RealLocalizable Modifier and Type Class Description classSlicingCursor<T>Wrap a cursor that runs on a hyperslice and apply coordinate transform on localize calls.
-