![]() |
Ginan
|
vmf3 grid file contents More...
vmf3 grid file contents
Public Member Functions | |
| Vmf3GridPoint | operator* (double d) |
| Vmf3GridPoint & | operator+= (const Vmf3GridPoint &d) |
Data Fields | ||
| union { | ||
| double data [10] = {} | ||
| struct { | ||
| double lat | ||
| double lon | ||
| double ah | ||
| double aw | ||
| double zhd | ||
| double zwd | ||
| double mfh | ||
| double mfw | ||
| double orog | ||
| double index | ||
| } | ||
| }; | ||
|
inline |
|
inline |
| union { ... } Vmf3GridPoint |
| double Vmf3GridPoint::ah |
| double Vmf3GridPoint::aw |
| double Vmf3GridPoint::data[10] = {} |
| double Vmf3GridPoint::index |
| double Vmf3GridPoint::lat |
| double Vmf3GridPoint::lon |
| double Vmf3GridPoint::mfh |
| double Vmf3GridPoint::mfw |
| double Vmf3GridPoint::orog |
| double Vmf3GridPoint::zhd |
| double Vmf3GridPoint::zwd |