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, const char *const argv[]) |
Command line utility for evaluating magnetic fields.
Copyright (c) Charles Karney (2011-2017) charles@karney.com and licensed under the MIT/X11 License. For more information, see https://geographiclib.sourceforge.io/
See the man page for usage information.
Definition in file MagneticField.cpp.
Definition at line 28 of file MagneticField.cpp.