Package gov.nih.mipav.model.algorithms
Class AlgorithmPowerWatershed.Lifo
java.lang.Object
gov.nih.mipav.model.algorithms.AlgorithmPowerWatershed.Lifo
- Enclosing class:
AlgorithmPowerWatershed
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
Max
int Max -
Sp
int Sp -
Pts
int[] Pts
-
-
Constructor Details
-
Lifo
Lifo()
-
-
Method Details
-
setMax
public void setMax(int Max) -
setSp
public void setSp(int Sp) -
getMax
public int getMax() -
getSp
public int getSp() -
setPts
public void setPts(int index, int value) -
getPts
public int getPts(int index) -
deletePts
public void deletePts()
-