Class AlgorithmBSpline.ColorInterpolation

  • Enclosing class:
    AlgorithmBSpline

    private class AlgorithmBSpline.ColorInterpolation
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private double[][][][] colorData  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ColorInterpolation​(double[][][][] data)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private double[] interpolate​(double x, double y, double z)  
      private double[] interpolate2D​(double x, double y)  
      private void setup()  
      private void setup2D()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • colorData

        private double[][][][] colorData
    • Constructor Detail

      • ColorInterpolation

        private ColorInterpolation​(double[][][][] data)
    • Method Detail

      • setup

        private void setup()
      • setup2D

        private void setup2D()
      • interpolate

        private double[] interpolate​(double x,
                                     double y,
                                     double z)
      • interpolate2D

        private double[] interpolate2D​(double x,
                                       double y)