Class NLinearInterpolatorARGBFactory
java.lang.Object
net.imglib2.interpolation.randomaccess.NLinearInterpolatorARGBFactory
- All Implemented Interfaces:
InterpolatorFactory<ARGBType,RandomAccessible<ARGBType>>
public class NLinearInterpolatorARGBFactory
extends Object
implements InterpolatorFactory<ARGBType,RandomAccessible<ARGBType>>
- Author:
- Tobias Pietzsch, Stephan Preibisch, Stephan Saalfeld
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(RandomAccessible<ARGBType> randomAccessible) create(RandomAccessible<ARGBType> randomAccessible, RealInterval interval) For now, ignore theRealIntervaland returncreate(RandomAccessible).
-
Constructor Details
-
NLinearInterpolatorARGBFactory
public NLinearInterpolatorARGBFactory()
-
-
Method Details
-
create
- 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>>
-