Uses of Class
net.imglib2.interpolation.randomaccess.NLinearInterpolator
-
Packages that use NLinearInterpolator Package Description net.imglib2.interpolation.randomaccess -
-
Uses of NLinearInterpolator in net.imglib2.interpolation.randomaccess
Subclasses of NLinearInterpolator in net.imglib2.interpolation.randomaccess Modifier and Type Class Description class
NLinearInterpolator1D<T extends NumericType<T>>
class
NLinearInterpolator2D<T extends NumericType<T>>
class
NLinearInterpolator3D<T extends NumericType<T>>
class
NLinearInterpolatorARGB
N-linear interpolator for ARGB values with overflow check.Methods in net.imglib2.interpolation.randomaccess that return NLinearInterpolator Modifier and Type Method Description NLinearInterpolator<T>
NLinearInterpolator. copy()
NLinearInterpolator<T>
NLinearInterpolator. copyRealRandomAccess()
NLinearInterpolator<T>
NLinearInterpolatorFactory. create(RandomAccessible<T> randomAccessible)
NLinearInterpolator<T>
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 Constructor Description NLinearInterpolator(NLinearInterpolator<T> interpolator)
-