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

core/planetsephems/stellplanet.h

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

Generated on Wed Jun 2 13:11:13 2010 for Stellarium by  doxygen 1.5.5