scala::ObservationFlag Class Reference
List of all members.
Public Member Functions |
|
| ObservationFlag (const int &ObsFlag, const float &bgpkratio) |
|
| ObservationFlag (const ObservationFlag &flag) |
|
void | AddFlag (const ObservationFlag &other) |
|
bool | OK () const |
|
unsigned int | Flags () const |
|
float | BgPk () const |
|
void | BgPkValues (float &BGratio, float &PKratio, float &Gradient) const |
|
bool | TestBGratio () const |
|
bool | TestPKratio () const |
|
bool | TestTooNeg () const |
|
bool | TestGradient () const |
|
bool | TestOverload () const |
|
bool | TestEdge () const |
|
std::string | format () const |
| | return brief formatted version of which flags are set
|
Static Public Attributes |
|
static const int | FLAG_BGRATIO = 1 |
|
static const int | FLAG_PKRATIO = 2 |
|
static const int | FLAG_TOONEGATIVE = 4 |
|
static const int | FLAG_GRADIENT = 8 |
|
static const int | FLAG_OVERLOAD = 16 |
|
static const int | FLAG_EDGE = 32 |
The documentation for this class was generated from the following files: