| DCMTK Version 3.6.9
    OFFIS DICOM Toolkit | 
General purpose class hiding global functions, constants and types in the segmentation context from the global namespace. More...
| Public Types | |
| enum | E_SegmentationType { ST_UNKNOWN , ST_BINARY , ST_FRACTIONAL } | 
| Segmentation object types.  More... | |
| enum | E_SegmentAlgoType { SAT_UNKNOWN , SAT_AUTOMATIC , SAT_SEMIAUTOMATIC , SAT_MANUAL } | 
| Segment Algorithm Type.  More... | |
| enum | E_SegmentationFractionalType { SFT_UNKNOWN , SFT_PROBABILITY , SFT_OCCUPANCY } | 
| Segmentation object Fractional Type.  More... | |
| Static Public Member Functions | |
| static OFString | algoType2OFString (E_SegmentAlgoType algo) | 
| Return string representation of algorithm type. | |
| static E_SegmentAlgoType | OFString2AlgoType (const OFString &algoType) | 
| Return enum representation of algorithm type string as found in segmentation objects. | |
| static DcmSegTypes::E_SegmentationType | OFString2Segtype (const OFString &value) | 
| Return enum representation of segmentation type string as found in segmentation objects. | |
| static OFString | segtype2OFString (const DcmSegTypes::E_SegmentationType &value) | 
| Return string representation from segmentation enum type. | |
| static DcmSegTypes::E_SegmentationFractionalType | OFString2FractionalType (const OFString &value) | 
| Return enum representation of fractional type string as found in segmentation objects. | |
General purpose class hiding global functions, constants and types in the segmentation context from the global namespace.
Segmentation object Fractional Type.
| 
 | static | 
Return string representation of algorithm type.
| algo | The algorithm type | 
| 
 | static | 
Return enum representation of algorithm type string as found in segmentation objects.
| algoType | The algorithm type as a string | 
| 
 | static | 
Return enum representation of fractional type string as found in segmentation objects.
| value | The fractional type as a string | 
| 
 | static | 
Return enum representation of segmentation type string as found in segmentation objects.
| value | The segmentation type as a string | 
| 
 | static | 
Return string representation from segmentation enum type.
| value | The segmentation type as enum value |