public class NLinearInterpolatorARGBFactory extends Object implements InterpolatorFactory<ARGBType,RandomAccessible<ARGBType>>
Constructor and Description |
---|
NLinearInterpolatorARGBFactory() |
Modifier and Type | Method and Description |
---|---|
NLinearInterpolatorARGB |
create(RandomAccessible<ARGBType> randomAccessible) |
NLinearInterpolatorARGB |
create(RandomAccessible<ARGBType> randomAccessible,
RealInterval interval)
For now, ignore the
RealInterval and return
create(RandomAccessible) . |
public NLinearInterpolatorARGB create(RandomAccessible<ARGBType> randomAccessible)
create
in interface InterpolatorFactory<ARGBType,RandomAccessible<ARGBType>>
public NLinearInterpolatorARGB create(RandomAccessible<ARGBType> randomAccessible, RealInterval interval)
RealInterval
and return
create(RandomAccessible)
.create
in interface InterpolatorFactory<ARGBType,RandomAccessible<ARGBType>>
Copyright © 2015–2022 ImgLib2. All rights reserved.