#include <Ephemeris.h>
Inheritance diagram for CSol:

Public Member Functions | |
| CSol (double mjd) | |
| CSol () | |
| ~CSol () | |
| void | UpdatePosition (double mjd) |
| double | getM (void) |
| double | getw (void) |
| double | getxs (void) |
| double | getys (void) |
| double | getDistance (void) |
Private Attributes | |
| double | xs |
| double | ys |
| double | distance |
Definition at line 114 of file Ephemeris.h.
|
|
Definition at line 68 of file Sol.cpp. References distance. |
|
|
Definition at line 76 of file Sol.cpp. References distance. |
|
|
|
|
|
Definition at line 128 of file Ephemeris.h. References distance. Referenced by CCelestialBody::UpdatePosition(). |
|
|
Definition at line 124 of file Ephemeris.h. References CCelestialBody::M. Referenced by CMoon::UpdatePosition(). |
|
|
Definition at line 125 of file Ephemeris.h. References CCelestialBody::w. Referenced by CMoon::UpdatePosition(). |
|
|
Definition at line 126 of file Ephemeris.h. References xs. Referenced by CCelestialBody::UpdatePosition(). |
|
|
Definition at line 127 of file Ephemeris.h. References ys. Referenced by CCelestialBody::UpdatePosition(). |
|
|
Definition at line 93 of file Sol.cpp. References CCelestialBody::CalcActTime(), CCelestialBody::CalcEccAnom(), CCelestialBody::declination, distance, CCelestialBody::e, CCelestialBody::latEcl, CCelestialBody::lonEcl, CCelestialBody::M, CCelestialBody::r, CCelestialBody::rightAscension, CCelestialBody::UpdateOrbElements(), CCelestialBody::w, xs, and ys. Referenced by CSkyManager::Update(). |
|
|
Definition at line 132 of file Ephemeris.h. Referenced by CSol(), getDistance(), and UpdatePosition(). |
|
|
Definition at line 131 of file Ephemeris.h. Referenced by getxs(), and UpdatePosition(). |
|
|
Definition at line 131 of file Ephemeris.h. Referenced by getys(), and UpdatePosition(). |
|
|
Documentation generated by
|