Uses of Interface
net.imglib2.RealRandomAccessible
Packages that use RealRandomAccessible
Package
Description
-
Uses of RealRandomAccessible in net.imglib2
Subinterfaces of RealRandomAccessible in net.imglib2Modifier and TypeInterfaceDescriptioninterface
f:{x∈Rn|[min,max]→T} -
Uses of RealRandomAccessible in net.imglib2.converter
Classes in net.imglib2.converter that implement RealRandomAccessibleFields in net.imglib2.converter declared as RealRandomAccessibleModifier and TypeFieldDescriptionprotected final RealRandomAccessible
<A> AbstractConvertedRealRandomAccessible.source
Methods in net.imglib2.converter that return RealRandomAccessibleModifier and TypeMethodDescriptionstatic final <A,
B extends Type<B>>
RealRandomAccessible<B> Converters.convert
(RealRandomAccessible<A> source, Converter<? super A, ? super B> converter, B b) AbstractConvertedRealRandomAccessible.getSource()
Methods in net.imglib2.converter with parameters of type RealRandomAccessibleModifier and TypeMethodDescriptionstatic final <A,
B extends Type<B>>
RealRandomAccessible<B> Converters.convert
(RealRandomAccessible<A> source, Converter<? super A, ? super B> converter, B b) Constructors in net.imglib2.converter with parameters of type RealRandomAccessibleModifierConstructorDescription -
Uses of RealRandomAccessible in net.imglib2.converter.read
Classes in net.imglib2.converter.read that implement RealRandomAccessibleModifier and TypeClassDescriptionclass
ConvertedRealRandomAccessible<A,
B extends Type<B>> TODOclass
ConvertedRealRandomAccessibleRealInterval<A,
B extends Type<B>> TODOConstructors in net.imglib2.converter.read with parameters of type RealRandomAccessibleModifierConstructorDescriptionConvertedRealRandomAccessible
(RealRandomAccessible<A> source, Converter<? super A, ? super B> converter, B b) -
Uses of RealRandomAccessible in net.imglib2.interpolation
Classes in net.imglib2.interpolation that implement RealRandomAccessibleModifier and TypeClassDescriptionfinal class
Interpolant<T,
F extends EuclideanSpace> ARealRandomAccessible
that is generated through interpolation. -
Uses of RealRandomAccessible in net.imglib2.util
Methods in net.imglib2.util with type parameters of type RealRandomAccessibleModifier and TypeMethodDescriptionstatic final <T,
F extends RealInterval & RealRandomAccessible<T>>
TUtil.getTypeFromRealInterval
(F rai) Gets an instance of T from theRandomAccessibleInterval
by querying the value at the min coordinateMethods in net.imglib2.util that return RealRandomAccessibleModifier and TypeMethodDescriptionstatic <T> RealRandomAccessible
<T> ConstantUtils.constantRealRandomAccessible
(T constant, int numDimensions) -
Uses of RealRandomAccessible in net.imglib2.view
Classes in net.imglib2.view that implement RealRandomAccessibleModifier and TypeClassDescriptionfinal class
ImplementsRealRandomAccessible
for aRealRandomAccessibleRealInterval
through anRealOutOfBoundsFactory
.Fields in net.imglib2.view declared as RealRandomAccessibleModifier and TypeFieldDescriptionprotected final RealRandomAccessible
<T> RandomAccessibleOnRealRandomAccessible.source
Methods in net.imglib2.view that return RealRandomAccessibleModifier and TypeMethodDescriptionRandomAccessibleOnRealRandomAccessible.getSource()
static <T,
F extends EuclideanSpace>
RealRandomAccessible<T> Views.interpolate
(F source, InterpolatorFactory<T, F> factory) Returns aRealRandomAccessible
using interpolationMethods in net.imglib2.view with parameters of type RealRandomAccessibleModifier and TypeMethodDescriptionstatic <T> RandomAccessibleOnRealRandomAccessible
<T> Views.raster
(RealRandomAccessible<T> source) Turns aRealRandomAccessible
into aRandomAccessible
, providingRandomAccess
at integer coordinates.Constructors in net.imglib2.view with parameters of type RealRandomAccessibleModifierConstructorDescription