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.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(RandomAccessible<T> randomAccessible) create(RandomAccessible<T> randomAccessible, RealInterval interval) For now, ignore theRealIntervaland returncreate(RandomAccessible).
-
Constructor Details
-
ClampingNLinearInterpolatorFactory
public ClampingNLinearInterpolatorFactory()
-
-
Method Details
-
create
- Specified by:
createin interfaceInterpolatorFactory<T extends NumericType<T>, RandomAccessible<T extends NumericType<T>>>
-
create
For now, ignore theRealIntervaland returncreate(RandomAccessible).- Specified by:
createin interfaceInterpolatorFactory<T extends NumericType<T>, RandomAccessible<T extends NumericType<T>>>
-