Uses of Interface
net.imglib2.outofbounds.OutOfBoundsFactory
Packages that use OutOfBoundsFactory
-
Uses of OutOfBoundsFactory in net.imglib2.blocks
Fields in net.imglib2.blocks declared as OutOfBoundsFactoryModifier and TypeFieldDescriptionprivate final OutOfBoundsFactory<T, F> ExtensionImpl.UnknownExtension.oobFactoryMethods in net.imglib2.blocks that return OutOfBoundsFactoryModifier and TypeMethodDescriptionExtensionImpl.UnknownExtension.getOobFactory()OutOfBoundsFactory<?, ?> ViewNode.ExtensionViewNode.getOutOfBoundsFactory()Methods in net.imglib2.blocks with parameters of type OutOfBoundsFactoryModifier and TypeMethodDescriptionstatic ExtensionExtension.of(OutOfBoundsFactory<?, ?> oobFactory) Constructors in net.imglib2.blocks with parameters of type OutOfBoundsFactoryModifierConstructorDescription(package private)UnknownExtension(OutOfBoundsFactory<T, F> oobFactory) -
Uses of OutOfBoundsFactory in net.imglib2.outofbounds
Classes in net.imglib2.outofbounds that implement OutOfBoundsFactoryModifier and TypeClassDescriptionclassOutOfBoundsBorderFactory<T, F extends Interval & RandomAccessible<T>>Strategy to repeat the boundary pixels (createsOutOfBoundsBorder).classOutOfBoundsConstantValueFactory<T, F extends Interval & RandomAccessible<T>>classOutOfBoundsMirrorExpWindowingFactory<T extends NumericType<T>, F extends Interval & RandomAccessible<T>>TODOclassOutOfBoundsMirrorFactory<T, F extends Interval & RandomAccessible<T>>Create appropriate strategies that virtually mirror aRandomAccessibleat its boundaries.classOutOfBoundsPeriodicFactory<T, F extends Interval & RandomAccessible<T>>Create appropriate strategies that virtually extend aRandomAccessibleIntervalperiodically.classOutOfBoundsRandomValueFactory<T extends RealType<T>, F extends Interval & RandomAccessible<T>> -
Uses of OutOfBoundsFactory in net.imglib2.view
Fields in net.imglib2.view declared as OutOfBoundsFactoryModifier and TypeFieldDescriptionprotected final OutOfBoundsFactory<T, ? super F> ExtendedRandomAccessibleInterval.factoryMethods in net.imglib2.view that return OutOfBoundsFactoryModifier and TypeMethodDescriptionOutOfBoundsFactory<T, ? super F> ExtendedRandomAccessibleInterval.getOutOfBoundsFactory()Methods in net.imglib2.view with parameters of type OutOfBoundsFactoryModifier 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.Constructors in net.imglib2.view with parameters of type OutOfBoundsFactoryModifierConstructorDescriptionExtendedRandomAccessibleInterval(F source, OutOfBoundsFactory<T, ? super F> factory)