#include "orsa_universe.h"
#include "orsa_file.h"
#include "orsa_error.h"
#include <iostream>
#include <string>
#include <limits>
#include <algorithm>
Include dependency graph for orsa_universe.cc:
Go to the source code of this file.
Namespaces | |
namespace | orsa |
Functions | |
double | GetG () |
double | GetG_MKS () |
double | GetMSun () |
double | GetC () |
double | FromUnits (const double, const time_unit, const int=1) |
double | FromUnits (const double, const length_unit, const int=1) |
double | FromUnits (const double, const mass_unit, const int=1) |
std::string | TimeLabel () |
std::string | LengthLabel () |
std::string | MassLabel () |
Frame | StartFrame (const vector< BodyWithEpoch > &f, vector< JPL_planets > &jf, const Interaction *itr, const Integrator *itg, const UniverseTypeAwareTime &t) |
Variables | |
Units * | units = 0 |
Universe * | universe = 0 |
The active universe. | |
Config * | config = 0 |
The active configuration. | |
JPLFile * | jpl_file = 0 |
JPLCache * | jpl_cache = 0 |
LocationFile * | location_file = 0 |