#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 | orsa::GetG () |
double | orsa::GetG_MKS () |
double | orsa::GetMSun () |
double | orsa::GetC () |
double | orsa::FromUnits (const double, const time_unit, const int=1) |
double | orsa::FromUnits (const double, const length_unit, const int=1) |
double | orsa::FromUnits (const double, const mass_unit, const int=1) |
std::string | orsa::TimeLabel () |
std::string | orsa::LengthLabel () |
std::string | orsa::MassLabel () |
Frame | orsa::StartFrame (const vector< BodyWithEpoch > &f, vector< JPL_planets > &jf, const Interaction *itr, const Integrator *itg, const UniverseTypeAwareTime &t) |
Variables | |
Units * | orsa::units = 0 |
Universe * | orsa::universe = 0 |
The active universe. | |
Config * | orsa::config = 0 |
The active configuration. | |
JPLFile * | orsa::jpl_file = 0 |
JPLCache * | orsa::jpl_cache = 0 |
LocationFile * | orsa::location_file = 0 |