Package net.imglib2.interpolation.stack
Class LinearRealRandomAccessibleStackInterpolatorFactory<T extends NumericType<T>,F extends java.util.List<RealRandomAccessible<T>>>
- java.lang.Object
-
- net.imglib2.interpolation.stack.LinearRealRandomAccessibleStackInterpolatorFactory<T,F>
-
- All Implemented Interfaces:
InterpolatorFactory<T,F>
public class LinearRealRandomAccessibleStackInterpolatorFactory<T extends NumericType<T>,F extends java.util.List<RealRandomAccessible<T>>> extends java.lang.Object implements InterpolatorFactory<T,F>
-
-
Constructor Summary
Constructors Constructor Description LinearRealRandomAccessibleStackInterpolatorFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LinearRealRandomAccessibleStackInterpolator<T>create(F stack)LinearRealRandomAccessibleStackInterpolator<T>create(F stack, RealInterval interval)
-
-
-
Method Detail
-
create
public LinearRealRandomAccessibleStackInterpolator<T> create(F stack)
- Specified by:
createin interfaceInterpolatorFactory<T extends NumericType<T>,F extends java.util.List<RealRandomAccessible<T>>>
-
create
public LinearRealRandomAccessibleStackInterpolator<T> create(F stack, RealInterval interval)
- Specified by:
createin interfaceInterpolatorFactory<T extends NumericType<T>,F extends java.util.List<RealRandomAccessible<T>>>
-
-