28 #ifndef MEASURES_QUALITY_H
29 #define MEASURES_QUALITY_H
31 #include <casacore/casa/aips.h>
32 #include <casacore/casa/BasicSL/String.h>
33 #include <casacore/casa/Arrays/Vector.h>
@ Undefined
undefined value = 0
@ NumberOfTypes
The number of QualityTypes.
static QualityTypes type(const String &quality)
Convert String to QualityTypes, returns Quality::Undefined if it is an unrecognized string.
static QualityTypes type(Int qualityNumber)
Convert Int to QualityTypes, returns Quality::Undefined if it is an invalid type.
static String name(QualityTypes qualityType)
Convert QualityTypes to String, Quality::Undefined returns "??".
static Vector< String > allNames(Bool includeUndefined=False)
Get all recognized quality names in no guaranteed order.
String: the storage and methods of handling collections of characters.
this file contains all the compiler specific defines
bool Bool
Define the standard types used by Casacore.