Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

Geomag.h

Go to the documentation of this file.
00001 // $Header:
00002 
00006 
00015 #ifndef GEOMAG_H
00016 #define GEOMAG_H
00017 
00018 #include <utility>
00019 #include <cmath>
00020 
00021 namespace Geomag {
00022   double L(double lat, double lon);
00023   double B(double lat, double lon);
00024   double geolat(double lat, double lon);
00025   double geolon(double lat, double lon);
00026   double L(std::pair<double,double>coords);
00027   double B(std::pair<double,double>coords);
00028   double geolat(std::pair<double,double>coords);
00029   double geolon(std::pair<double,double>coords);
00030   double geoInterp(double, double, const double *);
00031 }
00032 
00033 #endif GEOMAG_H

Generated at Wed Nov 21 12:20:34 2001 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000