#include <assert.h>
#include <string>
#include <list>
#include <map>
#include <iostream>
#include "orsa_coord.h"
#include "orsa_common.h"
#include "orsa_file_jpl.h"
Go to the source code of this file.
Classes | |
class | BodyConstants |
class | Body |
class | BodyWithParameter |
base element for intepolation More... | |
class | BodyWithEpoch |
class | JPLBody |
Namespaces | |
namespace | orsa |
Functions | |
bool | operator== (const Body &b1, const Body &b2) |
bool | operator!= (const Body &b1, const Body &b2) |
void | Interpolate (const std::vector< BodyWithParameter > &b_in, const double x, Body &b_out, Body &err_b_out) |
void | print (const Body &b) |
double | KineticEnergy (const Body &) |