Uses of Class
net.imglib2.view.ExtendedRandomAccessibleInterval
Packages that use ExtendedRandomAccessibleInterval
-
Uses of ExtendedRandomAccessibleInterval in net.imglib2.view
Methods in net.imglib2.view that return ExtendedRandomAccessibleIntervalModifier and TypeMethodDescriptionstatic <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 with parameters of type ExtendedRandomAccessibleIntervalModifier and TypeMethodDescriptionprotected voidTransformBuilder.visitExtended(ExtendedRandomAccessibleInterval<T, ?> randomAccessible) Visit a ExtendedRandomAccessibleInterval (while traversing the view hierarchy).