KDIS
2-8-x
|
#include "./EnumDescriptor.h"
Go to the source code of this file.
Namespaces | |
KDIS | |
KDIS::DATA_TYPE | |
KDIS::DATA_TYPE::ENUMS | |
Enumerations | |
enum | BeamSpotShape { OtherBeamSpotShape = 0, Gaussian = 1, TopHat = 2 } |
enum | DesignatorCode { OtherDesignatorCode = 0 } |
enum | DesignatorCodeName { OtherDesignatorCodeName = 0 } |
Functions | |
KString | GetEnumAsStringBeamSpotShape (KINT32 Value) |
KString | GetEnumAsStringDesignatorCode (KINT32 Value) |
KString | GetEnumAsStringDesignatorCodeName (KINT32 Value) |
KBOOL | GetEnumFromStringBeamSpotShape (const KString &Value, KINT32 &ValueOut) |
KBOOL | GetEnumFromStringDesignatorCode (const KString &Value, KINT32 &ValueOut) |
KBOOL | GetEnumFromStringDesignatorCodeName (const KString &Value, KINT32 &ValueOut) |