MagneticModel.h
Go to the documentation of this file.
1 #pragma once
2 
13 namespace NETGeographicLib
14 {
15  ref class MagneticCircle;
16  ref class Geocentric;
63  public ref class MagneticModel
64  {
65  private:
66  // The pointer to the unmanaged GeographicLib::MagneticModel.
68 
69  // The finalizer frees the unmanaged memory when the object is destroyed.
70  !MagneticModel(void);
71  public:
72 
75 
103  MagneticModel(System::String^ name,
104  System::String^ path,
105  Geocentric^ earth);
131  MagneticModel(System::String^ name,
132  System::String^ path);
133 
135 
139  { this->!MagneticModel(); }
140 
143 
156  void Field(double t, double lat, double lon, double h,
157  [System::Runtime::InteropServices::Out] double% Bx,
158  [System::Runtime::InteropServices::Out] double% By,
159  [System::Runtime::InteropServices::Out] double% Bz);
160 
177  void Field(double t, double lat, double lon, double h,
178  [System::Runtime::InteropServices::Out] double% Bx,
179  [System::Runtime::InteropServices::Out] double% By,
180  [System::Runtime::InteropServices::Out] double% Bz,
181  [System::Runtime::InteropServices::Out] double% Bxt,
182  [System::Runtime::InteropServices::Out] double% Byt,
183  [System::Runtime::InteropServices::Out] double% Bzt);
184 
203  MagneticCircle^ Circle(double t, double lat, double h);
204 
218  static void FieldComponents(double Bx, double By, double Bz,
219  [System::Runtime::InteropServices::Out] double% H,
220  [System::Runtime::InteropServices::Out] double% F,
221  [System::Runtime::InteropServices::Out] double% D,
222  [System::Runtime::InteropServices::Out] double% I);
223 
245  static void FieldComponents(double Bx, double By, double Bz,
246  double Bxt, double Byt, double Bzt,
247  [System::Runtime::InteropServices::Out] double% H,
248  [System::Runtime::InteropServices::Out] double% F,
249  [System::Runtime::InteropServices::Out] double% D,
250  [System::Runtime::InteropServices::Out] double% I,
251  [System::Runtime::InteropServices::Out] double% Ht,
252  [System::Runtime::InteropServices::Out] double% Ft,
253  [System::Runtime::InteropServices::Out] double% Dt,
254  [System::Runtime::InteropServices::Out] double% It);
256 
259 
264  property System::String^ Description { System::String^ get(); }
265 
270  property System::String^ DateTime { System::String^ get(); }
271 
275  property System::String^ MagneticFile { System::String^ get(); }
276 
281  property System::String^ MagneticModelName { System::String^ get(); }
282 
286  property System::String^ MagneticModelDirectory { System::String^ get(); }
287 
297  property double MinHeight { double get(); }
298 
308  property double MaxHeight { double get(); }
309 
319  property double MinTime { double get(); }
320 
330  property double MaxTime { double get(); }
331 
337  property double MajorRadius { double get(); }
338 
343  property double Flattening { double get(); }
345 
356  static System::String^ DefaultMagneticPath();
357 
367  static System::String^ DefaultMagneticName();
368  };
369 } //namespace NETGeographicLib
void Field(double t, double lat, double lon, double h, [System::Runtime::InteropServices::Out] double%Bx, [System::Runtime::InteropServices::Out] double%By, [System::Runtime::InteropServices::Out] double%Bz)
MagneticCircle Circle(double t, double lat, double h)
const GeographicLib::MagneticModel * m_pMagneticModel
Definition: MagneticModel.h:67
.NET wrapper for GeographicLib::MagneticCircle.
static const double lat
property System::String DateTime
property System::String MagneticModelName
set noclip points set clip one set noclip two set bar set border lt lw set xdata set ydata set zdata set x2data set y2data set boxwidth set dummy y set format x g set format y g set format x2 g set format y2 g set format z g set angles radians set nogrid set key title set key left top Right noreverse box linetype linewidth samplen spacing width set nolabel set noarrow set nologscale set logscale x set set pointsize set encoding default set nopolar set noparametric set set set set surface set nocontour set clabel set mapping cartesian set nohidden3d set cntrparam order set cntrparam linear set cntrparam levels auto set cntrparam points set size set set xzeroaxis lt lw set x2zeroaxis lt lw set yzeroaxis lt lw set y2zeroaxis lt lw set tics in set ticslevel set tics set mxtics default set mytics default set mx2tics default set my2tics default set xtics border mirror norotate autofreq set ytics border mirror norotate autofreq set ztics border nomirror norotate autofreq set nox2tics set noy2tics set timestamp bottom norotate set rrange[*:*] noreverse nowriteback set trange[*:*] noreverse nowriteback set urange[*:*] noreverse nowriteback set vrange[*:*] noreverse nowriteback set xlabel matrix size set x2label set timefmt d m y n H
Model of the earth's magnetic field.
property System::String Description
property System::String MagneticFile
.NET wrapper for GeographicLib::Geocentric.
Definition: Geocentric.h:68
static void FieldComponents(double Bx, double By, double Bz, [System::Runtime::InteropServices::Out] double%H, [System::Runtime::InteropServices::Out] double%F, [System::Runtime::InteropServices::Out] double%D, [System::Runtime::InteropServices::Out] double%I)
Signature::Row F
Definition: Signature.cpp:53
MagneticModel(System::String^name, System::String^path, Geocentric^earth)
static const Matrix I
Definition: lago.cpp:35
string::const_iterator It
Definition: Signature.cpp:35
const double h
property System::String MagneticModelDirectory
.NET wrapper for GeographicLib::MagneticModel.
Definition: MagneticModel.h:63
static const double lon
Annotation for function names.
Definition: attr.h:36
Point2 t(10, 10)


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:42:35