#include <QCmanager.h>
 | 
|   | QCmanager (const ObsSpaceQG &, const eckit::Configuration &, std::shared_ptr< ObsDataQG< int > >, std::shared_ptr< ObsDataQG< float > >) | 
|   | 
|   | ~QCmanager () | 
|   | 
| void  | preProcess () override | 
|   | Perform any observation processing steps that do not require access to GeoVaLs or outputs produced by the observation operator.  More...
  | 
|   | 
| void  | priorFilter (const GomQG &) override | 
|   | 
| void  | postFilter (const ObsVecQG &, const ObsVecQG &, const ObsDiagsQG &) override | 
|   | 
| oops::Variables  | requiredVars () const override | 
|   | Return the list of GeoVaLs required by this filter.  More...
  | 
|   | 
| oops::Variables  | requiredHdiagnostics () const override | 
|   | Return the list of observation diagnostics required by this filter.  More...
  | 
|   | 
| void  | priorFilter (const GeoVaLs< QgObsTraits > &gv) final | 
|   | Perform any observation processing steps that require access to GeoVaLs, but not to outputs produced by the observation operator.  More...
  | 
|   | 
| virtual void  | priorFilter (const GeoVaLs_ &gv)=0 | 
|   | Perform any observation processing steps that require access to GeoVaLs, but not to outputs produced by the observation operator.  More...
  | 
|   | 
| void  | postFilter (const oops::ObsVector< QgObsTraits > &ov, const oops::ObsVector< QgObsTraits > &bv, const ObsDiagnostics< QgObsTraits > &dv) final | 
|   | Perform any observation processing steps that require access to outputs produced by the observation operator.  More...
  | 
|   | 
| virtual void  | postFilter (const ObsVector_ &ov, const ObsVector_ &bv, const ObsDiags_ &dv)=0 | 
|   | Perform any observation processing steps that require access to outputs produced by the observation operator.  More...
  | 
|   | 
|   | ObsFilterBase () | 
|   | 
| virtual  | ~ObsFilterBase () | 
|   | 
 | 
| void  | print (std::ostream &) const override | 
|   | 
Definition at line 29 of file qg/model/QCmanager.h.
 
◆ QCmanager()
  
  
      
        
          | qg::QCmanager::QCmanager  | 
          ( | 
          const ObsSpaceQG &  | 
          ,  | 
         
        
           | 
           | 
          const eckit::Configuration &  | 
          ,  | 
         
        
           | 
           | 
          std::shared_ptr< ObsDataQG< int > >  | 
          ,  | 
         
        
           | 
           | 
          std::shared_ptr< ObsDataQG< float > >  | 
            | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ ~QCmanager()
  
  
      
        
          | qg::QCmanager::~QCmanager  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ postFilter()
◆ preProcess()
  
  
      
        
          | void qg::QCmanager::preProcess  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlineoverridevirtual   | 
  
 
 
◆ print()
  
  
      
        
          | void qg::QCmanager::print  | 
          ( | 
          std::ostream &  | 
           | ) | 
           const | 
         
       
   | 
  
inlineoverrideprivate   | 
  
 
 
◆ priorFilter()
  
  
      
        
          | void qg::QCmanager::priorFilter  | 
          ( | 
          const GomQG &  | 
           | ) | 
           | 
         
       
   | 
  
inlineoverride   | 
  
 
 
◆ requiredHdiagnostics()
◆ requiredVars()
◆ novars_
The documentation for this class was generated from the following file: