T
- Type of values provided by the interpolator.F
- Type of function, which the interpolator operates on.public interface InterpolatorFactory<T,F>
Modifier and Type | Method and Description |
---|---|
RealRandomAccess<T> |
create(F f) |
RealRandomAccess<T> |
create(F f,
RealInterval interval) |
RealRandomAccess<T> create(F f)
RealRandomAccess<T> create(F f, RealInterval interval)
Copyright © 2015–2022 ImgLib2. All rights reserved.