Uses of Interface
net.imglib2.RandomAccess
-
-
Uses of RandomAccess in net.imglib2
Methods in net.imglib2 that return RandomAccess Modifier and Type Method Description RandomAccess<T>
RandomAccess. copyRandomAccess()
RandomAccess<T>
RandomAccessible. randomAccess()
Create a random access sampler for integer coordinates.RandomAccess<T>
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 RandomAccess Modifier and Type Class Description class
AbstractConvertedRandomAccess<A,B>
TODOFields in net.imglib2.converter declared as RandomAccess Modifier and Type Field Description protected RandomAccess<A>
AbstractConvertedRandomAccess. source
Constructors in net.imglib2.converter with parameters of type RandomAccess Constructor Description AbstractConvertedRandomAccess(RandomAccess<A> source)
-
Uses of RandomAccess in net.imglib2.converter.read
Classes in net.imglib2.converter.read that implement RandomAccess Modifier and Type Class Description class
ConvertedRandomAccess<A,B extends Type<B>>
TODOConstructors in net.imglib2.converter.read with parameters of type RandomAccess Constructor Description ConvertedRandomAccess(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 RandomAccess Modifier and Type Class Description class
WriteConvertedRandomAccess<A,B>
TODOConstructors in net.imglib2.converter.readwrite with parameters of type RandomAccess Constructor Description 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 Modifier and Type Method Description protected void
CompositeXYProjector. mapSingle(RandomAccess<A> sourceRandomAccess, Converter<A,ARGBType> conv)
protected void
CompositeXYRandomAccessibleProjector. mapSingle(RandomAccess<A> sourceRandomAccess, Converter<A,ARGBType> conv)
-
Uses of RandomAccess in net.imglib2.display.projector.sampler
Methods in net.imglib2.display.projector.sampler with parameters of type RandomAccess Modifier and Type Method Description void
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 RandomAccess Modifier and Type Method Description RandomAccess<LongType>
DiscreteFrequencyDistribution. randomAccess()
RandomAccess<LongType>
DiscreteFrequencyDistribution. randomAccess(Interval interval)
RandomAccess<LongType>
Histogram1d. randomAccess()
RandomAccess<LongType>
Histogram1d. randomAccess(Interval interval)
RandomAccess<LongType>
HistogramNd. randomAccess()
RandomAccess<LongType>
HistogramNd. randomAccess(Interval interval)
-
Uses of RandomAccess in net.imglib2.img
Methods in net.imglib2.img that return RandomAccess Modifier and Type Method Description RandomAccess<T>
AbstractImg. randomAccess(Interval interval)
-
Uses of RandomAccess in net.imglib2.img.array
Classes in net.imglib2.img.array that implement RandomAccess Modifier and Type Class Description class
ArrayRandomAccess<T extends NativeType<T>>
RandomAccess
on anArrayImg
. -
Uses of RandomAccess in net.imglib2.img.cell
Classes in net.imglib2.img.cell that implement RandomAccess Modifier and Type Class Description class
CellRandomAccess<T extends NativeType<T>,C extends Cell<?>>
RandomAccess
on aAbstractCellImg
.Fields in net.imglib2.img.cell declared as RandomAccess Modifier and Type Field Description protected RandomAccess<C>
CellRandomAccess. randomAccessOnCells
-
Uses of RandomAccess in net.imglib2.img.list
Classes in net.imglib2.img.list that implement RandomAccess Modifier and Type Class Description class
AbstractLongListImg.LongListRandomAccess
class
ListRandomAccess<T>
RandomAccess
on aListImg
. -
Uses of RandomAccess in net.imglib2.img.planar
Classes in net.imglib2.img.planar that implement RandomAccess Modifier and Type Class Description class
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 Modifier and Type Class Description class
NtreeRandomAccess<T extends NativeType<T>>
-
Uses of RandomAccess in net.imglib2.outofbounds
Subinterfaces of RandomAccess in net.imglib2.outofbounds Modifier and Type Interface Description interface
OutOfBounds<T>
interface
RealOutOfBounds<T>
Classes in net.imglib2.outofbounds that implement RandomAccess Modifier and Type Class Description class
AbstractOutOfBoundsMirror<T>
Abstract implementation of shared functions for mirroring out of bounds.class
AbstractOutOfBoundsValue<T extends Type<T>>
class
OutOfBoundsBorder<T>
Repeat the boundary pixels.class
OutOfBoundsConstantValue<T extends Type<T>>
class
OutOfBoundsMirrorDoubleBoundary<T>
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
OutOfBoundsMirrorSingleBoundary<T>
Coordinates out of image bounds are mirrored at boundary coordinates.class
OutOfBoundsPeriodic<T>
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 RandomAccess Modifier and Type Field Description protected RandomAccess<T>
AbstractOutOfBoundsMirror. outOfBoundsRandomAccess
protected RandomAccess<T>
OutOfBoundsBorder. outOfBoundsRandomAccess
protected RandomAccess<T>
OutOfBoundsPeriodic. outOfBoundsRandomAccess
protected RandomAccess<T>
AbstractOutOfBoundsValue. sampler
-
Uses of RandomAccess in net.imglib2.view
Classes in net.imglib2.view that implement RandomAccess Modifier and Type Class Description class
FullSourceMapMixedRandomAccess<T>
class
FullSourceMapSlicingRandomAccess<T>
class
HyperSlice.HyperSliceRandomAccess
class
HyperSlicesView.HyperSlicesViewRandomAccess
class
MixedRandomAccess<T>
protected class
RandomAccessibleOnRealRandomAccessible.RandomAccessOnRealRandomAccessible
class
RandomAccessiblePair.RandomAccess
class
SlicingRandomAccess<T>
static class
StackView.DefaultRA<T>
ARandomAccess
on aStackView
.static class
StackView.MoveAllSlicesRA<T>
ARandomAccess
on aStackView
.class
SubsampleView.SubsampleRandomAccess
class
TransformRandomAccess<T>
class
TranslationRandomAccess<T>
TODOFields in net.imglib2.view declared as RandomAccess Modifier and Type Field Description protected RandomAccess<A>
RandomAccessiblePair.RandomAccess. a
protected RandomAccess<B>
RandomAccessiblePair.RandomAccess. b
protected RandomAccess<T>
HyperSlice.HyperSliceRandomAccess. sourceAccess
protected RandomAccess<T>
SubsampleView.SubsampleRandomAccess. sourceRandomAccess
Methods in net.imglib2.view that return RandomAccess Modifier and Type Method Description RandomAccess<T>
ExtendedRandomAccessibleInterval. randomAccess(Interval interval)
RandomAccess<T>
HyperSlice. randomAccess(Interval interval)
RandomAccess<T>
IntervalView. randomAccess()
RandomAccess<T>
IntervalView. randomAccess(Interval interval)
RandomAccess<T>
IterableRandomAccessibleInterval. randomAccess()
RandomAccess<T>
IterableRandomAccessibleInterval. randomAccess(Interval i)
RandomAccess<T>
MixedTransformView. randomAccess()
RandomAccess<T>
MixedTransformView. randomAccess(Interval interval)
RandomAccess<T>
RandomAccessibleOnRealRandomAccessible. randomAccess()
RandomAccess<T>
RandomAccessibleOnRealRandomAccessible. randomAccess(Interval interval)
RandomAccess<T>
StackView. randomAccess()
RandomAccess<T>
StackView. randomAccess(Interval interval)
RandomAccess<T>
SubsampleView. randomAccess()
RandomAccess<T>
SubsampleView. randomAccess(Interval interval)
RandomAccess<T>
TransformView. randomAccess()
RandomAccess<T>
TransformView. randomAccess(Interval interval)
Constructors in net.imglib2.view with parameters of type RandomAccess Constructor Description SubsampleRandomAccess(RandomAccess<T> sourceRandomAccess)
-
Uses of RandomAccess in net.imglib2.view.composite
Classes in net.imglib2.view.composite that implement RandomAccess Modifier and Type Class Description class
CompositeView.CompositeRandomAccess
Fields in net.imglib2.view.composite declared as RandomAccess Modifier and Type Field Description protected RandomAccess<T>
AbstractComposite. sourceAccess
protected RandomAccess<T>
CompositeView.CompositeRandomAccess. sourceAccess
Methods in net.imglib2.view.composite with parameters of type RandomAccess Modifier and Type Method Description C
CompositeFactory. create(RandomAccess<T> sourceAccess)
GenericComposite<T>
GenericComposite.Factory. create(RandomAccess<T> sourceAccess)
NumericComposite<T>
NumericComposite.Factory. create(RandomAccess<T> sourceAccess)
RealComposite<T>
RealComposite.Factory. create(RandomAccess<T> sourceAccess)
Constructors in net.imglib2.view.composite with parameters of type RandomAccess Constructor Description AbstractComposite(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)
-