Class AlgorithmGraphBasedSegmentation.edge

java.lang.Object
gov.nih.mipav.model.algorithms.AlgorithmGraphBasedSegmentation.edge
Enclosing class:
AlgorithmGraphBasedSegmentation

class AlgorithmGraphBasedSegmentation.edge extends Object
  • Field Details

    • w

      private float w
    • a

      private int a
    • b

      private int b
  • Constructor Details

    • edge

      edge()
  • Method Details

    • seta

      public void seta(int a)
    • geta

      public int geta()
    • setb

      public void setb(int b)
    • getb

      public int getb()
    • setw

      public void setw(float w)
    • getw

      public float getw()