Class NLinearInterpolatorARGBFactory
- java.lang.Object
-
- net.imglib2.interpolation.randomaccess.NLinearInterpolatorARGBFactory
-
- All Implemented Interfaces:
InterpolatorFactory<ARGBType,RandomAccessible<ARGBType>>
public class NLinearInterpolatorARGBFactory extends java.lang.Object implements InterpolatorFactory<ARGBType,RandomAccessible<ARGBType>>
- Author:
- Tobias Pietzsch, Stephan Preibisch, Stephan Saalfeld
-
-
Constructor Summary
Constructors Constructor Description NLinearInterpolatorARGBFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NLinearInterpolatorARGB
create(RandomAccessible<ARGBType> randomAccessible)
NLinearInterpolatorARGB
create(RandomAccessible<ARGBType> randomAccessible, RealInterval interval)
For now, ignore theRealInterval
and returncreate(RandomAccessible)
.
-
-
-
Method Detail
-
create
public NLinearInterpolatorARGB create(RandomAccessible<ARGBType> randomAccessible)
- Specified by:
create
in interfaceInterpolatorFactory<ARGBType,RandomAccessible<ARGBType>>
-
create
public NLinearInterpolatorARGB create(RandomAccessible<ARGBType> randomAccessible, RealInterval interval)
For now, ignore theRealInterval
and returncreate(RandomAccessible)
.- Specified by:
create
in interfaceInterpolatorFactory<ARGBType,RandomAccessible<ARGBType>>
-
-