Package gov.nih.mipav.model.algorithms
Class AlgorithmPowerWatershed.RbtElt
java.lang.Object
gov.nih.mipav.model.algorithms.AlgorithmPowerWatershed.RbtElt
- Enclosing class:
AlgorithmPowerWatershed
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int(package private) byte(package private) double(package private) AlgorithmPowerWatershed.RbtElt(package private) AlgorithmPowerWatershed.RbtElt(package private) AlgorithmPowerWatershed.RbtElt -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
auxdata
int auxdata -
key
double key -
color
byte color -
left
-
right
-
parent
-
-
Constructor Details
-
RbtElt
RbtElt()
-
-
Method Details
-
setAuxdata
public void setAuxdata(int auxdata) -
getAuxdata
public int getAuxdata() -
setKey
public void setKey(double key) -
getKey
public double getKey() -
setColor
public void setColor(byte color) -
getColor
public byte getColor() -
setLeft
-
getLeft
-
setRight
-
getRight
-
setParent
-
getParent
-