Uses of Interface
net.imglib2.RealRandomAccessible
-
Packages that use RealRandomAccessible Package Description net.imglib2 net.imglib2.converter net.imglib2.converter.read net.imglib2.interpolation net.imglib2.util net.imglib2.view -
-
Uses of RealRandomAccessible in net.imglib2
Subinterfaces of RealRandomAccessible in net.imglib2 Modifier and Type Interface Description interface
RealRandomAccessibleRealInterval<T>
f:{x∈Rn|[min,max]→T} -
Uses of RealRandomAccessible in net.imglib2.converter
Classes in net.imglib2.converter that implement RealRandomAccessible Modifier and Type Class Description class
AbstractConvertedRealRandomAccessible<A,B>
TODOFields in net.imglib2.converter declared as RealRandomAccessible Modifier and Type Field Description protected RealRandomAccessible<A>
AbstractConvertedRealRandomAccessible. source
Methods in net.imglib2.converter that return RealRandomAccessible Modifier and Type Method Description static <A,B extends Type<B>>
RealRandomAccessible<B>Converters. convert(RealRandomAccessible<A> source, Converter<? super A,? super B> converter, B b)
RealRandomAccessible<A>
AbstractConvertedRealRandomAccessible. getSource()
Methods in net.imglib2.converter with parameters of type RealRandomAccessible Modifier and Type Method Description static <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 RealRandomAccessible Constructor Description AbstractConvertedRealRandomAccessible(RealRandomAccessible<A> source)
-
Uses of RealRandomAccessible in net.imglib2.converter.read
Classes in net.imglib2.converter.read that implement RealRandomAccessible Modifier and Type Class Description class
ConvertedRealRandomAccessible<A,B extends Type<B>>
TODOclass
ConvertedRealRandomAccessibleRealInterval<A,B extends Type<B>>
TODOConstructors in net.imglib2.converter.read with parameters of type RealRandomAccessible Constructor Description ConvertedRealRandomAccessible(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 RealRandomAccessible Modifier and Type Class Description 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 RealRandomAccessible Modifier and Type Method Description static <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 RealRandomAccessible Modifier and Type Method Description static <T> RealRandomAccessible<T>
ConstantUtils. constantRealRandomAccessible(T constant, int numDimensions)
-
Uses of RealRandomAccessible in net.imglib2.view
Classes in net.imglib2.view that implement RealRandomAccessible Modifier and Type Class Description class
ExtendedRealRandomAccessibleRealInterval<T,F extends RealRandomAccessibleRealInterval<T>>
ImplementsRealRandomAccessible
for aRealRandomAccessibleRealInterval
through anRealOutOfBoundsFactory
.Fields in net.imglib2.view declared as RealRandomAccessible Modifier and Type Field Description protected RealRandomAccessible<T>
RandomAccessibleOnRealRandomAccessible. source
Methods in net.imglib2.view that return RealRandomAccessible Modifier and Type Method Description RealRandomAccessible<T>
RandomAccessibleOnRealRandomAccessible. 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 RealRandomAccessible Modifier and Type Method Description static <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 RealRandomAccessible Constructor Description RandomAccessibleOnRealRandomAccessible(RealRandomAccessible<T> source)
-