CircularEngine.h
Go to the documentation of this file.
1 
11 #pragma once
12 
13 namespace NETGeographicLib
14 {
54  public ref class CircularEngine
55  {
56  private:
57  // pointer to the unmanaged GeographicLib::CircularEngine
59 
60  // The finalizer frees the unmanaged memory when the object is destroyed.
61  !CircularEngine();
62  public:
73 
78  { this->!CircularEngine(); }
79 
91  double LongitudeSum(double coslon, double sinlon);
92 
99  double LongitudeSum(double lon);
100 
118  double LongitudeSum(double coslon, double sinlon,
119  [System::Runtime::InteropServices::Out] double% gradx,
120  [System::Runtime::InteropServices::Out] double% grady,
121  [System::Runtime::InteropServices::Out] double% gradz);
122 
137  double LongitudeSum(double lon,
138  [System::Runtime::InteropServices::Out] double% gradx,
139  [System::Runtime::InteropServices::Out] double% grady,
140  [System::Runtime::InteropServices::Out] double% gradz);
141  };
142 } //namespace NETGeographicLib
double LongitudeSum(double coslon, double sinlon)
Scalar Scalar * c
Definition: benchVecAdd.cpp:17
CircularEngine(const GeographicLib::CircularEngine &c)
Spherical harmonic sums for a circle.
static const double lon
.NET wrapper for GeographicLib::CircularEngine.
const GeographicLib::CircularEngine * m_pCircularEngine


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:41:47