Package gov.nih.mipav.model.algorithms
Class AlgorithmGraphBasedSegmentation.edge
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.AlgorithmGraphBasedSegmentation.edge
-
- Enclosing class:
- AlgorithmGraphBasedSegmentation
class AlgorithmGraphBasedSegmentation.edge extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description edge()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
geta()
int
getb()
float
getw()
void
seta(int a)
void
setb(int b)
void
setw(float w)
-