#include <string>#include <vector>#include "orsa_body.h"#include "orsa_integrator.h"#include "orsa_common.h"#include "orsa_frame.h"#include "orsa_error.h"Include dependency graph for orsa_universe.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | orsa |
Classes | |
| class | Evolution |
| This class collects all the Frames of an integration, sampled at a fixed sample_period. More... | |
| class | Universe |
Enumerations | |
| enum | orsa::UniverseType { orsa::Real = 1, orsa::Simulated = 2 } |
| This enum is used to classify the Universes: a Real Universe is composed. More... | |
Functions | |
| void | orsa::convert (UniverseType &ut, const unsigned int i) |
| Frame | orsa::StartFrame (const std::vector< BodyWithEpoch > &, std::vector< JPL_planets > &, const Interaction *, const Integrator *, const UniverseTypeAwareTime &) |
| A good frame to start an integration with. | |
Variables | |
| Universe * | orsa::universe |
| The active universe. | |
1.4.7