Package gov.nih.mipav.model.algorithms
Class AlgorithmGraphBasedSegmentation.edge
java.lang.Object
gov.nih.mipav.model.algorithms.AlgorithmGraphBasedSegmentation.edge
- Enclosing class:
AlgorithmGraphBasedSegmentation
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
w
private float w -
a
private int a -
b
private int b
-
-
Constructor Details
-
edge
edge()
-
-
Method Details
-
seta
public void seta(int a) -
geta
public int geta() -
setb
public void setb(int b) -
getb
public int getb() -
setw
public void setw(float w) -
getw
public float getw()
-