Uses of Interface
net.imglib2.outofbounds.RealOutOfBoundsFactory
-
Packages that use RealOutOfBoundsFactory Package Description net.imglib2.view -
-
Uses of RealOutOfBoundsFactory in net.imglib2.view
Fields in net.imglib2.view declared as RealOutOfBoundsFactory Modifier and Type Field Description protected RealOutOfBoundsFactory<T,? super F>
ExtendedRealRandomAccessibleRealInterval. factory
Methods in net.imglib2.view that return RealOutOfBoundsFactory Modifier and Type Method Description RealOutOfBoundsFactory<T,? super F>
ExtendedRealRandomAccessibleRealInterval. getOutOfBoundsFactory()
Constructors in net.imglib2.view with parameters of type RealOutOfBoundsFactory Constructor Description ExtendedRealRandomAccessibleRealInterval(F source, RealOutOfBoundsFactory<T,? super F> factory)
-