![]() |
OpenMS
|
Go to the source code of this file.
Classes | |
| class | IMTypes |
Namespaces | |
| namespace | OpenMS |
| Main OpenMS namespace. | |
Enumerations | |
| enum class | DriftTimeUnit { NONE , MILLISECOND , VSSC , FAIMS_COMPENSATION_VOLTAGE , CCS , SIZE_OF_DRIFTTIMEUNIT } |
| Drift time unit for ion mobility. More... | |
| enum class | IMFormat { NONE , IM_PEAK , IM_SPECTRUM , UNKNOWN , SIZE_OF_IMFORMAT } |
| enum class | IMPeakType { IM_PROFILE , IM_CENTROIDED , UNKNOWN , SIZE_OF_IMPEAKTYPE } |
Functions | |
| DriftTimeUnit | toDriftTimeUnit (const std::string &dtu_string) |
| const std::string & | driftTimeUnitToString (const DriftTimeUnit value) |
| IMFormat | toIMFormat (const std::string &IM_format) |
| const std::string & | imFormatToString (const IMFormat value) |
| IMPeakType | toIMPeakType (const std::string &im_peak_type) |
| converts a string to IMPeakType | |
| const std::string & | imPeakTypeToString (IMPeakType im_peak_type) |
| converts an IMPeakType to a string | |
Variables | |
| const std::string | NamesOfDriftTimeUnit [(size_t) DriftTimeUnit::SIZE_OF_DRIFTTIMEUNIT] |
| Names of IM Units. Should be usable as axis annotation. | |
| const std::string | NamesOfIMFormat [(size_t) IMFormat::SIZE_OF_IMFORMAT] |
| Names of IMFormat. | |
| const std::string | NamesOfIMPeakType [(size_t) IMPeakType::SIZE_OF_IMPEAKTYPE] |
| Names of IMPeakType entries. | |