#include <WeightTable.h>
 | 
|   | WeightTable (const float *geo_lat, const float *geo_lon, int ny, int nx, const float latexts[2], const float lonexts[2]) | 
|   | 
| virtual  | ~WeightTable () | 
|   | 
| void  | interp2D (const float *sourceData, float *resultData, float srcMV, float dstMV, const size_t *dims) | 
|   | 
| int  | calcWeights () | 
|   | 
| float  | getAngle (int ilon, int ilat) const  | 
|   | 
| const float *  | getGeoLats () const  | 
|   | 
Definition at line 21 of file WeightTable.h.
 
      
        
          | VAPoR::WeightTable::WeightTable  | 
          ( | 
          const float *  | 
          geo_lat,  | 
        
        
           | 
           | 
          const float *  | 
          geo_lon,  | 
        
        
           | 
           | 
          int  | 
          ny,  | 
        
        
           | 
           | 
          int  | 
          nx,  | 
        
        
           | 
           | 
          const float  | 
          latexts[2],  | 
        
        
           | 
           | 
          const float  | 
          lonexts[2]  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
  
  
      
        
          | virtual VAPoR::WeightTable::~WeightTable  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
      
        
          | int VAPoR::WeightTable::calcWeights  | 
          ( | 
           | ) | 
           | 
        
      
 
 
      
        
          | float VAPoR::WeightTable::getAngle  | 
          ( | 
          int  | 
          ilon,  | 
        
        
           | 
           | 
          int  | 
          ilat  | 
        
        
           | 
          ) | 
           |  const | 
        
      
 
 
  
  
      
        
          | const float* VAPoR::WeightTable::getGeoLats  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
      
        
          | void VAPoR::WeightTable::interp2D  | 
          ( | 
          const float *  | 
          sourceData,  | 
        
        
           | 
           | 
          float *  | 
          resultData,  | 
        
        
           | 
           | 
          float  | 
          srcMV,  | 
        
        
           | 
           | 
          float  | 
          dstMV,  | 
        
        
           | 
           | 
          const size_t *  | 
          dims  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
The documentation for this class was generated from the following file: