Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

jpleph.h File Reference

#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
}


Define Documentation

#define JPLEph_NItems   12
 

Definition at line 37 of file jpleph.h.

Referenced by JPLEphemeris::load().


Enumeration Type Documentation

enum JPLEphemItem
 

Enumeration values:
JPLEph_Mercury 
JPLEph_Venus 
JPLEph_EarthMoonBary 
JPLEph_Mars 
JPLEph_Jupiter 
JPLEph_Saturn 
JPLEph_Uranus 
JPLEph_Neptune 
JPLEph_Pluto 
JPLEph_Moon 
JPLEph_Sun 

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 };


Generated on Sat Jan 14 22:30:54 2006 for Celestia by  doxygen 1.4.1