Uses of Interface
net.imglib2.RandomAccess
Packages that use RandomAccess
Package
Description
-
Uses of RandomAccess in net.imglib2
Methods in net.imglib2 that return RandomAccessModifier and TypeMethodDescriptionRandomAccess.copyRandomAccess()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.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 RandomAccessConstructors in net.imglib2.converter.read with parameters of type RandomAccessModifierConstructorDescriptionConvertedRandomAccess(RandomAccess<A> source, Converter<? super A, ? super B> converter, B b) -
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, 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
Methods 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
Methods 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 TypeClassDescriptionclassCellRandomAccess<T extends NativeType<T>,C extends Cell<?>> RandomAccesson aAbstractCellImg.Fields in net.imglib2.img.cell declared as RandomAccessModifier and TypeFieldDescriptionprotected final RandomAccess<C> CellRandomAccess.randomAccessOnCells -
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.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.classAbstractOutOfBoundsValue<T extends Type<T>>classRepeat the boundary pixels.classOutOfBoundsConstantValue<T extends Type<T>>final 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.view
Classes in net.imglib2.view that implement RandomAccessModifier and TypeClassDescriptionfinal classclassclassclassfinal classprotected final classclassclassstatic final classARandomAccesson aStackView.static classARandomAccesson aStackView.classfinal classfinal classTODOFields in net.imglib2.view declared as RandomAccessModifier and TypeFieldDescriptionprotected final RandomAccess<A> RandomAccessiblePair.RandomAccess.aprotected final RandomAccess<B> RandomAccessiblePair.RandomAccess.bprotected final RandomAccess<T> HyperSlice.HyperSliceRandomAccess.sourceAccessprotected final RandomAccess<T> SubsampleView.SubsampleRandomAccess.sourceRandomAccessMethods in net.imglib2.view that return RandomAccessModifier and TypeMethodDescriptionfinal RandomAccess<T> ExtendedRandomAccessibleInterval.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 RandomAccessModifierConstructorDescriptionprotectedSubsampleRandomAccess(RandomAccess<T> sourceRandomAccess) -
Uses of RandomAccess in net.imglib2.view.composite
Classes in net.imglib2.view.composite that implement RandomAccessFields in net.imglib2.view.composite declared as RandomAccessModifier and TypeFieldDescriptionprotected final RandomAccess<T> AbstractComposite.sourceAccessprotected final RandomAccess<T> CompositeView.CompositeRandomAccess.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)