GeographicLib
1.45
|
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-2015) charl and licensed under the MIT/X11 License. For more information, see es@k arney .comhttp://geographiclib.sourceforge.net/
See the man page for usage information.
Definition in file MagneticField.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 28 of file MagneticField.cpp.
References GeographicLib::MagneticModel::Circle(), GeographicLib::MagneticModel::DateTime(), GeographicLib::DMS::Decode(), GeographicLib::DMS::DecodeLatLon(), GeographicLib::MagneticModel::DefaultMagneticName(), GeographicLib::MagneticModel::DefaultMagneticPath(), GeographicLib::MagneticModel::Description(), GeographicLib::DMS::Encode(), GeographicLib::Math::extra_digits(), GeographicLib::MagneticModel::FieldComponents(), GeographicLib::Math::isfinite(), GeographicLib::DMS::LATITUDE, GeographicLib::DMS::LONGITUDE, GeographicLib::MagneticModel::MagneticFile(), GeographicLib::MagneticModel::MagneticModelName(), GeographicLib::MagneticModel::MaxHeight(), GeographicLib::MagneticModel::MaxTime(), GeographicLib::MagneticModel::MinHeight(), GeographicLib::MagneticModel::MinTime(), GeographicLib::DMS::NUMBER, GeographicLib::Utility::set_digits(), and GeographicLib::Utility::str().