AnalyticPropagator.h

Go to the documentation of this file.
00001 
00002 
00008 /* \todo Finish documentation
00009 *
00010 */
00012 
00013 #ifndef __SSF_ANALYTIC_PROPAGATOR_H__
00014 #define __SSF_ANALYTIC_PROPAGATOR_H__
00015 
00016 #include "Rotation.h"
00017 
00018 namespace O_SESSAME {
00019 
00027 class AnalyticPropagator : public Propagator
00028 {
00029 public:
00031     AnalyticPropagator();
00032     
00036     virtual void Propagate(const vector<ssfTime> &_propTime);
00037     
00038 private:
00039 
00040 };
00041 }
00042 #endif
00043 /*****************************************************************************
00044 *       $Log: AnalyticPropagator.h,v $
00045 *       Revision 1.5  2003/05/13 18:54:14  nilspace
00046 *       Fixed comments.
00047 *       
00048 *       Revision 1.4  2003/04/27 22:04:33  nilspace
00049 *       Created the namespace O_SESSAME.
00050 *       
00051 *       Revision 1.3  2003/04/25 13:43:51  nilspace
00052 *       Updated to actually work. Still needs verification.
00053 *       
00054 *       Revision 1.2  2003/04/23 16:30:58  nilspace
00055 *       Various bugfixes & uploading of all changed code for new programmers.
00056 *       
00057 *       Revision 1.1  2003/04/08 22:51:58  nilspace
00058 *       Initial submission. Only a template, needs to be implemented.
00059 *
00060 ******************************************************************************/

Generated on Wed Aug 6 12:58:41 2003 for Open-Sessame Framework by doxygen1.3