Uses of Class
net.imglib2.interpolation.randomaccess.FloorInterpolator
-
Packages that use FloorInterpolator Package Description net.imglib2.interpolation.randomaccess -
-
Uses of FloorInterpolator in net.imglib2.interpolation.randomaccess
Methods in net.imglib2.interpolation.randomaccess that return FloorInterpolator Modifier and Type Method Description FloorInterpolator<T>
FloorInterpolator. copy()
FloorInterpolator<T>
FloorInterpolator. copyRealRandomAccess()
FloorInterpolator<T>
FloorInterpolatorFactory. create(RandomAccessible<T> randomAccessible)
FloorInterpolator<T>
FloorInterpolatorFactory. create(RandomAccessible<T> randomAccessible, RealInterval interval)
For now, ignore theRealInterval
and returnFloorInterpolatorFactory.create(RandomAccessible)
.Constructors in net.imglib2.interpolation.randomaccess with parameters of type FloorInterpolator Constructor Description FloorInterpolator(FloorInterpolator<T> floorInterpolator)
-