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 intgeta()intgetb()floatgetw()voidseta(int a)voidsetb(int b)voidsetw(float w)
-