Package gov.nih.mipav.model.algorithms
Class AlgorithmUnionFindWatershed.indexValueItem
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.AlgorithmUnionFindWatershed.indexValueItem
-
- Enclosing class:
- AlgorithmUnionFindWatershed
private class AlgorithmUnionFindWatershed.indexValueItem extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description indexValueItem(int index, double value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getIndex()
double
getValue()
-