26#ifndef MEASURES_QUALITY_H 
   27#define MEASURES_QUALITY_H 
   29#include <casacore/casa/aips.h> 
   30#include <casacore/casa/BasicSL/String.h> 
   31#include <casacore/casa/Arrays/Vector.h> 
@ NumberOfTypes
The number of QualityTypes.
 
@ Undefined
undefined value = 0
 
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 Vector< String > allNames(Bool includeUndefined=False)
Get all recognized quality names in no guaranteed order.
 
static String name(QualityTypes qualityType)
Convert QualityTypes to String, Quality::Undefined returns "??".
 
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.