Package gov.nih.mipav.model.algorithms
Class AlgorithmPowerWatershed.RbtElt
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.AlgorithmPowerWatershed.RbtElt
-
- Enclosing class:
- AlgorithmPowerWatershed
class AlgorithmPowerWatershed.RbtElt extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) intauxdata(package private) bytecolor(package private) doublekey(package private) AlgorithmPowerWatershed.RbtEltleft(package private) AlgorithmPowerWatershed.RbtEltparent(package private) AlgorithmPowerWatershed.RbtEltright
-
Constructor Summary
Constructors Constructor Description RbtElt()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAuxdata()bytegetColor()doublegetKey()AlgorithmPowerWatershed.RbtEltgetLeft()AlgorithmPowerWatershed.RbtEltgetParent()AlgorithmPowerWatershed.RbtEltgetRight()voidsetAuxdata(int auxdata)voidsetColor(byte color)voidsetKey(double key)voidsetLeft(AlgorithmPowerWatershed.RbtElt left)voidsetParent(AlgorithmPowerWatershed.RbtElt parent)voidsetRight(AlgorithmPowerWatershed.RbtElt right)
-
-
-
Field Detail
-
auxdata
int auxdata
-
key
double key
-
color
byte color
-
left
AlgorithmPowerWatershed.RbtElt left
-
right
AlgorithmPowerWatershed.RbtElt right
-
parent
AlgorithmPowerWatershed.RbtElt parent
-
-
Method Detail
-
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
public void setLeft(AlgorithmPowerWatershed.RbtElt left)
-
getLeft
public AlgorithmPowerWatershed.RbtElt getLeft()
-
setRight
public void setRight(AlgorithmPowerWatershed.RbtElt right)
-
getRight
public AlgorithmPowerWatershed.RbtElt getRight()
-
setParent
public void setParent(AlgorithmPowerWatershed.RbtElt parent)
-
getParent
public AlgorithmPowerWatershed.RbtElt getParent()
-
-