GeographicLib
1.51
SphericalEngine.hpp
Go to the documentation of this file.
1
/**
2
* \file SphericalEngine.hpp
3
* \brief Header for GeographicLib::SphericalEngine class
4
*
5
* Copyright (c) Charles Karney (2011-2019) <charles@karney.com> and licensed
6
* under the MIT/X11 License. For more information, see
7
* https://geographiclib.sourceforge.io/
8
**********************************************************************/
9
10
#if !defined(GEOGRAPHICLIB_SPHERICALENGINE_HPP)
11
#define GEOGRAPHICLIB_SPHERICALENGINE_HPP 1
12
13
#include <vector>
14
#include <istream>
15
#include <
GeographicLib/Constants.hpp
>
16
17
#if defined(_MSC_VER)
18
// Squelch warnings about dll vs vector
19
# pragma warning (push)
20
# pragma warning (disable: 4251)
21
#endif
22
23
namespace