00001 00002 00008 /* 00009 */ 00011 00012 #ifndef __OSESSAME_TILTED_DIPOLE_MAGNETIC_MODEL_H__ 00013 #define __OSESSAME_TILTED_DIPOLE_MAGNETIC_MODEL_H__ 00014 00015 #include "MagneticModel.h" 00016 00017 namespace O_SESSAME { 00018 00022 class TiltedDipoleMagneticModel : public MagneticModel 00023 { 00024 public: 00025 TiltedDipoleMagneticModel() {}; 00026 virtual ~TiltedDipoleMagneticModel() {}; 00027 00028 virtual Vector GetMagneticField(const ssfTime& _currentTime, const Vector& _PositionVector); 00029 00030 protected: 00031 00032 private: 00033 00034 }; 00035 } 00036 #endif 00037 // Do not change the comments below - they will be added automatically by CVS 00038 /***************************************************************************** 00039 * $Log: TiltedDipoleMagneticModel.h,v $ 00040 * Revision 1.2 2003/06/12 18:00:31 nilspace 00041 * Fixed references to CentralBody. 00042 * 00043 * Revision 1.1 2003/06/10 14:26:50 nilspace 00044 * Initial Submission. 00045 * 00046 * 00047 ******************************************************************************/