![]() |
VR-Forces 4.10 Class Documentation
|
Contains the interface to the world magnetic model. More...
Public Member Functions | |
| DtVrfWorldMagneticModel (time_t unixTime) | |
| constructor More... | |
| DtVrfWorldMagneticModel (DtVrfWorldMagneticModel &) | |
| DtVrfWorldMagneticModel | operator= (DtVrfWorldMagneticModel *) |
| ~DtVrfWorldMagneticModel () | |
| void | init () |
| double | getMagneticNorth (const DtGeodeticCoord &pos) |
| input in radian geodetic coordinates. returns declination in radians More... | |
Protected Attributes | |
| MAGtype_MagneticModel * | myMagneticModels [1] |
| MAGtype_MagneticModel * | myTimedMagneticModel |
| MAGtype_Ellipsoid | myEllip |
| MAGtype_Geoid | myGeoid |
| MAGtype_Date | myDate |
| time_t | myUnixTime |
| bool | badInit |
Contains the interface to the world magnetic model.
| DtVrfWorldMagneticModel::DtVrfWorldMagneticModel | ( | time_t | unixTime | ) |
constructor
| DtVrfWorldMagneticModel::DtVrfWorldMagneticModel | ( | DtVrfWorldMagneticModel & | ) |
| DtVrfWorldMagneticModel::~DtVrfWorldMagneticModel | ( | ) |
| DtVrfWorldMagneticModel DtVrfWorldMagneticModel::operator= | ( | DtVrfWorldMagneticModel * | ) |
| void DtVrfWorldMagneticModel::init | ( | ) |
| double DtVrfWorldMagneticModel::getMagneticNorth | ( | const DtGeodeticCoord & | pos | ) |
input in radian geodetic coordinates. returns declination in radians
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |