Class Scans


  • public class Scans
    extends java.lang.Object
    Scans data of the calibration. It contains a Grid with the scans divided by cell and the list of points
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Scans EMPTY  
    • Constructor Summary

      Constructors 
      Constructor Description
      Scans​(Grid grid)  
    • Field Detail

      • EMPTY

        public static final Scans EMPTY
    • Constructor Detail

      • Scans

        public Scans​(Grid grid)
    • Method Detail

      • getGrid

        public Grid getGrid()
      • setPoints

        public void setPoints​(java.util.Collection<Point> points)
      • getPoints

        public java.util.Collection<Point> getPoints()