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.RbtElt
libre
(package private) int
max
(package private) int
maxutil
(package private) AlgorithmPowerWatershed.RbtElt
nil
(package private) AlgorithmPowerWatershed.RbtElt
root
(package private) int
util
-
Constructor Summary
Constructors Constructor Description Rbt()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlgorithmPowerWatershed.RbtElt[]
getElts()
AlgorithmPowerWatershed.RbtElt
getElts(int index)
int
getEltsLength()
AlgorithmPowerWatershed.RbtElt
getLibre()
int
getMax()
int
getMaxutil()
AlgorithmPowerWatershed.RbtElt
getNil()
AlgorithmPowerWatershed.RbtElt
getRoot()
int
getUtil()
void
setElts(int index, AlgorithmPowerWatershed.RbtElt value)
void
setElts(AlgorithmPowerWatershed.RbtElt[] elts)
void
setLibre(AlgorithmPowerWatershed.RbtElt libre)
void
setMax(int max)
void
setMaxutil(int maxutil)
void
setNil(AlgorithmPowerWatershed.RbtElt nil)
void
setRoot(AlgorithmPowerWatershed.RbtElt root)
void
setUtil(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()
-
-