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>>
-
-
Constructor Summary
Constructors Constructor Description NLinearInterpolatorARGBFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NLinearInterpolatorARGBcreate(RandomAccessible<ARGBType> randomAccessible)NLinearInterpolatorARGBcreate(RandomAccessible<ARGBType> randomAccessible, RealInterval interval)For now, ignore theRealIntervaland returncreate(RandomAccessible).
-
-
-
Method Detail
-
create
public NLinearInterpolatorARGB create(RandomAccessible<ARGBType> randomAccessible)
- Specified by:
createin interfaceInterpolatorFactory<ARGBType,RandomAccessible<ARGBType>>
-
create
public NLinearInterpolatorARGB create(RandomAccessible<ARGBType> randomAccessible, RealInterval interval)
For now, ignore theRealIntervaland returncreate(RandomAccessible).- Specified by:
createin interfaceInterpolatorFactory<ARGBType,RandomAccessible<ARGBType>>
-
-