#include <egm2008_geoid_grid.h>
 | 
| virtual int  | geoidHeight (double latitude, double longitude, double &gHeight)=0 | 
|   | 
| int  | loadGridCoords (int i, int j, double &latitude, double &longitude) | 
|   | 
| int  | initSpline (int n, const double posts[], double moments[]) | 
|   | 
| double  | spline (int n, double x, const double posts[], const double moments[]) | 
|   | 
| void  | swapBytes (void *buffer, size_t size, size_t count) | 
|   | 
| int  | swGridIndices (double latitude, double longitude, int &i, int &j) | 
|   | 
Definition at line 58 of file egm2008_geoid_grid.h.
 
      
        
          | Egm2008GeoidGrid::Egm2008GeoidGrid  | 
          ( | 
          void  | 
           | ) | 
           | 
        
      
 
 
      
        
          | Egm2008GeoidGrid::Egm2008GeoidGrid  | 
          ( | 
          const std::string &  | 
          gridFname | ) | 
           | 
        
      
 
 
  
  
      
        
          | Egm2008GeoidGrid::~Egm2008GeoidGrid  | 
          ( | 
          void  | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | virtual int MSP::Egm2008GeoidGrid::geoidHeight  | 
          ( | 
          int  | 
          wSize,  | 
         
        
           | 
           | 
          double  | 
          latitude,  | 
         
        
           | 
           | 
          double  | 
          longitude,  | 
         
        
           | 
           | 
          double &  | 
          gHeight  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
pure virtual   | 
  
 
 
  
  
      
        
          | virtual int MSP::Egm2008GeoidGrid::geoidHeight  | 
          ( | 
          double  | 
          latitude,  | 
         
        
           | 
           | 
          double  | 
          longitude,  | 
         
        
           | 
           | 
          double &  | 
          gHeight  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
protectedpure virtual   | 
  
 
 
  
  
      
        
          | int Egm2008GeoidGrid::initSpline  | 
          ( | 
          int  | 
          n,  | 
         
        
           | 
           | 
          const double  | 
          posts[],  | 
         
        
           | 
           | 
          double  | 
          moments[]  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | int Egm2008GeoidGrid::loadGridCoords  | 
          ( | 
          int  | 
          i,  | 
         
        
           | 
           | 
          int  | 
          j,  | 
         
        
           | 
           | 
          double &  | 
          latitude,  | 
         
        
           | 
           | 
          double &  | 
          longitude  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | double Egm2008GeoidGrid::spline  | 
          ( | 
          int  | 
          n,  | 
         
        
           | 
           | 
          double  | 
          x,  | 
         
        
           | 
           | 
          const double  | 
          posts[],  | 
         
        
           | 
           | 
          const double  | 
          moments[]  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | void Egm2008GeoidGrid::swapBytes  | 
          ( | 
          void *  | 
          buffer,  | 
         
        
           | 
           | 
          size_t  | 
          size,  | 
         
        
           | 
           | 
          size_t  | 
          count  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | int Egm2008GeoidGrid::swGridIndices  | 
          ( | 
          double  | 
          latitude,  | 
         
        
           | 
           | 
          double  | 
          longitude,  | 
         
        
           | 
           | 
          int &  | 
          i,  | 
         
        
           | 
           | 
          int &  | 
          j  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | double MSP::Egm2008GeoidGrid::_baseLatitude | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | double MSP::Egm2008GeoidGrid::_baseLongitude | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | double MSP::Egm2008GeoidGrid::_dLat | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | double MSP::Egm2008GeoidGrid::_dLon | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | std::string MSP::Egm2008GeoidGrid::_gridFname | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | int MSP::Egm2008GeoidGrid::_nGridCols | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | int MSP::Egm2008GeoidGrid::_nGridPad | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | int MSP::Egm2008GeoidGrid::_nGridRows | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | int MSP::Egm2008GeoidGrid::_nOrigCols | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | int MSP::Egm2008GeoidGrid::_nOrigRows | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | int MSP::Egm2008GeoidGrid::MAX_WSIZE | 
         
       
   | 
  
protected   |