Class BufferWrapperRaster.InterpolantLookupTable

  • Enclosing class:
    BufferWrapperRaster

    protected static class BufferWrapperRaster.InterpolantLookupTable
    extends java.lang.Object
    • Field Detail

      • width

        protected int width
      • height

        protected int height
      • xParams

        protected double[] xParams
      • yParams

        protected double[] yParams
    • Constructor Detail

      • InterpolantLookupTable

        public InterpolantLookupTable​(int width,
                                      int height)
    • Method Detail

      • getInterpolantX

        public final boolean getInterpolantX​(int x,
                                             double[] params)
      • getInterpolantY

        public final boolean getInterpolantY​(int y,
                                             double[] params)
      • computeRangeX

        public final void computeRangeX​(double[] params)
      • computeRangeY

        public final void computeRangeY​(double[] params)
      • computeInterpolantRange

        protected static void computeInterpolantRange​(double[] params,
                                                      int size,
                                                      double[] result)