Package gov.nih.mipav.model.algorithms
Class SchwarzChristoffelMapping.indexValueItem
java.lang.Object
gov.nih.mipav.model.algorithms.SchwarzChristoffelMapping.indexValueItem
- Enclosing class:
SchwarzChristoffelMapping
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
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()
-