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 theRealInterval
and returncreate(RandomAccessible)
.
-
Constructor Details
-
NLinearInterpolatorARGBFactory
public NLinearInterpolatorARGBFactory()
-
-
Method Details
-
create
- 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>>
-