scala::ObservationStatus Class Reference
List of all members.
Public Types |
| enum | ObsStatusFlag {
OBSSTAT_FLAG = 1,
OBSSTAT_RESOLUTION = 2,
OBSSTAT_OUTLIER = 4,
OBSSTAT_OUTLIERANOM = 8,
OBSSTAT_EMAX = 16,
OBSSTAT_STRONG = 32,
OBSSTAT_WEAK = 64
} |
Public Member Functions |
|
| ObservationStatus (const unsigned int &flags) |
|
void | Clear () |
|
bool | IsAccepted () const |
|
void | ResetStatus () |
|
unsigned int | Bitflags () const |
|
void | SetObsFlag () |
|
void | UnsetObsFlag () |
|
bool | TestObsFlag () const |
|
void | SetResolution () |
|
void | UnSetResolution () |
|
bool | TestResolution () const |
|
void | SetOutlier () |
|
void | UnsetOutlier () |
|
bool | TestOutlier () const |
|
void | SetOutlierAnom () |
|
void | UnsetOutlierAnom () |
|
bool | TestOutlierAnom () const |
|
void | SetEmax () |
|
void | UnsetEmax () |
|
bool | TestEmax () const |
|
void | SetTooStrong () |
|
void | UnsetTooStrong () |
|
bool | TestTooStrong () const |
|
void | SetTooWeak () |
|
void | UnsetTooWeak () |
|
bool | TestTooWeak () const |
The documentation for this class was generated from the following files: