UFO
ufo::ProfileCheckBasic Class Reference

Profile QC: basic checks on pressure. More...

#include <ProfileCheckBasic.h>

Inheritance diagram for ufo::ProfileCheckBasic:
Collaboration diagram for ufo::ProfileCheckBasic:

Public Member Functions

 ProfileCheckBasic (const ProfileConsistencyCheckParameters &options, const ProfileIndices &profileIndices, ProfileDataHandler &profileDataHandler, ProfileCheckValidator &profileCheckValidator)
 
void runCheck () override
 Run check. More...
 
void fillValidator () override
 Fill variables in validator. More...
 
bool getResult () override
 Return result of basic checks. More...
 
- Public Member Functions inherited from ufo::ProfileCheckBase
 ProfileCheckBase (const ProfileConsistencyCheckParameters &options, const ProfileIndices &profileIndices, ProfileDataHandler &profileDataHandler, ProfileCheckValidator &profileCheckValidator)
 
virtual ~ProfileCheckBase ()
 

Private Attributes

bool result_
 Result of basic checks. More...
 

Additional Inherited Members

- Protected Member Functions inherited from ufo::ProfileCheckBase
template<typename T >
void correctVector (const std::vector< T > &v1, const std::vector< T > &v2, std::vector< T > &vout)
 Apply correction to vector of values. More...
 
- Protected Attributes inherited from ufo::ProfileCheckBase
const ProfileConsistencyCheckParametersoptions_
 Configurable parameters. More...
 
const ProfileIndicesprofileIndices_
 Indices of profile's observations in the entire sample. More...
 
ProfileDataHandlerprofileDataHandler_
 Profile data handler. More...
 
ProfileCheckValidatorprofileCheckValidator_
 Profile check validator. More...
 
const float missingValueFloat = util::missingValue(1.0f)
 Missing value (float) More...
 

Detailed Description

Profile QC: basic checks on pressure.

Definition at line 25 of file ProfileCheckBasic.h.

Constructor & Destructor Documentation

◆ ProfileCheckBasic()

ufo::ProfileCheckBasic::ProfileCheckBasic ( const ProfileConsistencyCheckParameters options,
const ProfileIndices profileIndices,
ProfileDataHandler profileDataHandler,
ProfileCheckValidator profileCheckValidator 
)

Definition at line 15 of file ProfileCheckBasic.cc.

Member Function Documentation

◆ fillValidator()

void ufo::ProfileCheckBasic::fillValidator ( )
inlineoverridevirtual

Fill variables in validator.

Implements ufo::ProfileCheckBase.

Definition at line 36 of file ProfileCheckBasic.h.

◆ getResult()

bool ufo::ProfileCheckBasic::getResult ( )
inlineoverridevirtual

Return result of basic checks.

Reimplemented from ufo::ProfileCheckBase.

Definition at line 39 of file ProfileCheckBasic.h.

◆ runCheck()

void ufo::ProfileCheckBasic::runCheck ( )
overridevirtual

Run check.

Implements ufo::ProfileCheckBase.

Definition at line 22 of file ProfileCheckBasic.cc.

Here is the call graph for this function:

Member Data Documentation

◆ result_

bool ufo::ProfileCheckBasic::result_
private

Result of basic checks.

Definition at line 43 of file ProfileCheckBasic.h.


The documentation for this class was generated from the following files: