CppEphem
Classes | Enumerations
CEPlanet.h File Reference
#include <cmath>
#include "CEBody.h"
#include "CEObserver.h"
Include dependency graph for CEPlanet.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CEPlanet
 

Enumerations

enum  CEPlanetAlgo { SOFA, JPL }
 Date enum. More...
 

Enumeration Type Documentation

◆ CEPlanetAlgo

Date enum.

Enumerator
SOFA 

Use methods included in sofa software.

JPL 

Use Keplerian algorithm outlined by JPL.

Definition at line 30 of file CEPlanet.h.