Class TgcInfo


  • public class TgcInfo
    extends java.lang.Object
    TGC information.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      double depth
      Depth in millimeters.
      double gain
      Gain in decibels.
    • Constructor Summary

      Constructors 
      Constructor Description
      TgcInfo()
      Default constructor.
      TgcInfo​(double depth, double gain)
      Constructor with parameters.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • depth

        public double depth
        Depth in millimeters.
      • gain

        public double gain
        Gain in decibels.
    • Constructor Detail

      • TgcInfo

        public TgcInfo()
        Default constructor.
      • TgcInfo

        public TgcInfo​(double depth,
                       double gain)
        Constructor with parameters.
        Parameters:
        depth - Depth in millimeters.
        gain - Gain in decibels.