Class VertCoord

    • Method Detail

      • getId

        public int getId()
      • setId

        public void setId​(int id)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getUnits

        public String getUnits()
      • setUnits

        public void setUnits​(String units)
      • getValues1

        public double[] getValues1()
      • setValues1

        public void setValues1​(double[] values)
      • getValues2

        public double[] getValues2()
      • setValues2

        public void setValues2​(double[] values)
      • getSize

        public int getSize()
      • equalsData

        public boolean equalsData​(VertCoord other)
      • normalize

        public static void normalize​(VertCoord result,
                                     List<VertCoord> vcList)
        Extend result with all the values in the list of VertCoord Sort the values and recreate the double[] values array.
        Parameters:
        result - extend this coord
        vcList - list of VertCoord, may be empty