#include <jpleph.h>
Public Member Functions | |
| JPLEphRecord () | |
| ~JPLEphRecord () | |
Public Attributes | |
| double * | coeffs |
| double | t0 |
| double | t1 |
|
|
Definition at line 49 of file jpleph.h. References coeffs. 00049 : coeffs(NULL) {};
|
|
|
Definition at line 63 of file jpleph.cpp. References coeffs. 00064 {
00065 if (coeffs != NULL)
00066 delete coeffs;
00067 }
|
|
|
Definition at line 54 of file jpleph.h. Referenced by JPLEphemeris::getPlanetPosition(), JPLEphRecord(), and ~JPLEphRecord(). |
|
|
Definition at line 52 of file jpleph.h. Referenced by JPLEphemeris::getPlanetPosition(). |
|
|
|
1.4.1