Package gov.nih.mipav.model.algorithms
Class AlgorithmPowerWatershed.Lifo
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.AlgorithmPowerWatershed.Lifo
-
- Enclosing class:
- AlgorithmPowerWatershed
class AlgorithmPowerWatershed.Lifo extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Lifo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
deletePts()
int
getMax()
int
getPts(int index)
int
getSp()
void
setMax(int Max)
void
setPts(int index, int value)
void
setSp(int Sp)
-