Uses of Interface
net.imglib2.RandomAccessible
Packages that use RandomAccessible
Package
Description
-
Uses of RandomAccessible in net.imglib2
Subinterfaces of RandomAccessible in net.imglib2 -
Uses of RandomAccessible in net.imglib2.converter
Classes in net.imglib2.converter with type parameters of type RandomAccessibleModifier and TypeClassDescriptionclass
AbstractConvertedIterableRandomAccessibleInterval<A,
B, S extends RandomAccessible<A> & IterableInterval<A>> TODOClasses in net.imglib2.converter that implement RandomAccessibleModifier and TypeClassDescriptionclass
AbstractConvertedIterableRandomAccessibleInterval<A,
B, S extends RandomAccessible<A> & IterableInterval<A>> TODOclass
TODOclass
Fields in net.imglib2.converter declared as RandomAccessibleModifier and TypeFieldDescriptionprotected final RandomAccessible<A>
AbstractConvertedRandomAccessible.source
Methods in net.imglib2.converter with type parameters of type RandomAccessibleModifier and TypeMethodDescriptionstatic final <A,
B extends Type<B>, S extends RandomAccessible<A> & IterableInterval<A>>
WriteConvertedIterableRandomAccessibleInterval<A,B, S> Converters.convertRandomAccessibleIterableInterval
(S source, SamplerConverter<? super A, B> converter) Create anWriteConvertedIterableRandomAccessibleInterval
whoseRandomAccesses
andCursors
Sampler.get()
you a converted sample.Methods in net.imglib2.converter that return RandomAccessibleModifier and TypeMethodDescriptionstatic final <A,
B extends Type<B>>
RandomAccessible<B>Converters.convert
(RandomAccessible<A> source, Converter<? super A, ? super B> converter, B b) AbstractConvertedRandomAccessible.getSource()
Methods in net.imglib2.converter with parameters of type RandomAccessibleModifier and TypeMethodDescriptionstatic final WriteConvertedRandomAccessible<ARGBType,
UnsignedByteType> Converters.argbChannel
(RandomAccessible<ARGBType> source, int channel) Create aWriteConvertedRandomAccessible
to one of the four channels encoded in aRandomAccessible
ofARGBType
.static final <A,
B extends Type<B>>
RandomAccessible<B>Converters.convert
(RandomAccessible<A> source, Converter<? super A, ? super B> converter, B b) static final <A,
B extends Type<B>>
WriteConvertedRandomAccessible<A,B> Converters.convert
(RandomAccessible<A> source, SamplerConverter<? super A, B> converter) Constructors in net.imglib2.converter with parameters of type RandomAccessible -
Uses of RandomAccessible in net.imglib2.converter.read
Classes in net.imglib2.converter.read that implement RandomAccessibleModifier and TypeClassDescriptionclass
ConvertedRandomAccessible<A,
B extends Type<B>> TODOclass
ConvertedRandomAccessibleInterval<A,
B extends Type<B>> TODOConstructors in net.imglib2.converter.read with parameters of type RandomAccessibleModifierConstructorDescriptionConvertedRandomAccessible
(RandomAccessible<A> source, Converter<? super A, ? super B> converter, B b) -
Uses of RandomAccessible in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite with type parameters of type RandomAccessibleModifier and TypeClassDescriptionclass
WriteConvertedIterableRandomAccessibleInterval<A,
B, S extends RandomAccessible<A> & IterableInterval<A>> TODOClasses in net.imglib2.converter.readwrite that implement RandomAccessibleModifier and TypeClassDescriptionclass
WriteConvertedIterableRandomAccessibleInterval<A,
B, S extends RandomAccessible<A> & IterableInterval<A>> TODOclass
TODOclass
TODOConstructors in net.imglib2.converter.readwrite with parameters of type RandomAccessibleModifierConstructorDescriptionWriteConvertedRandomAccessible
(RandomAccessible<A> source, SamplerConverter<? super A, B> converter) -
Uses of RandomAccessible in net.imglib2.display.projector
Fields in net.imglib2.display.projector declared as RandomAccessibleModifier and TypeFieldDescriptionprotected final RandomAccessible<A>
IterableIntervalProjector2D.source
protected final RandomAccessible<A>
RandomAccessibleProjector2D.source
Constructors in net.imglib2.display.projector with parameters of type RandomAccessibleModifierConstructorDescriptionIterableIntervalProjector2D
(int dimX, int dimY, RandomAccessible<A> source, IterableInterval<B> target, Converter<? super A, B> converter) creates a new 2D projector that samples a plain in the dimensions dimX, dimY.RandomAccessibleProjector2D
(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 RandomAccessible in net.imglib2.display.projector.sampler
Fields in net.imglib2.display.projector.sampler declared as RandomAccessibleConstructors in net.imglib2.display.projector.sampler with parameters of type RandomAccessibleModifierConstructorDescriptionSamplingProjector2D
(int dimX, int dimY, RandomAccessible<A> source, IterableInterval<B> target, Converter<ProjectedSampler<A>, B> converter, int projectedDimension, long[] projectedPositions) -
Uses of RandomAccessible in net.imglib2.display.projector.volatiles
Constructors in net.imglib2.display.projector.volatiles with parameters of type RandomAccessibleModifierConstructorDescriptionVolatile2DRandomAccessibleProjector
(int dimX, int dimY, RandomAccessible<A> source, RandomAccessibleInterval<B> target, Converter<? super A, B> converter) -
Uses of RandomAccessible in net.imglib2.display.screenimage.awt
Classes in net.imglib2.display.screenimage.awt that implement RandomAccessibleModifier 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 RandomAccessible in net.imglib2.histogram
Classes in net.imglib2.histogram that implement RandomAccessibleModifier 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 RandomAccessible in net.imglib2.img
Subinterfaces of RandomAccessible 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 RandomAccessibleModifier and TypeClassDescriptionclass
AbstractImg<T>
TODOclass
AbstractNativeImg<T extends NativeType<T>,
A> TODOclass
Allows aRandomAccessibleInterval
to be treated as anImg
. -
Uses of RandomAccessible in net.imglib2.img.array
Classes in net.imglib2.img.array that implement RandomAccessibleModifier and TypeClassDescriptionclass
ArrayImg<T extends NativeType<T>,
A> ThisImg
stores an image in a single linear array of basic types. -
Uses of RandomAccessible in net.imglib2.img.cell
Classes in net.imglib2.img.cell with type parameters of type RandomAccessibleModifier 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.Classes in net.imglib2.img.cell that implement RandomAccessibleModifier 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
Fields in net.imglib2.img.cell declared as RandomAccessible -
Uses of RandomAccessible in net.imglib2.img.list
Classes in net.imglib2.img.list that implement RandomAccessibleModifier 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 RandomAccessible in net.imglib2.img.planar
Classes in net.imglib2.img.planar that implement RandomAccessibleModifier 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 RandomAccessible in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement RandomAccessibleModifier and TypeClassDescriptionfinal class
NtreeImg<T extends NativeType<T>,
A extends NtreeAccess<?, A>> -
Uses of RandomAccessible in net.imglib2.interpolation.randomaccess
Methods in net.imglib2.interpolation.randomaccess with parameters of type RandomAccessibleModifier and TypeMethodDescriptionFloorInterpolatorFactory.create
(RandomAccessible<T> randomAccessible) FloorInterpolatorFactory.create
(RandomAccessible<T> randomAccessible, RealInterval interval) For now, ignore theRealInterval
and returnFloorInterpolatorFactory.create(RandomAccessible)
.LanczosInterpolatorFactory.create
(RandomAccessible<T> randomAccessible) LanczosInterpolatorFactory.create
(RandomAccessible<T> randomAccessible, RealInterval interval) For now, ignore theRealInterval
and returnLanczosInterpolatorFactory.create(RandomAccessible)
.NearestNeighborInterpolatorFactory.create
(RandomAccessible<T> randomAccessible) NearestNeighborInterpolatorFactory.create
(RandomAccessible<T> randomAccessible, RealInterval interval) For now, ignore theRealInterval
and returnNearestNeighborInterpolatorFactory.create(RandomAccessible)
.NLinearInterpolatorARGBFactory.create
(RandomAccessible<ARGBType> randomAccessible) NLinearInterpolatorARGBFactory.create
(RandomAccessible<ARGBType> randomAccessible, RealInterval interval) For now, ignore theRealInterval
and returnNLinearInterpolatorARGBFactory.create(RandomAccessible)
.NLinearInterpolatorFactory.create
(RandomAccessible<T> randomAccessible) NLinearInterpolatorFactory.create
(RandomAccessible<T> randomAccessible, RealInterval interval) For now, ignore theRealInterval
and returnNLinearInterpolatorFactory.create(RandomAccessible)
.Constructors in net.imglib2.interpolation.randomaccess with parameters of type RandomAccessibleModifierConstructorDescriptionprotected
FloorInterpolator
(RandomAccessible<T> randomAccessible) LanczosInterpolator
(RandomAccessible<T> randomAccessible, int alpha, boolean clip, double min, double max) Creates a new Lanczos-interpolationprotected
NearestNeighborInterpolator
(RandomAccessible<T> randomAccessible) protected
NLinearInterpolator
(RandomAccessible<T> randomAccessible) protected
NLinearInterpolator
(RandomAccessible<T> randomAccessible, T type) protected
NLinearInterpolator1D
(RandomAccessible<T> randomAccessible) protected
NLinearInterpolator1D
(RandomAccessible<T> randomAccessible, T type) protected
NLinearInterpolator2D
(RandomAccessible<T> randomAccessible) protected
NLinearInterpolator2D
(RandomAccessible<T> randomAccessible, T type) protected
NLinearInterpolator3D
(RandomAccessible<T> randomAccessible) protected
NLinearInterpolator3D
(RandomAccessible<T> randomAccessible, T type) protected
NLinearInterpolatorARGB
(RandomAccessible<ARGBType> randomAccessible) protected
NLinearInterpolatorARGB
(RandomAccessible<ARGBType> randomAccessible, ARGBType type) -
Uses of RandomAccessible in net.imglib2.outofbounds
Classes in net.imglib2.outofbounds with type parameters of type RandomAccessibleModifier and TypeClassDescriptionclass
OutOfBoundsBorderFactory<T,
F extends Interval & RandomAccessible<T>> Strategy to repeat the boundary pixels (createsOutOfBoundsBorder
).class
OutOfBoundsConstantValueFactory<T extends Type<T>,
F extends Interval & RandomAccessible<T>> class
OutOfBoundsMirrorExpWindowingFactory<T extends NumericType<T>,
F extends Interval & RandomAccessible<T>> TODOclass
OutOfBoundsMirrorFactory<T,
F extends Interval & RandomAccessible<T>> Create appropriate strategies that virtually mirror aRandomAccessible
at its boundaries.class
OutOfBoundsPeriodicFactory<T,
F extends Interval & RandomAccessible<T>> Create appropriate strategies that virtually extend aRandomAccessibleInterval
periodically.class
OutOfBoundsRandomValueFactory<T extends RealType<T>,
F extends Interval & RandomAccessible<T>> -
Uses of RandomAccessible in net.imglib2.util
Methods in net.imglib2.util with type parameters of type RandomAccessibleModifier and TypeMethodDescriptionstatic final <T,
F extends Interval & RandomAccessible<T>>
TUtil.getTypeFromInterval
(F rai) Gets an instance of T from theRandomAccessibleInterval
by querying the value at the min coordinateMethods in net.imglib2.util that return RandomAccessibleModifier and TypeMethodDescriptionstatic <T> RandomAccessible<T>
ConstantUtils.constantRandomAccessible
(T constant, int numDimensions) -
Uses of RandomAccessible in net.imglib2.view
Subinterfaces of RandomAccessible in net.imglib2.viewModifier and TypeInterfaceDescriptioninterface
A view of a RandomAccessible which is related by a coordinateTransform
to its source.Classes in net.imglib2.view that implement RandomAccessibleModifier and TypeClassDescriptionfinal class
ExtendedRandomAccessibleInterval<T,
F extends RandomAccessibleInterval<T>> class
HyperSlice<T>
class
class
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
TODOclass
class
RandomAccessiblePair<A,
B> ARandomAccessible
over two independentRandomAccessibles
whose type is thePair
of corresponding values at the same coordinates in either of the two sources.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
.class
SubsampleView
is a view that provides access to only every sdth value of a sourceRandomAccessible
.class
Fields in net.imglib2.view declared as RandomAccessibleModifier and TypeFieldDescriptionprotected RandomAccessible<T>
IntervalView.fullViewRandomAccessible
TODO Javadocprotected RandomAccessible<T>
MixedTransformView.fullViewRandomAccessible
protected RandomAccessible<T>
TransformView.fullViewRandomAccessible
protected final RandomAccessible<T>
HyperSlice.source
protected final RandomAccessible<T>
HyperSlicesView.source
protected final RandomAccessible<T>
IntervalView.source
The sourceRandomAccessible
.protected final RandomAccessible<T>
MixedTransformView.source
protected final RandomAccessible<T>
SubsampleView.source
protected RandomAccessible<T>
TransformBuilder.source
Provides the untransformed random access.protected final RandomAccessible<T>
TransformView.source
protected final RandomAccessible<A>
RandomAccessiblePair.sourceA
protected final RandomAccessible<B>
RandomAccessiblePair.sourceB
Methods in net.imglib2.view that return RandomAccessibleModifier and TypeMethodDescriptionprotected RandomAccessible<T>
TransformBuilder.build()
Create a sequence of wrapped RandomAccessibles from theTransformBuilder.transforms
list.static <S> RandomAccessible<S>
TransformBuilder.getEfficientRandomAccessible
(Interval interval, RandomAccessible<S> randomAccessible) Get a RandomAccessible which provides RandomAccess to the specifiedinterval
ofrandomAccessible
.IntervalView.getSource()
Gets the underlying sourceRandomAccessible
.MixedTransformView.getSource()
SubsampleView.getSource()
TransformedRandomAccessible.getSource()
Get the source of the TransformedRandomAccessible.TransformView.getSource()
static <T> RandomAccessible<? extends RandomAccessible<T>>
Views.hyperSlices
(RandomAccessible<T> source, int... axes) Provide an (n + m)-dimensionalRandomAccessible
of T as an m-dimensionalRandomAccessible
of n-dimensionalRandomAccessibles
of T.static <A,
B> RandomAccessible<Pair<A, B>> Views.pair
(RandomAccessible<A> sourceA, RandomAccessible<B> sourceB) protected RandomAccessible<T>
TransformBuilder.wrapGenericTransform
(RandomAccessible<T> s, Transform t) protected RandomAccessible<T>
TransformBuilder.wrapMixedTransform
(RandomAccessible<T> s, MixedTransform t) protected RandomAccessible<T>
TransformBuilder.wrapSlicingTransform
(RandomAccessible<T> s, SlicingTransform t) protected RandomAccessible<T>
TransformBuilder.wrapTranslationTransform
(RandomAccessible<T> s, TranslationTransform t) Methods in net.imglib2.view that return types with arguments of type RandomAccessibleModifier and TypeMethodDescriptionstatic <T> RandomAccessible<? extends RandomAccessible<T>>
Views.hyperSlices
(RandomAccessible<T> source, int... axes) Provide an (n + m)-dimensionalRandomAccessible
of T as an m-dimensionalRandomAccessible
of n-dimensionalRandomAccessibles
of T.Methods in net.imglib2.view with parameters of type RandomAccessibleModifier and TypeMethodDescriptionstatic <T> MixedTransformView<T>
Views.addDimension
(RandomAccessible<T> randomAccessible) Create view which adds a dimension to the sourceRandomAccessible
.static <T> CompositeView<T,
? extends GenericComposite<T>> Views.collapse
(RandomAccessible<T> source) Collapse the nth dimension of an n -dimensionalRandomAccessible
<T> into an (n -1)-dimensionalRandomAccessible
<GenericComposite
<T>>static <T extends NumericType<T>>
CompositeView<T,NumericComposite<T>> Views.collapseNumeric
(RandomAccessible<T> source, int numChannels) Collapse the nth dimension of an n -dimensionalRandomAccessible
<T extendsNumericType
<T>> into an (n-1)-dimensionalRandomAccessible
<NumericComposite
<T>>static <T extends RealType<T>>
CompositeView<T,RealComposite<T>> Views.collapseReal
(RandomAccessible<T> source, int numChannels) Collapse the nth dimension of an n -dimensionalRandomAccessible
<T extendsRealType
<T>> into an (n-1)-dimensionalRandomAccessible
<RealComposite
<T>>static <S> RandomAccessible<S>
TransformBuilder.getEfficientRandomAccessible
(Interval interval, RandomAccessible<S> randomAccessible) Get a RandomAccessible which provides RandomAccess to the specifiedinterval
ofrandomAccessible
.static <T> MixedTransformView<T>
Views.hyperSlice
(RandomAccessible<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> RandomAccessible<? extends RandomAccessible<T>>
Views.hyperSlices
(RandomAccessible<T> source, int... axes) Provide an (n + m)-dimensionalRandomAccessible
of T as an m-dimensionalRandomAccessible
of n-dimensionalRandomAccessibles
of T.static <T> IntervalView<T>
Views.interval
(RandomAccessible<T> randomAccessible, long[] min, long[] max) Define an interval on a RandomAccessible.static <T> IntervalView<T>
Views.interval
(RandomAccessible<T> randomAccessible, Interval interval) Define an interval on a RandomAccessible.static <T> MixedTransformView<T>
Views.invertAxis
(RandomAccessible<T> randomAccessible, int d) Invert the d-axis.static <T> MixedTransformView<T>
Views.offset
(RandomAccessible<T> randomAccessible, long... offset) Translate such that pixel at offset in randomAccessible is at the origin in the resulting view.static <T> IntervalView<T>
Views.offsetInterval
(RandomAccessible<T> randomAccessible, long[] offset, long[] dimension) Define an interval on a RandomAccessible and translate it such that the min corner is at the origin.static <T> IntervalView<T>
Views.offsetInterval
(RandomAccessible<T> randomAccessible, Interval interval) Define an interval on a RandomAccessible and translate it such that the min corner is at the origin.static <A,
B> RandomAccessible<Pair<A, B>> Views.pair
(RandomAccessible<A> sourceA, RandomAccessible<B> sourceB) static <T> MixedTransformView<T>
Views.permute
(RandomAccessible<T> randomAccessible, int fromAxis, int toAxis) Create view with permuted axes.static <T> MixedTransformView<T>
Views.rotate
(RandomAccessible<T> randomAccessible, int fromAxis, int toAxis) Create view that is rotated by 90 degrees.static <T> TransformView<T>
Views.shear
(RandomAccessible<T> source, int shearDimension, int referenceDimension) Positive shear transform of a RandomAccessible usingShearTransform
, i.e.static <T> IntervalView<T>
Views.shear
(RandomAccessible<T> source, Interval interval, int shearDimension, int referenceDimension) Positive shear transform of a RandomAccessible usingShearTransform
, i.e.static <T> SubsampleView<T>
Views.subsample
(RandomAccessible<T> source, long step) Sample only every stepth value of a sourceRandomAccessible
.static <T> SubsampleView<T>
Views.subsample
(RandomAccessible<T> source, long... steps) Sample only every stepdth value of a sourceRandomAccessible
.static <T> MixedTransformView<T>
Views.translate
(RandomAccessible<T> randomAccessible, long... translation) Translate the source view by the given translation vector.static <T> TransformView<T>
Views.unshear
(RandomAccessible<T> source, int shearDimension, int referenceDimension) Negative shear transform of a RandomAccessible usingInverseShearTransform
, i.e.static <T> IntervalView<T>
Views.unshear
(RandomAccessible<T> source, Interval interval, int shearDimension, int referenceDimension) Negative shear transform of a RandomAccessible usingInverseShearTransform
, i.e.protected void
TransformBuilder.visit
(RandomAccessible<T> randomAccessible) Visit a RandomAccessible (while traversing the view hierarchy).protected RandomAccessible<T>
TransformBuilder.wrapGenericTransform
(RandomAccessible<T> s, Transform t) protected RandomAccessible<T>
TransformBuilder.wrapMixedTransform
(RandomAccessible<T> s, MixedTransform t) protected RandomAccessible<T>
TransformBuilder.wrapSlicingTransform
(RandomAccessible<T> s, SlicingTransform t) protected RandomAccessible<T>
TransformBuilder.wrapTranslationTransform
(RandomAccessible<T> s, TranslationTransform t) Constructors in net.imglib2.view with parameters of type RandomAccessibleModifierConstructorDescriptionHyperSlice
(RandomAccessible<T> source, int[] fixedAxes, long[] position) Create a new HyperSlice at a position.HyperSlicesView
(RandomAccessible<T> source, int... axes) IntervalView
(RandomAccessible<T> source, long[] min, long[] max) Create a view that defines an interval on a source.IntervalView
(RandomAccessible<T> source, Interval interval) Create a view that defines an interval on a source.MixedTransformView
(RandomAccessible<T> source, Mixed transformToSource) RandomAccessiblePair
(RandomAccessible<A> sourceA, RandomAccessible<B> sourceB) SubsampleView
(RandomAccessible<T> source, long step) SubsampleView
(RandomAccessible<T> source, long... steps) protected
TransformBuilder
(Interval interval, RandomAccessible<T> randomAccessible) Create a new TransformBuilder.TransformView
(RandomAccessible<T> source, Transform transformToSource) -
Uses of RandomAccessible in net.imglib2.view.composite
Classes in net.imglib2.view.composite that implement RandomAccessibleModifier and TypeClassDescriptionclass
CompositeIntervalView<T,
C extends Composite<T>> class
CompositeView<T,
C extends Composite<T>> Fields in net.imglib2.view.composite declared as RandomAccessibleConstructors in net.imglib2.view.composite with parameters of type RandomAccessibleModifierConstructorDescriptionCompositeView
(RandomAccessible<T> source, CompositeFactory<T, C> compositeFactory) -
Uses of RandomAccessible in net.imglib2.view.iteration
Methods in net.imglib2.view.iteration with parameters of type RandomAccessibleModifier and TypeMethodDescriptionstatic <S> IterableInterval<S>
IterableTransformBuilder.getEfficientIterableInterval
(Interval interval, RandomAccessible<S> randomAccessible) Constructors in net.imglib2.view.iteration with parameters of type RandomAccessibleModifierConstructorDescriptionIterableTransformBuilder
(Interval interval, RandomAccessible<T> randomAccessible) Create a new IterableTransformBuilder.