#include <iostream>#include <vector>#include <celmath/vecmath.h>Include dependency graph for jpleph.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | JPLEph_NItems 12 |
Enumerations | |
| enum | JPLEphemItem { JPLEph_Mercury = 0, JPLEph_Venus = 1, JPLEph_EarthMoonBary = 2, JPLEph_Mars = 3, JPLEph_Jupiter = 4, JPLEph_Saturn = 5, JPLEph_Uranus = 6, JPLEph_Neptune = 7, JPLEph_Pluto = 8, JPLEph_Moon = 9, JPLEph_Sun = 10 } |
|
|
Definition at line 37 of file jpleph.h. Referenced by JPLEphemeris::load(). |
|
|
Definition at line 21 of file jpleph.h. 00022 {
00023 JPLEph_Mercury = 0,
00024 JPLEph_Venus = 1,
00025 JPLEph_EarthMoonBary = 2,
00026 JPLEph_Mars = 3,
00027 JPLEph_Jupiter = 4,
00028 JPLEph_Saturn = 5,
00029 JPLEph_Uranus = 6,
00030 JPLEph_Neptune = 7,
00031 JPLEph_Pluto = 8,
00032 JPLEph_Moon = 9,
00033 JPLEph_Sun = 10,
00034 };
|
1.4.1