Uses of Interface
net.imglib2.RandomAccessibleInterval
Packages that use RandomAccessibleInterval
Package
Description
-
Uses of RandomAccessibleInterval in net.imglib2.converter
Classes in net.imglib2.converter that implement RandomAccessibleIntervalModifier and TypeClassDescriptionclass
AbstractConvertedIterableRandomAccessibleInterval<A,
B, S extends RandomAccessible<A> & IterableInterval<A>> TODOclass
Fields in net.imglib2.converter declared as RandomAccessibleIntervalModifier and TypeFieldDescriptionprotected final RandomAccessibleInterval<A>
AbstractConvertedRandomAccessibleInterval.source
Methods in net.imglib2.converter that return RandomAccessibleIntervalModifier and TypeMethodDescriptionstatic final RandomAccessibleInterval<UnsignedByteType>
Converters.argbChannels
(RandomAccessibleInterval<ARGBType> source) Create an (n+1)-dimensionalRandomAccessible
of an n-dimensionalRandomAccessible
that maps the four channels encoded inARGBType
into a dimension.static final RandomAccessibleInterval<UnsignedByteType>
Converters.argbChannels
(RandomAccessibleInterval<ARGBType> source, int... channels) Create an (n+1)-dimensionalRandomAccessible
of an n-dimensionalRandomAccessible
that maps the four channels encoded inARGBType
into a dimension.static final <A,
B extends Type<B>>
RandomAccessibleInterval<B>Converters.convert
(RandomAccessibleInterval<A> source, Converter<? super A, ? super B> converter, B b) Methods in net.imglib2.converter with parameters of type RandomAccessibleIntervalModifier and TypeMethodDescriptionstatic final WriteConvertedRandomAccessibleInterval<ARGBType,
UnsignedByteType> Converters.argbChannel
(RandomAccessibleInterval<ARGBType> source, int channel) Create aWriteConvertedRandomAccessibleInterval
to one of the four channels encoded in aRandomAccessibleInterval
ofARGBType
.static final RandomAccessibleInterval<UnsignedByteType>
Converters.argbChannels
(RandomAccessibleInterval<ARGBType> source) Create an (n+1)-dimensionalRandomAccessible
of an n-dimensionalRandomAccessible
that maps the four channels encoded inARGBType
into a dimension.static final RandomAccessibleInterval<UnsignedByteType>
Converters.argbChannels
(RandomAccessibleInterval<ARGBType> source, int... channels) Create an (n+1)-dimensionalRandomAccessible
of an n-dimensionalRandomAccessible
that maps the four channels encoded inARGBType
into a dimension.static final <A,
B extends Type<B>>
RandomAccessibleInterval<B>Converters.convert
(RandomAccessibleInterval<A> source, Converter<? super A, ? super B> converter, B b) static final <A,
B extends Type<B>>
WriteConvertedRandomAccessibleInterval<A,B> Converters.convert
(RandomAccessibleInterval<A> source, SamplerConverter<? super A, B> converter) Constructors in net.imglib2.converter with parameters of type RandomAccessibleIntervalModifierConstructorDescription -
Uses of RandomAccessibleInterval in net.imglib2.converter.read
Classes in net.imglib2.converter.read that implement RandomAccessibleIntervalModifier and TypeClassDescriptionclass
ConvertedRandomAccessibleInterval<A,
B extends Type<B>> TODOConstructors in net.imglib2.converter.read with parameters of type RandomAccessibleIntervalModifierConstructorDescriptionConvertedRandomAccessibleInterval
(RandomAccessibleInterval<A> source, Converter<? super A, ? super B> converter, B b) -
Uses of RandomAccessibleInterval in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite that implement RandomAccessibleIntervalModifier and TypeClassDescriptionclass
WriteConvertedIterableRandomAccessibleInterval<A,
B, S extends RandomAccessible<A> & IterableInterval<A>> TODOclass
TODOConstructors in net.imglib2.converter.readwrite with parameters of type RandomAccessibleIntervalModifierConstructorDescriptionWriteConvertedRandomAccessibleInterval
(RandomAccessibleInterval<A> source, SamplerConverter<? super A, B> converter) -
Uses of RandomAccessibleInterval in net.imglib2.display.projector
Fields in net.imglib2.display.projector declared as RandomAccessibleIntervalModifier and TypeFieldDescriptionprotected final RandomAccessibleInterval<B>
RandomAccessibleProjector2D.target
Constructors in net.imglib2.display.projector with parameters of type RandomAccessibleIntervalModifierConstructorDescriptionRandomAccessibleProjector2D
(int dimX, int dimY, RandomAccessible<A> source, RandomAccessibleInterval<B> target, Converter<? super A, B> converter) creates a new 2D projector that samples a plain in the dimensions dimX, dimY. -
Uses of RandomAccessibleInterval in net.imglib2.display.projector.composite
Fields in net.imglib2.display.projector.composite declared as RandomAccessibleIntervalModifier and TypeFieldDescriptionprotected final RandomAccessibleInterval<A>
CompositeXYRandomAccessibleProjector.source
protected final RandomAccessibleInterval<ARGBType>
CompositeXYRandomAccessibleProjector.target
Constructors in net.imglib2.display.projector.composite with parameters of type RandomAccessibleIntervalModifierConstructorDescriptionCompositeXYProjector
(RandomAccessibleInterval<A> source, IterableInterval<ARGBType> target, ArrayList<Converter<A, ARGBType>> converters, int dimIndex) CompositeXYRandomAccessibleProjector
(RandomAccessibleInterval<A> source, RandomAccessibleInterval<ARGBType> target, ArrayList<Converter<A, ARGBType>> converters, int dimIndex) -
Uses of RandomAccessibleInterval in net.imglib2.display.projector.sampler
Constructors in net.imglib2.display.projector.sampler with parameters of type RandomAccessibleIntervalModifierConstructorDescriptionSamplingProjector2D
(int dimX, int dimY, RandomAccessibleInterval<A> source, IterableInterval<B> target, Converter<ProjectedSampler<A>, B> converter, int projectedDimension) -
Uses of RandomAccessibleInterval in net.imglib2.display.projector.volatiles
Constructors in net.imglib2.display.projector.volatiles with parameters of type RandomAccessibleIntervalModifierConstructorDescriptionVolatile2DRandomAccessibleProjector
(int dimX, int dimY, RandomAccessible<A> source, RandomAccessibleInterval<B> target, Converter<? super A, B> converter) -
Uses of RandomAccessibleInterval in net.imglib2.display.screenimage.awt
Classes in net.imglib2.display.screenimage.awt that implement RandomAccessibleIntervalModifier and TypeClassDescriptionclass
class
ArrayImgAWTScreenImage<T extends NativeType<T>,
A> AnAWTScreenImage
that is anArrayImg
.class
AAWTScreenImage
that is anArrayImg<ByteType, ByteArray>
.class
AAWTScreenImage
that is anArrayImg<DoubleType, DoubleArray>
.class
AAWTScreenImage
that is anArrayImg<FloatType, FloatArray>
.class
AAWTScreenImage
that is anArrayImg<ShortType, ShortArray>
.class
AAWTScreenImage
that is anArrayImg<ShortType, ShortArray>
.class
AAWTScreenImage
that is anArrayImg<UnsignedByteType, ByteArray>
.class
AAWTScreenImage
that is anArrayImg<ShortType, ShortArray>
.class
AAWTScreenImage
that is anArrayImg<UnsignedShortType, ShortArray>
. -
Uses of RandomAccessibleInterval in net.imglib2.histogram
Classes in net.imglib2.histogram that implement RandomAccessibleIntervalModifier and TypeClassDescriptionclass
This class represents an n-dimensional set of counters.class
Histogram1d<T>
A Histogram1d is a histogram that tracks up to four kinds of values: 1) values in the center of the distribution 2) values to the left of the center of the distribution (lower tail) 3) values to the right of the center of the distribution (upper tail) 4) values outside the other areasclass
HistogramNd<T>
A HistogramNd is an n-dimensional histogram that tracks up to four kinds of values: 1) values in the center of the distribution 2) values to the left of the center of the distribution (lower tail) 3) values to the right of the center of the distribution (upper tail) 4) values outside the other areas -
Uses of RandomAccessibleInterval in net.imglib2.img
Subinterfaces of RandomAccessibleInterval in net.imglib2.imgModifier and TypeInterfaceDescriptioninterface
Img<T>
AnImg
is aRandomAccessibleInterval
that has its min at 0n and its max positive.interface
TODOClasses in net.imglib2.img that implement RandomAccessibleIntervalModifier and TypeClassDescriptionclass
AbstractImg<T>
TODOclass
AbstractNativeImg<T extends NativeType<T>,
A> TODOclass
Allows aRandomAccessibleInterval
to be treated as anImg
.Methods in net.imglib2.img with parameters of type RandomAccessibleIntervalModifier and TypeMethodDescriptionImgView.wrap
(RandomAccessibleInterval<T> accessible, ImgFactory<T> factory) Represent an arbitrary RandomAccessibleInterval as an ImgConstructors in net.imglib2.img with parameters of type RandomAccessibleIntervalModifierConstructorDescriptionImgView
(RandomAccessibleInterval<T> in, ImgFactory<T> fac) Deprecated. -
Uses of RandomAccessibleInterval in net.imglib2.img.array
Classes in net.imglib2.img.array that implement RandomAccessibleIntervalModifier and TypeClassDescriptionclass
ArrayImg<T extends NativeType<T>,
A> ThisImg
stores an image in a single linear array of basic types. -
Uses of RandomAccessibleInterval in net.imglib2.img.cell
Classes in net.imglib2.img.cell that implement RandomAccessibleIntervalModifier and TypeClassDescriptionclass
AbstractCellImg<T extends NativeType<T>,
A, C extends Cell<A>, I extends RandomAccessible<C> & IterableInterval<C>> Abstract superclass forImg
types that divide their underlying data into cells.class
CellImg<T extends NativeType<T>,
A> class
LazyCellImg<T extends NativeType<T>,
A> AAbstractCellImg
that obtains its Cells lazily when they are accessed.static final class
-
Uses of RandomAccessibleInterval in net.imglib2.img.list
Classes in net.imglib2.img.list that implement RandomAccessibleIntervalModifier and TypeClassDescriptionclass
Abstract base class forImg
that store pixels in a single linear array (anArrayList
or similar).In principle, the number of entities stored is limited toInteger.MAX_VALUE
.class
Abstract base class forImg
that store pixels in a single linear list addressed by a long.class
ListImg<T>
-
Uses of RandomAccessibleInterval in net.imglib2.img.planar
Classes in net.imglib2.img.planar that implement RandomAccessibleIntervalModifier and TypeClassDescriptionclass
PlanarImg<T extends NativeType<T>,
A extends ArrayDataAccess<A>> ANativeImg
that stores data in an list of primitive arrays, one per image plane. -
Uses of RandomAccessibleInterval in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement RandomAccessibleIntervalModifier and TypeClassDescriptionfinal class
NtreeImg<T extends NativeType<T>,
A extends NtreeAccess<?, A>> -
Uses of RandomAccessibleInterval in net.imglib2.util
Methods in net.imglib2.util that return RandomAccessibleIntervalModifier and TypeMethodDescriptionstatic <T> RandomAccessibleInterval<T>
ConstantUtils.constantRandomAccessibleInterval
(T constant, int numDimensions, Interval interval) -
Uses of RandomAccessibleInterval in net.imglib2.view
Classes in net.imglib2.view with type parameters of type RandomAccessibleIntervalModifier and TypeClassDescriptionfinal class
ExtendedRandomAccessibleInterval<T,
F extends RandomAccessibleInterval<T>> Classes in net.imglib2.view that implement RandomAccessibleIntervalModifier and TypeClassDescriptionclass
IntervalView<T>
IntervalView is a view that putsInterval
boundaries on its sourceRandomAccessible
.class
GeneratesCursors
that iterate aRandomAccessibleInterval
in flat order, that is: row by row, plane by plane, cube by cube, ...class
StackView<T>
A stack of n-dimensionalRandomAccessibleInterval
s, forming a (n+1)-dimensionalRandomAccessibleInterval
.class
SubsampleIntervalView
is a view that provides access to only every sdth value of a sourceRandomAccessibleInterval
.Fields in net.imglib2.view declared as RandomAccessibleIntervalMethods in net.imglib2.view with type parameters of type RandomAccessibleIntervalModifier and TypeMethodDescriptionstatic <T,
F extends RandomAccessibleInterval<T>>
IntervalView<T>Views.expand
(F source, OutOfBoundsFactory<T, ? super F> oob, long... border) Expand a RandomAccessibleInterval as specified by border.static <T,
F extends RandomAccessibleInterval<T>>
ExtendedRandomAccessibleInterval<T,F> Views.extend
(F source, OutOfBoundsFactory<T, ? super F> factory) Extend a RandomAccessibleInterval with an out-of-bounds strategy.static <T,
F extends RandomAccessibleInterval<T>>
ExtendedRandomAccessibleInterval<T,F> Views.extendBorder
(F source) Extend a RandomAccessibleInterval with an out-of-bounds strategy to repeat border pixels.static <T,
F extends RandomAccessibleInterval<T>>
ExtendedRandomAccessibleInterval<T,F> Views.extendMirrorDouble
(F source) Extend a RandomAccessibleInterval with a mirroring out-of-bounds strategy.static <T,
F extends RandomAccessibleInterval<T>>
ExtendedRandomAccessibleInterval<T,F> Views.extendMirrorSingle
(F source) Extend a RandomAccessibleInterval with a mirroring out-of-bounds strategy.static <T,
F extends RandomAccessibleInterval<T>>
ExtendedRandomAccessibleInterval<T,F> Views.extendPeriodic
(F source) Extend a RandomAccessibleInterval with a periodic out-of-bounds strategy.static <T extends RealType<T>,
F extends RandomAccessibleInterval<T>>
ExtendedRandomAccessibleInterval<T,F> Views.extendRandom
(F source, double min, double max) Extend a RandomAccessibleInterval with a random-value out-of-bounds strategy.static <T extends Type<T>,
F extends RandomAccessibleInterval<T>>
ExtendedRandomAccessibleInterval<T,F> Views.extendValue
(F source, T value) Extend a RandomAccessibleInterval with a constant-value out-of-bounds strategy.static <T extends NumericType<T>,
F extends RandomAccessibleInterval<T>>
ExtendedRandomAccessibleInterval<T,F> Views.extendZero
(F source) Extend a RandomAccessibleInterval with a constant-value out-of-bounds strategy where the constant value is the zero-element of the data type.Methods in net.imglib2.view that return RandomAccessibleIntervalModifier and TypeMethodDescriptionstatic <T> RandomAccessibleInterval<T>
Views.concatenate
(int concatenationAxis, List<? extends RandomAccessibleInterval<T>> sources) Concatenate a list ofRandomAccessibleInterval
along the providedconcatenationAxis
.static <T> RandomAccessibleInterval<T>
Views.concatenate
(int concatenationAxis, RandomAccessibleInterval<T>... sources) Concatenate an array ofRandomAccessibleInterval
along the providedconcatenationAxis
.static <T> RandomAccessibleInterval<T>
Views.concatenate
(int concatenationAxis, StackView.StackAccessMode mode, List<? extends RandomAccessibleInterval<T>> sources) Concatenate a list ofRandomAccessibleInterval
along the providedconcatenationAxis
.static <T> RandomAccessibleInterval<T>
Views.concatenate
(int concatenationAxis, StackView.StackAccessMode mode, RandomAccessibleInterval<T>... sources) Concatenate an array ofRandomAccessibleInterval
along the providedconcatenationAxis
.static <T> RandomAccessibleInterval<T>
Views.dropSingletonDimensions
(RandomAccessibleInterval<T> source) Removes all unit dimensions (dimensions with size one) from the RandomAccessibleIntervalstatic <T> RandomAccessibleInterval<T>
Views.stack
(List<? extends RandomAccessibleInterval<T>> hyperslices) Form a (n+1)-dimensionalRandomAccessibleInterval
by stacking n-dimensionalRandomAccessibleInterval
s.static <T> RandomAccessibleInterval<T>
Views.stack
(RandomAccessibleInterval<T>... hyperslices) Form a (n+1)-dimensionalRandomAccessibleInterval
by stacking n-dimensionalRandomAccessibleInterval
s.static <T> RandomAccessibleInterval<T>
Views.stack
(StackView.StackAccessMode stackAccessMode, List<? extends RandomAccessibleInterval<T>> hyperslices) Form a (n+1)-dimensionalRandomAccessibleInterval
by stacking n-dimensionalRandomAccessibleInterval
s.static <T> RandomAccessibleInterval<T>
Views.stack
(StackView.StackAccessMode stackAccessMode, RandomAccessibleInterval<T>... hyperslices) Form a (n+1)-dimensionalRandomAccessibleInterval
by stacking n-dimensionalRandomAccessibleInterval
s.Methods in net.imglib2.view that return types with arguments of type RandomAccessibleIntervalModifier and TypeMethodDescriptionStackView.getSourceSlices()
Get the source slices that are stacked in thisStackView
.Methods in net.imglib2.view with parameters of type RandomAccessibleIntervalModifier and TypeMethodDescriptionstatic <T> IntervalView<T>
Views.addDimension
(RandomAccessibleInterval<T> interval, long minOfNewDim, long maxOfNewDim) Create view which adds a dimension to the sourceRandomAccessibleInterval
.static <T> CompositeIntervalView<T,
? extends GenericComposite<T>> Views.collapse
(RandomAccessibleInterval<T> source) Collapse the nth dimension of an n -dimensionalRandomAccessibleInterval
<T> into an ( n-1)-dimensionalRandomAccessibleInterval
<GenericComposite
<T>>static <T extends NumericType<T>>
CompositeIntervalView<T,NumericComposite<T>> Views.collapseNumeric
(RandomAccessibleInterval<T> source) Collapse the nth dimension of an n -dimensionalRandomAccessibleInterval
<T extendsNumericType
<T>> into an (n-1)-dimensionalRandomAccessibleInterval
<NumericComposite
<T>>static <T extends RealType<T>>
CompositeIntervalView<T,RealComposite<T>> Views.collapseReal
(RandomAccessibleInterval<T> source) Collapse the nth dimension of an n -dimensionalRandomAccessibleInterval
<T extendsRealType
<T>> into an (n-1)-dimensionalRandomAccessibleInterval
<RealComposite
<T>>static <T> RandomAccessibleInterval<T>
Views.concatenate
(int concatenationAxis, RandomAccessibleInterval<T>... sources) Concatenate an array ofRandomAccessibleInterval
along the providedconcatenationAxis
.static <T> RandomAccessibleInterval<T>
Views.concatenate
(int concatenationAxis, StackView.StackAccessMode mode, RandomAccessibleInterval<T>... sources) Concatenate an array ofRandomAccessibleInterval
along the providedconcatenationAxis
.static <T> IterableRandomAccessibleInterval<T>
IterableRandomAccessibleInterval.create
(RandomAccessibleInterval<T> interval) static <T> RandomAccessibleInterval<T>
Views.dropSingletonDimensions
(RandomAccessibleInterval<T> source) Removes all unit dimensions (dimensions with size one) from the RandomAccessibleIntervalstatic <T> IntervalView<T>
Views.expandBorder
(RandomAccessibleInterval<T> source, long... border) Expand a RandomAccessibleInterval as specified by border.static <T> IntervalView<T>
Views.expandMirrorDouble
(RandomAccessibleInterval<T> source, long... border) Expand a RandomAccessibleInterval as specified by border.static <T> IntervalView<T>
Views.expandMirrorSingle
(RandomAccessibleInterval<T> source, long... border) Expand a RandomAccessibleInterval as specified by border.static <T> IntervalView<T>
Views.expandPeriodic
(RandomAccessibleInterval<T> source, long... border) Expand a RandomAccessibleInterval as specified by border.static <T extends RealType<T>>
IntervalView<T>Views.expandRandom
(RandomAccessibleInterval<T> source, double min, double max, long... border) Expand a RandomAccessibleInterval as specified by border.static <T extends Type<T>>
IntervalView<T>Views.expandValue
(RandomAccessibleInterval<T> source, T t, long... border) Expand a RandomAccessibleInterval as specified by border.static <T extends NumericType<T>>
IntervalView<T>Views.expandZero
(RandomAccessibleInterval<T> source, long... border) Expand a RandomAccessibleInterval as specified by border.static <T> IterableInterval<T>
Views.flatIterable
(RandomAccessibleInterval<T> randomAccessibleInterval) Return anIterableInterval
havingFlatIterationOrder
.static <T> IntervalView<T>
Views.hyperSlice
(RandomAccessibleInterval<T> view, int d, long pos) take a (n-1)-dimensional slice of a n-dimensional view, fixing d-component of coordinates to pos.static <T> IntervalView<T>
Views.invertAxis
(RandomAccessibleInterval<T> interval, int d) Invert the d-axis.static <T> IterableInterval<T>
Views.iterable
(RandomAccessibleInterval<T> randomAccessibleInterval) Return anIterableInterval
.static <T> IntervalView<T>
Views.offset
(RandomAccessibleInterval<T> interval, long... offset) Translate such that pixel at offset in interval is at the origin in the resulting view.static <T> IntervalView<T>
Views.permute
(RandomAccessibleInterval<T> interval, int fromAxis, int toAxis) Create view with permuted axes.static <T> IntervalView<T>
Views.permuteCoordinateInverse
(RandomAccessibleInterval<T> source, int[] permutation, int d) Deprecated.static <T> IntervalView<T>
Views.permuteCoordinates
(RandomAccessibleInterval<T> source, int[] permutation) Bijective permutation of the integer coordinates in each dimension of aRandomAccessibleInterval
.static <T> IntervalView<T>
Views.permuteCoordinates
(RandomAccessibleInterval<T> source, int[] permutation, int d) Bijective permutation of the integer coordinates of one dimension of aRandomAccessibleInterval
.static <T> IntervalView<T>
Views.permuteCoordinatesInverse
(RandomAccessibleInterval<T> source, int[] permutation) Inverse Bijective permutation of the integer coordinates in each dimension of aRandomAccessibleInterval
.static <T> IntervalView<T>
Views.permuteCoordinatesInverse
(RandomAccessibleInterval<T> source, int[] permutation, int d) Inverse bijective permutation of the integer coordinates of one dimension of aRandomAccessibleInterval
.static <T> IntervalView<T>
Views.rotate
(RandomAccessibleInterval<T> interval, int fromAxis, int toAxis) Create view that is rotated by 90 degrees.static <T> RandomAccessibleInterval<T>
Views.stack
(RandomAccessibleInterval<T>... hyperslices) Form a (n+1)-dimensionalRandomAccessibleInterval
by stacking n-dimensionalRandomAccessibleInterval
s.static <T> RandomAccessibleInterval<T>
Views.stack
(StackView.StackAccessMode stackAccessMode, RandomAccessibleInterval<T>... hyperslices) Form a (n+1)-dimensionalRandomAccessibleInterval
by stacking n-dimensionalRandomAccessibleInterval
s.static <T> SubsampleIntervalView<T>
Views.subsample
(RandomAccessibleInterval<T> source, long step) Sample only every stepth value of a sourceRandomAccessibleInterval
.static <T> SubsampleIntervalView<T>
Views.subsample
(RandomAccessibleInterval<T> source, long... steps) Sample only every stepdth value of a sourceRandomAccessibleInterval
.static <T> IntervalView<T>
Views.translate
(RandomAccessibleInterval<T> interval, long... translation) Translate the source view by the given translation vector.static <T> IntervalView<T>
Views.zeroMin
(RandomAccessibleInterval<T> interval) Translate the source such that the upper left corner is at the originMethod parameters in net.imglib2.view with type arguments of type RandomAccessibleIntervalModifier and TypeMethodDescriptionstatic <T> RandomAccessibleInterval<T>
Views.concatenate
(int concatenationAxis, List<? extends RandomAccessibleInterval<T>> sources) Concatenate a list ofRandomAccessibleInterval
along the providedconcatenationAxis
.static <T> RandomAccessibleInterval<T>
Views.concatenate
(int concatenationAxis, StackView.StackAccessMode mode, List<? extends RandomAccessibleInterval<T>> sources) Concatenate a list ofRandomAccessibleInterval
along the providedconcatenationAxis
.static <T> RandomAccessibleInterval<T>
Views.stack
(List<? extends RandomAccessibleInterval<T>> hyperslices) Form a (n+1)-dimensionalRandomAccessibleInterval
by stacking n-dimensionalRandomAccessibleInterval
s.static <T> RandomAccessibleInterval<T>
Views.stack
(StackView.StackAccessMode stackAccessMode, List<? extends RandomAccessibleInterval<T>> hyperslices) Form a (n+1)-dimensionalRandomAccessibleInterval
by stacking n-dimensionalRandomAccessibleInterval
s.Constructors in net.imglib2.view with parameters of type RandomAccessibleIntervalModifierConstructorDescriptionDefaultRA
(RandomAccessibleInterval<T>[] slices) DefaultRA
(RandomAccessibleInterval<T>[] slices, Interval interval) MoveAllSlicesRA
(RandomAccessibleInterval<T>[] slices) MoveAllSlicesRA
(RandomAccessibleInterval<T>[] slices, Interval interval) SubsampleIntervalView
(RandomAccessibleInterval<T> source, long step) SubsampleIntervalView
(RandomAccessibleInterval<T> source, long... steps) Constructor parameters in net.imglib2.view with type arguments of type RandomAccessibleIntervalModifierConstructorDescriptionStackView
(List<? extends RandomAccessibleInterval<T>> hyperslices) StackView
(List<? extends RandomAccessibleInterval<T>> hyperslices, StackView.StackAccessMode stackAccessMode) -
Uses of RandomAccessibleInterval in net.imglib2.view.composite
Classes in net.imglib2.view.composite that implement RandomAccessibleIntervalMethods in net.imglib2.view.composite that return RandomAccessibleIntervalModifier and TypeMethodDescriptionprotected static final <T> RandomAccessibleInterval<T>
CompositeIntervalView.zeroMinN
(RandomAccessibleInterval<T> source) Methods in net.imglib2.view.composite with parameters of type RandomAccessibleIntervalModifier and TypeMethodDescriptionprotected static final <T> RandomAccessibleInterval<T>
CompositeIntervalView.zeroMinN
(RandomAccessibleInterval<T> source) Constructors in net.imglib2.view.composite with parameters of type RandomAccessibleIntervalModifierConstructorDescriptionCompositeIntervalView
(RandomAccessibleInterval<T> source, CompositeFactory<T, C> compositeFactory)
Views.permuteCoordinatesInverse(RandomAccessibleInterval, int[], int)