Uses of Interface
net.imglib2.RandomAccess
Packages that use RandomAccess
Package
Description
-
Uses of RandomAccess in net.imglib2
Classes in net.imglib2 that implement RandomAccessModifier and TypeClassDescriptionclassPointSample<T>A simple default implementation ofRandomAccessthat can be used to combine a real location and a sample instance, e.g.Methods in net.imglib2 that return RandomAccessModifier and TypeMethodDescriptionRandomAccess.copy()default RandomAccess<T> RandomAccess.copyRandomAccess()Deprecated.RandomAccessible.randomAccess()Create a random access sampler for integer coordinates.RandomAccessible.randomAccess(Interval interval) Create a random access sampler for integer coordinates. -
Uses of RandomAccess in net.imglib2.blocks
Fields in net.imglib2.blocks declared as RandomAccessModifier and TypeFieldDescriptionprivate final RandomAccess<? extends Cell<?>> CellImgRangeCopier.cellAccess -
Uses of RandomAccess in net.imglib2.converter
Classes in net.imglib2.converter that implement RandomAccessFields in net.imglib2.converter declared as RandomAccessModifier and TypeFieldDescriptionprotected final RandomAccess<A> AbstractConvertedRandomAccess.sourceConstructors in net.imglib2.converter with parameters of type RandomAccess -
Uses of RandomAccess in net.imglib2.converter.read
Classes in net.imglib2.converter.read that implement RandomAccessModifier and TypeClassDescriptionfinal classBiConvertedRandomAccess<A,B, C> TODOfinal classTODOFields in net.imglib2.converter.read declared as RandomAccessConstructors in net.imglib2.converter.read with parameters of type RandomAccessModifierConstructorDescriptionBiConvertedRandomAccess(RandomAccess<A> sourceA, RandomAccess<B> sourceB, Supplier<BiConverter<? super A, ? super B, ? super C>> converterSupplier, Supplier<? extends C> convertedSupplier) BiConvertedRandomAccess(RandomAccess<A> sourceA, RandomAccess<B> sourceB, BiConverter<? super A, ? super B, ? super C> converter, Supplier<? extends C> convertedSupplier) ConvertedRandomAccess(RandomAccess<A> source, Supplier<Converter<? super A, ? super B>> converterSupplier, Supplier<? extends B> convertedSupplier) Creates a copy of b for conversion that can be accessed throughConvertedRandomAccess.get().ConvertedRandomAccess(RandomAccess<A> source, Converter<? super A, ? super B> converter, Supplier<? extends B> convertedSupplier) Use this constructor for stateless functions -
Uses of RandomAccess in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite that implement RandomAccessConstructors in net.imglib2.converter.readwrite with parameters of type RandomAccessModifierConstructorDescriptionWriteConvertedRandomAccess(RandomAccess<A> source, Supplier<SamplerConverter<? super A, B>> converterSupplier) WriteConvertedRandomAccess(RandomAccess<A> source, SamplerConverter<? super A, B> converter) -
Uses of RandomAccess in net.imglib2.display.projector.composite
Methods in net.imglib2.display.projector.composite with parameters of type RandomAccess -
Uses of RandomAccess in net.imglib2.display.projector.sampler
Fields in net.imglib2.display.projector.sampler declared as RandomAccessModifier and TypeFieldDescriptionprivate RandomAccess<T> IntervalSampler.m_sourceprivate RandomAccess<T> SelectiveSampler.m_sourceMethods in net.imglib2.display.projector.sampler with parameters of type RandomAccessModifier and TypeMethodDescriptionvoidIntervalSampler.setRandomAccess(RandomAccess<T> srcAccess) voidProjectedSampler.setRandomAccess(RandomAccess<T> srcAccess) voidSelectiveSampler.setRandomAccess(RandomAccess<T> srcAccess) -
Uses of RandomAccess in net.imglib2.histogram
Fields in net.imglib2.histogram declared as RandomAccessModifier and TypeFieldDescriptionprivate final RandomAccess<LongType> DiscreteFrequencyDistribution.accessorMethods in net.imglib2.histogram that return RandomAccessModifier and TypeMethodDescriptionDiscreteFrequencyDistribution.randomAccess()DiscreteFrequencyDistribution.randomAccess(Interval interval) Histogram1d.randomAccess()Histogram1d.randomAccess(Interval interval) HistogramNd.randomAccess()HistogramNd.randomAccess(Interval interval) -
Uses of RandomAccess in net.imglib2.img
Methods in net.imglib2.img that return RandomAccess -
Uses of RandomAccess in net.imglib2.img.array
Classes in net.imglib2.img.array that implement RandomAccessModifier and TypeClassDescriptionclassArrayRandomAccess<T extends NativeType<T>>RandomAccesson anArrayImg. -
Uses of RandomAccess in net.imglib2.img.cell
Classes in net.imglib2.img.cell that implement RandomAccessModifier and TypeClassDescriptionprivate classclassCellRandomAccess<T extends NativeType<T>, C extends Cell<?>>RandomAccesson aAbstractCellImg.Fields in net.imglib2.img.cell declared as RandomAccessModifier and TypeFieldDescriptionprotected final RandomAccess<C> CellRandomAccess.randomAccessOnCellsMethods in net.imglib2.img.cell that return RandomAccessModifier and TypeMethodDescriptionCellGrid.CellIntervalsRA.copy()CellGrid.CellIntervals.randomAccess()CellGrid.CellIntervals.randomAccess(Interval interval) -
Uses of RandomAccess in net.imglib2.img.list
Classes in net.imglib2.img.list that implement RandomAccess -
Uses of RandomAccess in net.imglib2.img.planar
Classes in net.imglib2.img.planar that implement RandomAccessModifier and TypeClassDescriptionclassPlanarRandomAccess<T extends NativeType<T>>RandomAccesson aPlanarImg.classPlanarRandomAccess1D<T extends NativeType<T>>RandomAccessfor a 1-dimensionalPlanarImg. -
Uses of RandomAccess in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement RandomAccess -
Uses of RandomAccess in net.imglib2.interpolation.randomaccess
Subclasses with type arguments of type RandomAccess in net.imglib2.interpolation.randomaccessModifier and TypeClassDescriptionclassRealRandomAccessto aRandomAccessby nearest floor interpolation (i.e., the value is sampled at floor(x)).classLanczosInterpolator<T extends RealType<T>>n-dimensional double-based Lanczos InterpolationclassRealRandomAccessto aRandomAccessby nearest neighbor interpolation.classNLinearInterpolator<T extends NumericType<T>>Performs multi-linear interpolation. -
Uses of RandomAccess in net.imglib2.loops
Fields in net.imglib2.loops declared as RandomAccessModifier and TypeFieldDescriptionprivate final RandomAccess<B> FastCursorRandomAccessLoops.ThreeCursorLoop.randomAccessBprivate final RandomAccess<B> FastCursorRandomAccessLoops.TwoCursorLoop.randomAccessBprivate final RandomAccess<C> FastCursorRandomAccessLoops.ThreeCursorLoop.randomAccessCMethods in net.imglib2.loops that return RandomAccessModifier and TypeMethodDescriptionprivate static RandomAccess<?> LoopBuilder.initRandomAccess(RandomAccessibleInterval<?> image) Method parameters in net.imglib2.loops with type arguments of type RandomAccessModifier and TypeMethodDescriptionprivate static LongConsumerFastCursorRandomAccessLoops.createLoop(Object action, Cursor<?> cursor, List<? extends RandomAccess<?>> randomAccesses) (package private) static voidFastCursorRandomAccessLoops.loop(Object action, long n, Cursor<?> cursor, List<? extends RandomAccess<?>> randomAccesses) Constructors in net.imglib2.loops with parameters of type RandomAccessModifierConstructorDescriptionThreeCursorLoop(LoopBuilder.TriConsumer<A, B, C> action, Cursor<A> cursorA, RandomAccess<B> randomAccessB, RandomAccess<C> randomAccessC) TwoCursorLoop(BiConsumer<A, B> action, Cursor<A> cursorA, RandomAccess<B> randomAccessB) -
Uses of RandomAccess in net.imglib2.outofbounds
Subinterfaces of RandomAccess in net.imglib2.outofboundsClasses in net.imglib2.outofbounds that implement RandomAccessModifier and TypeClassDescriptionclassAbstract implementation of shared functions for mirroring out of bounds.classclassRepeat the boundary pixels.classfinal classCoordinates 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 boundariesclassCoordinates out of image bounds are mirrored at boundary coordinates.classCoordinates out of image bounds are periodically repeated.classOutOfBoundsRandomValue<T extends RealType<T>>Return a random value in a certain range when outside of the IntervalFields in net.imglib2.outofbounds declared as RandomAccessModifier and TypeFieldDescriptionprotected final RandomAccess<T> AbstractOutOfBoundsMirror.outOfBoundsRandomAccessprotected final RandomAccess<T> OutOfBoundsBorder.outOfBoundsRandomAccessprotected final RandomAccess<T> OutOfBoundsPeriodic.outOfBoundsRandomAccessprotected final RandomAccess<T> AbstractOutOfBoundsValue.sampler -
Uses of RandomAccess in net.imglib2.position
Classes in net.imglib2.position that implement RandomAccessModifier and TypeClassDescriptionclassclassMethods in net.imglib2.position that return RandomAccessModifier and TypeMethodDescriptionPositionRandomAccessible.randomAccess()PositionRandomAccessible.randomAccess(Interval interval) -
Uses of RandomAccess in net.imglib2.util
Classes in net.imglib2.util that implement RandomAccessModifier and TypeClassDescriptionprivate classprivate static classA RandomAccess that returns its current position as value.Fields in net.imglib2.util with type parameters of type RandomAccessModifier and TypeFieldDescriptionprivate final ThreadLocal<RandomAccess<T>> FlatCollections.ListFromRAI.raMethods in net.imglib2.util that return RandomAccessModifier and TypeMethodDescriptionGrid.CellIntervalsRA.copy()Localizables.LocationRandomAccess.copy()Grid.CellIntervals.randomAccess()Grid.CellIntervals.randomAccess(Interval interval) Localizables.LocationRandomAccessible.randomAccess()Localizables.LocationRandomAccessible.randomAccess(Interval interval) -
Uses of RandomAccess in net.imglib2.view
Classes in net.imglib2.view that implement RandomAccessModifier and TypeClassDescription(package private) classfinal classclass(package private) classclassclassfinal classprivate final classclassclassstatic final classARandomAccesson aStackView.static classARandomAccesson aStackView.classfinal classfinal classTODOSubclasses with type arguments of type RandomAccess in net.imglib2.viewClasses in net.imglib2.view that implement interfaces with type arguments of type RandomAccessModifier and TypeClassDescription(package private) classBundleView<T>ARandomAccessiblethat bundles the coordinates and value domain of aRandomAccessible<T>as aRandomAccessible<RandomAccess<T>>.Fields in net.imglib2.view declared as RandomAccessModifier and TypeFieldDescriptionprotected final RandomAccess<A> RandomAccessiblePair.RandomAccess.aprotected final RandomAccess<B> RandomAccessiblePair.RandomAccess.bprivate final RandomAccess<T> RandomAccessibleIntervalCursor.randomAccessprivate final RandomAccess<T> FullSourceMapMixedRandomAccess.ssource RandomAccess.private final RandomAccess<T> FullSourceMapSlicingRandomAccess.ssource RandomAccess.private final RandomAccess<T> MixedRandomAccess.ssource RandomAccess.private final RandomAccess<T> SlicingRandomAccess.ssource RandomAccess.private final RandomAccess<T> TranslationRandomAccess.sprivate RandomAccess<T> StackView.DefaultRA.sliceAccessprivate final RandomAccess<T>[]StackView.DefaultRA.sliceAccessesprivate final RandomAccess<T>[]StackView.MoveAllSlicesRA.sliceAccessesprivate final RandomAccess<T> TransformRandomAccess.sourcesource RandomAccess.protected final RandomAccess<T> HyperSlice.HyperSliceRandomAccess.sourceAccessprotected final RandomAccess<T> SubsampleView.SubsampleRandomAccess.sourceRandomAccessMethods in net.imglib2.view that return RandomAccessModifier and TypeMethodDescriptionBundleView.BundleRandomAccess.get()BundleView.BundleRandomAccess.getType()BundleView.getType()final RandomAccess<T> ExtendedRandomAccessibleInterval.randomAccess(Interval interval) FunctionView.randomAccess()FunctionView.randomAccess(Interval interval) HyperSlice.randomAccess(Interval interval) IntervalView.randomAccess()IntervalView.randomAccess(Interval interval) IterableRandomAccessibleInterval.randomAccess()IterableRandomAccessibleInterval.randomAccess(Interval i) MixedTransformView.randomAccess()MixedTransformView.randomAccess(Interval interval) RandomAccessibleOnRealRandomAccessible.randomAccess()RandomAccessibleOnRealRandomAccessible.randomAccess(Interval interval) StackView.randomAccess()StackView.randomAccess(Interval interval) SubsampleView.randomAccess()SubsampleView.randomAccess(Interval interval) TransformView.randomAccess()TransformView.randomAccess(Interval interval) Constructors in net.imglib2.view with parameters of type RandomAccessModifierConstructorDescription(package private)BundleRandomAccess(RandomAccess<T> source) (package private)FullSourceMapMixedRandomAccess(RandomAccess<T> source, Mixed transformToSource) (package private)FullSourceMapSlicingRandomAccess(RandomAccess<T> source, Slicing transformToSource) (package private)FunctionRandomAccess(RandomAccess<A> source) (package private)MixedRandomAccess(RandomAccess<T> source, Mixed transformToSource) (package private)SlicingRandomAccess(RandomAccess<T> source, Slicing transformToSource) protectedSubsampleRandomAccess(RandomAccess<T> sourceRandomAccess) (package private)TransformRandomAccess(RandomAccess<T> source, Transform transformToSource) (package private)TranslationRandomAccess(RandomAccess<T> source, Translation transformToSource) -
Uses of RandomAccess in net.imglib2.view.composite
Classes in net.imglib2.view.composite that implement RandomAccessModifier and TypeClassDescriptionclassclassclassFields in net.imglib2.view.composite declared as RandomAccessModifier and TypeFieldDescriptionprotected final RandomAccess<T> AbstractComposite.sourceAccessprotected final RandomAccess<T> CompositeView.CompositeRandomAccess.sourceAccessprotected final RandomAccess<? extends Composite<T>> InflateView.InflateRandomAccess.sourceAccessprotected final RandomAccess<? extends Composite<T>> InterleaveView.InterleaveRandomAccess.sourceAccessMethods in net.imglib2.view.composite with parameters of type RandomAccessModifier and TypeMethodDescriptionCompositeFactory.create(RandomAccess<T> sourceAccess) GenericComposite.Factory.create(RandomAccess<T> sourceAccess) NumericComposite.Factory.create(RandomAccess<T> sourceAccess) RealComposite.Factory.create(RandomAccess<T> sourceAccess) Constructors in net.imglib2.view.composite with parameters of type RandomAccessModifierConstructorDescriptionAbstractComposite(RandomAccess<T> sourceAccess) AbstractNumericComposite(RandomAccess<T> sourceAccess, int length) GenericComposite(RandomAccess<T> sourceAccess) NumericComposite(RandomAccess<T> sourceAccess, int length) RealComposite(RandomAccess<T> sourceAccess, int length)