UFO
|
Functions | |
void | flagWhereOutOfBounds (const std::vector< bool > &apply, const std::vector< float > &testValues, const float minValue, const float maxValue, const bool treatMissingAsOutOfBounds, std::vector< bool > &flagged) |
void ufo::anonymous_namespace{ObsBoundsCheck.cc}::flagWhereOutOfBounds | ( | const std::vector< bool > & | apply, |
const std::vector< float > & | testValues, | ||
const float | minValue, | ||
const float | maxValue, | ||
const bool | treatMissingAsOutOfBounds, | ||
std::vector< bool > & | flagged | ||
) |
Set each element of flagged
to true if the corresponding element of apply
is true and the corresponding element of testValues
is a non-missing value lying outside the closed interval [minValue
, maxValue
].
Definition at line 35 of file ObsBoundsCheck.cc.