gtsam
3rdparty
GeographicLib
dotnet
NETGeographicLib
GARS.h
Go to the documentation of this file.
1
11
#pragma once
12
13
namespace
NETGeographicLib
14
{
35
public ref class
GARS
36
{
37
// all memebers of this class are static so the constructor is hidden.
38
GARS
() {}
39
40
public
:
41
59
static
void
Forward
(
double
lat
,
double
lon
,
int
prec,
60
[System::Runtime::InteropServices::Out] System::String^% gars);
61
82
static
void
Reverse
( System::String^ gars,
83
[System::Runtime::InteropServices::Out]
double
%
lat
,
84
[System::Runtime::InteropServices::Out]
double
%
lon
,
85
[System::Runtime::InteropServices::Out]
int
% prec,
86
bool
centerp);
87
96
static
double
Resolution
(
int
prec);
97
107
static
int
Precision
(
double
res
);
108
};
109
}
// namespace NETGeographicLib
NETGeographicLib::GARS
.NET Wrapper for GeographicLib::GARS
Definition:
GARS.h:35
res
cout<< "Here is the matrix m:"<< endl<< m<< endl;Matrix< ptrdiff_t, 3, 1 > res
Definition:
PartialRedux_count.cpp:3
NETGeographicLib::GARS::Precision
static int Precision(double res)
Definition:
dotnet/NETGeographicLib/GARS.cpp:57
NETGeographicLib::GARS::GARS
GARS()
Definition:
GARS.h:38
NETGeographicLib::GARS::Forward
static void Forward(double lat, double lon, int prec, [System::Runtime::InteropServices::Out] System::String^% gars)
Definition:
dotnet/NETGeographicLib/GARS.cpp:19
NETGeographicLib::GARS::Resolution
static double Resolution(int prec)
Definition:
dotnet/NETGeographicLib/GARS.cpp:54
NETGeographicLib::GARS::Reverse
static void Reverse(System::String^ gars, [System::Runtime::InteropServices::Out] double% lat, [System::Runtime::InteropServices::Out] double% lon, [System::Runtime::InteropServices::Out] int% prec, bool centerp)
Definition:
dotnet/NETGeographicLib/GARS.cpp:34
lon
static const double lon
Definition:
testGeographicLib.cpp:34
NETGeographicLib
Definition:
Accumulator.h:13
lat
static const double lat
Definition:
testGeographicLib.cpp:34
gtsam
Author(s):
autogenerated on Sat Nov 16 2024 04:02:19