Interface InterpolatorFactory<T,F>

Type Parameters:
T - Type of values provided by the interpolator.
F - Type of function, which the interpolator operates on.
All Known Implementing Classes:
ClampingNLinearInterpolatorFactory, FloorInterpolatorFactory, InverseDistanceWeightingInterpolatorFactory, LanczosInterpolatorFactory, LinearRealRandomAccessibleStackInterpolatorFactory, NearestNeighborInterpolatorFactory, NearestNeighborRealRandomAccessibleStackInterpolatorFactory, NearestNeighborSearchInterpolatorFactory, NLinearInterpolatorARGBFactory, NLinearInterpolatorFactory

public interface InterpolatorFactory<T,F>