Uses of Class
net.imglib2.interpolation.randomaccess.NLinearInterpolator1D
-
Packages that use NLinearInterpolator1D Package Description net.imglib2.interpolation.randomaccess -
-
Uses of NLinearInterpolator1D in net.imglib2.interpolation.randomaccess
Methods in net.imglib2.interpolation.randomaccess that return NLinearInterpolator1D Modifier and Type Method Description NLinearInterpolator1D<T>
NLinearInterpolator1D. copy()
Constructors in net.imglib2.interpolation.randomaccess with parameters of type NLinearInterpolator1D Constructor Description NLinearInterpolator1D(NLinearInterpolator1D<T> interpolator)
-