CppEphem
|
#include <string>
#include <vector>
#include "CEAngle.h"
#include "CEDate.h"
#include "CENamespace.h"
#include "CEException.h"
#include "CEObserver.h"
#include "CECoordinates.h"
#include "sofa.h"
Go to the source code of this file.
Classes | |
class | CESkyCoord |
Enumerations | |
enum | CESkyCoordType { CESkyCoordType::CIRS =0, CESkyCoordType::ICRS =1, CESkyCoordType::GALACTIC =2, CESkyCoordType::OBSERVED =3, CESkyCoordType::ECLIPTIC =4 } |
The following enum specifies what coordinates this object represents. More... | |
|
strong |
The following enum specifies what coordinates this object represents.
Definition at line 39 of file CESkyCoord.h.