Uses of Interface
net.imglib2.outofbounds.OutOfBoundsFactory
-
Packages that use OutOfBoundsFactory Package Description net.imglib2.blocks net.imglib2.outofbounds net.imglib2.view -
-
Uses of OutOfBoundsFactory in net.imglib2.blocks
Fields in net.imglib2.blocks declared as OutOfBoundsFactory Modifier and Type Field Description private OutOfBoundsFactory<T,F>ExtensionImpl.UnknownExtension. oobFactoryMethods in net.imglib2.blocks that return OutOfBoundsFactory Modifier and Type Method Description OutOfBoundsFactory<T,F>ExtensionImpl.UnknownExtension. getOobFactory()OutOfBoundsFactory<?,?>ViewNode.ExtensionViewNode. getOutOfBoundsFactory()Methods in net.imglib2.blocks with parameters of type OutOfBoundsFactory Modifier and Type Method Description static ExtensionExtension. of(OutOfBoundsFactory<?,?> oobFactory)Constructors in net.imglib2.blocks with parameters of type OutOfBoundsFactory Constructor Description UnknownExtension(OutOfBoundsFactory<T,F> oobFactory) -
Uses of OutOfBoundsFactory in net.imglib2.outofbounds
Classes in net.imglib2.outofbounds that implement OutOfBoundsFactory Modifier and Type Class Description classOutOfBoundsBorderFactory<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 OutOfBoundsFactory Modifier and Type Field Description protected OutOfBoundsFactory<T,? super F>ExtendedRandomAccessibleInterval. factoryMethods in net.imglib2.view that return OutOfBoundsFactory Modifier and Type Method Description OutOfBoundsFactory<T,? super F>ExtendedRandomAccessibleInterval. getOutOfBoundsFactory()Methods in net.imglib2.view with parameters of type OutOfBoundsFactory Modifier and Type Method Description static <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 OutOfBoundsFactory Constructor Description ExtendedRandomAccessibleInterval(F source, OutOfBoundsFactory<T,? super F> factory)
-