|
GeographicLib 1.52
|
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-2020) charl.nosp@m.es@k.nosp@m.arney.nosp@m..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.
| int main | ( | int | argc, |
| const char *const | argv[] | ||
| ) |
Definition at line 28 of file MagneticField.cpp.
References GeographicLib::MagneticModel::Circle(), GeographicLib::MagneticModel::DateTime(), GeographicLib::MagneticModel::Description(), GeographicLib::MagneticModel::MagneticFile(), GeographicLib::MagneticModel::MagneticModelName(), GeographicLib::MagneticModel::MaxHeight(), GeographicLib::MagneticModel::MaxTime(), GeographicLib::MagneticModel::MinHeight(), and GeographicLib::MagneticModel::MinTime().