GeographicLib
1.43
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
src
Accumulator.cpp
Go to the documentation of this file.
1
/**
2
* \file Accumulator.cpp
3
* \brief Implementation for GeographicLib::Accumulator class
4
*
5
* Copyright (c) Charles Karney (2013) <charles@karney.com> and licensed under
6
* the MIT/X11 License. For more information, see
7
* http://geographiclib.sourceforge.net/
8
**********************************************************************/
9
10
#include <
GeographicLib/Accumulator.hpp
>
11
12
namespace
GeographicLib
{
13
14
/// \cond SKIP
15
16
// Need to instantiate Accumulator to get the code into the shared library
17
// (without this, NETGeographic complains about not finding the == and !=
18
// operators).
19
template
class
GEOGRAPHICLIB_EXPORT
Accumulator<Math::real>
;
20
21
/// \endcond
22
23
}
// namespace GeographicLib
GEOGRAPHICLIB_EXPORT
#define GEOGRAPHICLIB_EXPORT
Definition:
Constants.hpp:90
GeographicLib::Accumulator
An accumulator for sums.
Definition:
Accumulator.hpp:40
Accumulator.hpp
Header for GeographicLib::Accumulator class.
GeographicLib
Namespace for GeographicLib.
Definition:
Accumulator.cpp:12
Generated by
1.8.11