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 classClampingNLinearInterpolatorRealType<T extends RealType<T>>N-linear interpolator forRealTypevalues with overflow check.classClampingNLinearInterpolatorVolatileARGB<T extends AbstractVolatileNumericType<ARGBType,T>>N-linear interpolator for volatile ARGB values with overflow check.classClampingNLinearInterpolatorVolatileRealType<R extends RealType<R>,T extends AbstractVolatileRealType<R,T>>N-linear interpolator forRealTypevalues with overflow check.classNLinearInterpolator1D<T extends NumericType<T>>classNLinearInterpolator2D<T extends NumericType<T>>classNLinearInterpolator3D<T extends NumericType<T>>classNLinearInterpolatorARGBN-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>NLinearInterpolatorFactory. create(RandomAccessible<T> randomAccessible)NLinearInterpolator<T>NLinearInterpolatorFactory. create(RandomAccessible<T> randomAccessible, RealInterval interval)For now, ignore theRealIntervaland returnNLinearInterpolatorFactory.create(RandomAccessible).Constructors in net.imglib2.interpolation.randomaccess with parameters of type NLinearInterpolator Constructor Description NLinearInterpolator(NLinearInterpolator<T> interpolator)
-