Class Grid


  • public class Grid
    extends Object
    • Field Detail

      • x

        protected float[] x
      • y

        protected float[] y
      • z

        protected float[][] z
    • Constructor Detail

      • Grid

        public Grid()
      • Grid

        public Grid​(float[] x,
                    float[] y,
                    float[][] z)
      • Grid

        public Grid​(int[] x,
                    int[] y,
                    int[][] z)
    • Method Detail

      • setData

        public void setData​(float[] x,
                            float[] y,
                            float[][] z)
      • setData

        public void setData​(int[] x,
                            int[] y,
                            int[][] z)
      • getX

        public float[] getX()
      • getY

        public float[] getY()
      • getZ

        public float[][] getZ()
      • toFloatArray

        protected float[] toFloatArray​(int[] input)
      • toFloatArray

        protected float[][] toFloatArray​(int[][] input)