Class NLinearInterpolatorFactory<T extends NumericType<T>>
java.lang.Object
net.imglib2.interpolation.randomaccess.NLinearInterpolatorFactory<T>
- Type Parameters:
T
-
- All Implemented Interfaces:
InterpolatorFactory<T,
RandomAccessible<T>>
public class NLinearInterpolatorFactory<T extends NumericType<T>>
extends Object
implements InterpolatorFactory<T,RandomAccessible<T>>
- Author:
- Stephan Saalfeld, Tobias Pietzsch, Stephan Preibisch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate
(RandomAccessible<T> randomAccessible) create
(RandomAccessible<T> randomAccessible, RealInterval interval) For now, ignore theRealInterval
and returncreate(RandomAccessible)
.
-
Constructor Details
-
NLinearInterpolatorFactory
public NLinearInterpolatorFactory()
-
-
Method Details
-
create
- Specified by:
create
in interfaceInterpolatorFactory<T extends NumericType<T>,
RandomAccessible<T extends NumericType<T>>>
-
create
For now, ignore theRealInterval
and returncreate(RandomAccessible)
.- Specified by:
create
in interfaceInterpolatorFactory<T extends NumericType<T>,
RandomAccessible<T extends NumericType<T>>>
-