DCMTK
Version 3.6.2
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. More... | |
static E_SegmentAlgoType | OFString2AlgoType (const OFString &algoType) |
Return enum representation of algorithm type string as found in segmentation objects. More... | |
static DcmSegTypes::E_SegmentationType | OFString2Segtype (const OFString &value) |
Return enum representation of segmentation type string as found in segmentation objects. More... | |
static OFString | segtype2OFString (const DcmSegTypes::E_SegmentationType &value) |
Return string representation from segmentation enum type. More... | |
static DcmSegTypes::E_SegmentationFractionalType | OFString2FractionalType (const OFString &value) |
Return enum representation of fractional type string as found in segmentation objects. More... | |
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 |