|
GeographicLib 2.7
|
Command line utility for using an ODE solver for geodesics on a triaxial ellipsoid. More...
#include <iostream>#include <iomanip>#include <string>#include <sstream>#include <fstream>#include <GeographicLib/Math.hpp>#include <GeographicLib/DMS.hpp>#include <GeographicLib/Utility.hpp>#include <GeographicLib/Angle.hpp>#include "TriaxialGeodesicODE.hpp"Go to the source code of this file.
Typedefs | |
| using | real = GeographicLib::Math::real |
| using | ang = GeographicLib::Angle |
Functions | |
| std::string | ErrorString (real err, int prec) |
| int | usage (int retval, bool) |
| int | main (int argc, const char *const argv[]) |
Command line utility for using an ODE solver for geodesics on a triaxial ellipsoid.
Copyright (c) Charles Karney (2024-2025) karne.nosp@m.y@al.nosp@m.um.mi.nosp@m.t.ed.nosp@m.u and licensed under the MIT/X11 License. For more information, see https://geographiclib.sourceforge.io/
Use "Geod3ODE --help" for brief documentation.
Definition in file Geod3ODE.cpp.
| using real = GeographicLib::Math::real |
Definition at line 32 of file Geod3ODE.cpp.
| using ang = GeographicLib::Angle |
Definition at line 33 of file Geod3ODE.cpp.
| std::string ErrorString | ( | real | err, |
| int | prec | ||
| ) |
Definition at line 35 of file Geod3ODE.cpp.
Referenced by main().
| int usage | ( | int | retval, |
| bool | |||
| ) |
Definition at line 41 of file Geod3ODE.cpp.
Referenced by main().
| int main | ( | int | argc, |
| const char *const | argv[] | ||
| ) |