Package gpl.contour

Class GPLContourPoint

All Implemented Interfaces:
Serializable, Cloneable

public class GPLContourPoint extends Point
See Also:
  • Field Details

    • signalExcess

      public double signalExcess
    • totalEnergy

      public double totalEnergy
  • Constructor Details

    • GPLContourPoint

      public GPLContourPoint(Point p, double signalExcess, double energy)
    • GPLContourPoint

      public GPLContourPoint(int x, int y, double signalExcess, double energy)
  • Method Details

    • getSignalExcess

      public double getSignalExcess()
      Returns:
      the point amplitude
    • setSignalExcess

      public void setSignalExcess(double signalExcess)
      Parameters:
      amplitude - the point energy to set
    • getTotalEnergy

      public double getTotalEnergy()
      Returns:
      the totalEnergy