kstars
ksplanet.h File Reference
#include <qstring.h>
#include <qptrvector.h>
#include <qdict.h>
#include "ksplanetbase.h"
#include "dms.h"
Include dependency graph for ksplanet.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
class | KSPlanet |
A subclass of KSPlanetBase for seven of the major planets in the solar system (Earth and Pluto have their own specialized classes derived from KSPlanetBase). More... | |
class | KSPlanet::OrbitData |
This class contains doubles A,B,C which represent a single term in a planet's positional expansion sums (each sum-term is A*COS(B+C*T)). More... | |
class | KSPlanet::OrbitDataColl |
OrbitDataColl contains three groups of six QPtrVectors. More... | |
class | KSPlanet::OrbitDataManager |
OrbitDataManager places the OrbitDataColl objects for all planets in a QDict indexed by the planets' names. More... |