Class AlgorithmUnionFindWatershed.indexValueItem

java.lang.Object
gov.nih.mipav.model.algorithms.AlgorithmUnionFindWatershed.indexValueItem
Enclosing class:
AlgorithmUnionFindWatershed

private class AlgorithmUnionFindWatershed.indexValueItem extends Object
  • Field Details

    • index

      private int index
    • value

      private double value
  • Constructor Details

    • indexValueItem

      public indexValueItem(int index, double value)
  • Method Details

    • getIndex

      public int getIndex()
    • getValue

      public double getValue()