Class SchwarzChristoffelMapping.indexValueItem

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

private class SchwarzChristoffelMapping.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()