Uses of Class
net.imglib2.interpolation.randomaccess.NLinearInterpolator
Packages that use NLinearInterpolator
-
Uses of NLinearInterpolator in net.imglib2.interpolation.randomaccess
Subclasses of NLinearInterpolator in net.imglib2.interpolation.randomaccessModifier and TypeClassDescriptionclass
NLinearInterpolator1D<T extends NumericType<T>>
class
NLinearInterpolator2D<T extends NumericType<T>>
class
NLinearInterpolator3D<T extends NumericType<T>>
class
N-linear interpolator for ARGB values with overflow check.Methods in net.imglib2.interpolation.randomaccess that return NLinearInterpolatorModifier and TypeMethodDescriptionNLinearInterpolator.copy()
NLinearInterpolator.copyRealRandomAccess()
NLinearInterpolatorFactory.create
(RandomAccessible<T> randomAccessible) NLinearInterpolatorFactory.create
(RandomAccessible<T> randomAccessible, RealInterval interval) For now, ignore theRealInterval
and returnNLinearInterpolatorFactory.create(RandomAccessible)
.Constructors in net.imglib2.interpolation.randomaccess with parameters of type NLinearInterpolator