#include <bitewrapper.h>
◆ BiteWrapperCore()
  
  
      
        
          | BITE::BiteWrapperCore::BiteWrapperCore  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ ~BiteWrapperCore()
      
        
          | BITE::BiteWrapperCore::~BiteWrapperCore  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ getVariablesList()
  
  
      
        
          | const QStringList BITE::BiteWrapperCore::getVariablesList  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ grid()
      
        
          | Grid< double > * BITE::BiteWrapperCore::grid  | 
          ( | 
          QString  | 
          var_name | ) | 
           | 
        
      
 
returns the grid for variable 'var_name' or nullptr 
 
 
◆ registerClimateVar()
      
        
          | void BITE::BiteWrapperCore::registerClimateVar  | 
          ( | 
          int  | 
          var_index,  | 
        
        
           | 
           | 
          QString  | 
          var_name  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ registerGridVar()
      
        
          | void BITE::BiteWrapperCore::registerGridVar  | 
          ( | 
          Grid< double > *  | 
          grid,  | 
        
        
           | 
           | 
          QString  | 
          var_name  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ registerVariable()
      
        
          | void BITE::BiteWrapperCore::registerVariable  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ setValueCell()
      
        
          | void BITE::BiteWrapperCore::setValueCell  | 
          ( | 
          const int  | 
          variableIndex,  | 
        
        
           | 
           | 
          const BiteCell *  | 
          cell,  | 
        
        
           | 
           | 
          double  | 
          new_value  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ valueCell()
      
        
          | double BITE::BiteWrapperCore::valueCell  | 
          ( | 
          const int  | 
          variableIndex,  | 
        
        
           | 
           | 
          const BiteCell *  | 
          cell  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
The documentation for this class was generated from the following files: