Home · All Namespaces · All Classes · Functions · Coding Style · Plugins · File Structure

planetsephems/stellplanet.h

00001 /*
00002 Copyright (C) 2000 Liam Girdwood <liam@nova-ioe.org>
00003 Copyright (C) 2003 Fabien Chereau
00004 
00005 This program is free software; you can redistribute it and/or modify
00006 it under the terms of the GNU Library General Public License as published by
00007 the Free Software Foundation; either version 2 of the License, or
00008 (at your option) any later version.
00009 
00010 This program is distributed in the hope that it will be useful,
00011 but WITHOUT ANY WARRANTY; without even the implied warranty of
00012 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00013 GNU General Public License for more details.
00014 
00015 You should have received a copy of the GNU General Public License
00016 along with this program; if not, write to the Free Software
00017 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
00018 */
00019 
00020 #ifndef _STELLPLANET_H_
00021 #define _STELLPLANET_H_
00022 
00023 #ifdef __cplusplus
00024 extern "C" {
00025 #endif
00026 
00027 void get_sun_helio_coordsv(double jd,double xyz[3]);
00028 
00029 void get_mercury_helio_coordsv(double jd,double xyz[3]);
00030 void get_venus_helio_coordsv(double jd,double xyz[3]);
00031 void get_earth_helio_coordsv(double jd,double xyz[3]);
00032 void get_mars_helio_coordsv(double jd,double xyz[3]);
00033 void get_jupiter_helio_coordsv(double jd,double xyz[3]);
00034 void get_saturn_helio_coordsv(double jd,double xyz[3]);
00035 void get_uranus_helio_coordsv(double jd,double xyz[3]);
00036 void get_neptune_helio_coordsv(double jd,double xyz[3]);
00037 void get_pluto_helio_coordsv(double jd,double xyz[3]);
00038 
00039 void get_mercury_helio_osculating_coords(double jd0,double jd,double xyz[3]);
00040 void get_venus_helio_osculating_coords(double jd0,double jd,double xyz[3]);
00041 void get_earth_helio_osculating_coords(double jd0,double jd,double xyz[3]);
00042 void get_mars_helio_osculating_coords(double jd0,double jd,double xyz[3]);
00043 void get_jupiter_helio_osculating_coords(double jd0,double jd,double xyz[3]);
00044 void get_saturn_helio_osculating_coords(double jd0,double jd,double xyz[3]);
00045 void get_uranus_helio_osculating_coords(double jd0,double jd,double xyz[3]);
00046 void get_neptune_helio_osculating_coords(double jd0,double jd,double xyz[3]);
00047 void get_pluto_helio_osculating_coords(double jd0,double jd,double xyz[3]);
00048 
00049 void get_lunar_parent_coordsv(double jd,double xyz[3]);
00050 
00051 void get_phobos_parent_coordsv(double jd,double xyz[3]);
00052 void get_deimos_parent_coordsv(double jd,double xyz[3]);
00053 
00054 void get_io_parent_coordsv(double jd,double xyz[3]);
00055 void get_europa_parent_coordsv(double jd,double xyz[3]);
00056 void get_ganymede_parent_coordsv(double jd,double xyz[3]);
00057 void get_callisto_parent_coordsv(double jd,double xyz[3]);
00058 
00059 void get_mimas_parent_coordsv(double jd,double xyz[3]);
00060 void get_enceladus_parent_coordsv(double jd,double xyz[3]);
00061 void get_tethys_parent_coordsv(double jd,double xyz[3]);
00062 void get_dione_parent_coordsv(double jd,double xyz[3]);
00063 void get_rhea_parent_coordsv(double jd,double xyz[3]);
00064 void get_titan_parent_coordsv(double jd,double xyz[3]);
00065 void get_hyperion_parent_coordsv(double jd,double xyz[3]);
00066 void get_iapetus_parent_coordsv(double jd,double xyz[3]);
00067 
00068 void get_miranda_parent_coordsv(double jd,double xyz[3]);
00069 void get_ariel_parent_coordsv(double jd,double xyz[3]);
00070 void get_umbriel_parent_coordsv(double jd,double xyz[3]);
00071 void get_titania_parent_coordsv(double jd,double xyz[3]);
00072 void get_oberon_parent_coordsv(double jd,double xyz[3]);
00073 
00074 #ifdef __cplusplus
00075 }
00076 #endif
00077 
00078 
00079 #endif /* _STELLPLANET_H_ */

Generated on Mon Feb 2 17:23:47 2009 for Stellarium by  doxygen 1.5.5