kstars
KSPlanet::OrbitDataManager Class Reference
  #include <ksplanet.h>
Public Member Functions | |
| OrbitDataManager () | |
| bool | loadData (OrbitDataColl &odc, const QString &n) | 
Detailed Description
OrbitDataManager places the OrbitDataColl objects for all planets in a QDict indexed by the planets' names.
It also loads the positional data of each planet from disk.
- Version
 - 1.0
 
Definition at line 152 of file ksplanet.h.
Constructor & Destructor Documentation
| KSPlanet::OrbitDataManager::OrbitDataManager | ( | ) | 
Constructor.
Definition at line 37 of file ksplanet.cpp.
Member Function Documentation
| bool KSPlanet::OrbitDataManager::loadData | ( | KSPlanet::OrbitDataColl & | odc, | 
| const QString & | n | ||
| ) | 
Load orbital data for a planet from disk.
The data is stored on disk in a series of files named "name.[LBR][0...5].vsop", where "L"=Longitude data, "B"=Latitude data, and R=Radius data.
- Parameters
 - 
  
n the name of the planet whose data is to be loaded from disk. odc reference to the OrbitDataColl containing the planet's orbital data.  
- Returns
 - true if data successfully loaded
 
Definition at line 65 of file ksplanet.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:22 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
            Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:22 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
    KDE API Reference