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.source
Constructors 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 TypeMethodDescriptionvoid
IntervalSampler.setRandomAccess
(RandomAccess<T> srcAccess) void
ProjectedSampler.setRandomAccess
(RandomAccess<T> srcAccess) void
SelectiveSampler.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 TypeClassDescriptionclass
ArrayRandomAccess<T extends NativeType<T>>
RandomAccess
on anArrayImg
. -
Uses of RandomAccess in net.imglib2.img.cell
Classes in net.imglib2.img.cell that implement RandomAccessModifier and TypeClassDescriptionclass
CellRandomAccess<T extends NativeType<T>,
C extends Cell<?>> RandomAccess
on 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 TypeClassDescriptionclass
PlanarRandomAccess<T extends NativeType<T>>
RandomAccess
on aPlanarImg
.class
PlanarRandomAccess1D<T extends NativeType<T>>
RandomAccess
for 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 TypeClassDescriptionclass
Abstract implementation of shared functions for mirroring out of bounds.class
AbstractOutOfBoundsValue<T extends Type<T>>
class
Repeat the boundary pixels.class
OutOfBoundsConstantValue<T extends Type<T>>
final class
Coordinates out of image bounds are mirrored between boundary coordinates.class
OutOfBoundsMirrorExpWindowing<T extends NumericType<T>>
Adds a exponential windowing to the mirrored content outside the Interval boundariesclass
Coordinates out of image bounds are mirrored at boundary coordinates.class
Coordinates out of image bounds are periodically repeated.class
OutOfBoundsRandomValue<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.outOfBoundsRandomAccess
protected final RandomAccess<T>
OutOfBoundsBorder.outOfBoundsRandomAccess
protected final RandomAccess<T>
OutOfBoundsPeriodic.outOfBoundsRandomAccess
protected final RandomAccess<T>
AbstractOutOfBoundsValue.sampler
-
Uses of RandomAccess in net.imglib2.view
Classes in net.imglib2.view that implement RandomAccessModifier and TypeClassDescriptionfinal class
class
class
class
final class
protected final class
class
class
static final class
ARandomAccess
on aStackView
.static class
ARandomAccess
on aStackView
.class
final class
final class
TODOFields in net.imglib2.view declared as RandomAccessModifier and TypeFieldDescriptionprotected final RandomAccess<A>
RandomAccessiblePair.RandomAccess.a
protected final RandomAccess<B>
RandomAccessiblePair.RandomAccess.b
protected final RandomAccess<T>
HyperSlice.HyperSliceRandomAccess.sourceAccess
protected final RandomAccess<T>
SubsampleView.SubsampleRandomAccess.sourceRandomAccess
Methods 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 RandomAccessModifierConstructorDescriptionprotected
SubsampleRandomAccess
(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.sourceAccess
protected final RandomAccess<T>
CompositeView.CompositeRandomAccess.sourceAccess
Methods 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)