Command line utility for evaluating magnetic fields. More...
#include <iostream>#include <string>#include <sstream>#include <fstream>#include <GeographicLib/MagneticModel.hpp>#include <GeographicLib/MagneticCircle.hpp>#include <GeographicLib/DMS.hpp>#include <GeographicLib/Utility.hpp>#include "MagneticField.usage"Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
Command line utility for evaluating magnetic fields.
Copyright (c) Charles Karney (2011-2012) <charles@karney.com> and licensed under the MIT/X11 License. For more information, see http://geographiclib.sourceforge.net/
Compile and link with g++ -g -O3 -I../include -I../man -o MagneticField \ MagneticField.cpp \ ../src/CircularEngine.cpp \ ../src/DMS.cpp \ ../src/Geocentric.cpp \ ../src/MagneticCircle.cpp \ ../src/MagneticModel.cpp \ ../src/SphericalEngine.cpp \ ../src/Utility.cpp
See the man page for usage information.
Definition in file MagneticField.cpp.
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 40 of file MagneticField.cpp.
1.6.1