Class ClampingNLinearInterpolatorFactory<T extends NumericType<T>>

java.lang.Object
net.imglib2.interpolation.randomaccess.ClampingNLinearInterpolatorFactory<T>
Type Parameters:
T -
All Implemented Interfaces:
InterpolatorFactory<T, RandomAccessible<T>>

public class ClampingNLinearInterpolatorFactory<T extends NumericType<T>> extends Object implements InterpolatorFactory<T, RandomAccessible<T>>
Provides clamping n-linear interpolators for volatile and non-volatile types.