Package gov.nih.mipav.model.algorithms
Class AlgorithmPowerWatershed.Rbt
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.AlgorithmPowerWatershed.Rbt
-
- Enclosing class:
- AlgorithmPowerWatershed
class AlgorithmPowerWatershed.Rbt extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) AlgorithmPowerWatershed.RbtElt[]elts(package private) AlgorithmPowerWatershed.RbtEltlibre(package private) intmax(package private) intmaxutil(package private) AlgorithmPowerWatershed.RbtEltnil(package private) AlgorithmPowerWatershed.RbtEltroot(package private) intutil
-
Constructor Summary
Constructors Constructor Description Rbt()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlgorithmPowerWatershed.RbtElt[]getElts()AlgorithmPowerWatershed.RbtEltgetElts(int index)intgetEltsLength()AlgorithmPowerWatershed.RbtEltgetLibre()intgetMax()intgetMaxutil()AlgorithmPowerWatershed.RbtEltgetNil()AlgorithmPowerWatershed.RbtEltgetRoot()intgetUtil()voidsetElts(int index, AlgorithmPowerWatershed.RbtElt value)voidsetElts(AlgorithmPowerWatershed.RbtElt[] elts)voidsetLibre(AlgorithmPowerWatershed.RbtElt libre)voidsetMax(int max)voidsetMaxutil(int maxutil)voidsetNil(AlgorithmPowerWatershed.RbtElt nil)voidsetRoot(AlgorithmPowerWatershed.RbtElt root)voidsetUtil(int util)
-
-
-
Field Detail
-
max
int max
-
util
int util
-
maxutil
int maxutil
-
root
AlgorithmPowerWatershed.RbtElt root
-
nil
AlgorithmPowerWatershed.RbtElt nil
-
libre
AlgorithmPowerWatershed.RbtElt libre
-
elts
AlgorithmPowerWatershed.RbtElt[] elts
-
-
Method Detail
-
setMax
public void setMax(int max)
-
getMax
public int getMax()
-
setUtil
public void setUtil(int util)
-
getUtil
public int getUtil()
-
setMaxutil
public void setMaxutil(int maxutil)
-
getMaxutil
public int getMaxutil()
-
setRoot
public void setRoot(AlgorithmPowerWatershed.RbtElt root)
-
getRoot
public AlgorithmPowerWatershed.RbtElt getRoot()
-
setNil
public void setNil(AlgorithmPowerWatershed.RbtElt nil)
-
getNil
public AlgorithmPowerWatershed.RbtElt getNil()
-
setLibre
public void setLibre(AlgorithmPowerWatershed.RbtElt libre)
-
getLibre
public AlgorithmPowerWatershed.RbtElt getLibre()
-
setElts
public void setElts(int index, AlgorithmPowerWatershed.RbtElt value)
-
getElts
public AlgorithmPowerWatershed.RbtElt getElts(int index)
-
setElts
public void setElts(AlgorithmPowerWatershed.RbtElt[] elts)
-
getElts
public AlgorithmPowerWatershed.RbtElt[] getElts()
-
getEltsLength
public int getEltsLength()
-
-